Summary: Hi, i made a application in Visual Basic .Net and after i send it to my friends, this error came up on all of them. "The application failed to intiti...
Summary: I'm not a VB.net expert, but you have to run your application inside the batch the same way you would start it from the command prompt. Be aware that ...
Summary: Is that possible to deploy a vb.net windows application with the backend of sql server 2000 with only msde provied by .net(sql server 2000 not install...
Summary: I have developed a program in vb .net and want to run the application in win98. after installing dotnetfx.exe file and then extracting setup in win98,...
Summary: HELP! i try this code but it doesn't works in vb.net!! (the error is in '!!!!!error' lines!) thanks! Private Declare Function NetMessageBufferSend Li...
Summary: I just completed a stand-alone VB.NET application that I wish to create an installer for. My program has two dependency files, one is a .dll and the ...
Summary: Does anyone know how to import the FindWindow function into a vb.net application? I'm not having much luck finding it in the references section. ...
Summary: I have some code in VB 6.0 that implements the FIPS-197 AES encryption algorithm. I would like to put it into a VB .NET application. I used the auto ...
Summary: If e.g. i use vb.net codes to link to SQL server, is it possible to use Microsoft SQL server to update excel table? Then is it possible using html to ...
Summary: Hi, Please help me how to connect to unix server and execute the .KSH (korn shell) from the VB.Net application? This is urgent requirement. Manju...
Summary: Q: Will I be able to work on VB 6 projects using VB.NET? A: No. Applications written in VB 6 will require that IDE environment in order to properly ...
Summary: I have been struggling with data connection with vb.net and oracle as my database. The problem is that with the web application, the database connecti...
Summary: Hello...I have been trying to learn about vb.net by doing online tutorials, but I'm having problems. I started a project with vb that accesses an acce...
Summary: Hi, i need to develop an application for pocket PC using VB.NET. that application shud connect to SQL Server. For that database connectivity do i need...
Summary: when compiling projects in vb.net giving a error "Arithmatic overfloe & underflow".also having some probles using fonts in vb.net. can anyone give any...
Summary: Hello everybody. I am having a bit of a problem with VB.NET. I am trying to copy a file from the server to the local PC but i get the following error:...
Summary: I've just built my first project in VB.Net (using Visual Studio 2005) that requires custom actions on install. To achieve this I've added a Windows In...
Summary: Hi, i made a app from VB .net and when i try to test it out on my other pc, it came out a dll missing file, i downloaded that dll mscoo.dll or somethi...
Summary: Hello, I am coding a Visual Basic .NET application that can be customized to the user's specifications. Example: The form's size. I have encountered...
Summary: I've got an application to update that uses a dB backend for all the workings, I've managed to get everything into vb.NET (2k3) with only one problem....
Summary: YOu can't use a windows time in a service application. You need to use a System.Timers.Timer. I don't program in vb .net, only c#, but here is how to ...
Summary: Can someone tell me how to get the application's path in VB.NET? I am using a console application, so I can't use the methods that I normally use to ...
Summary: Hey I'm new to .NET and am working VB.NET... I have an application that that run from a module so the first form that would be seen is hidden in the s...