| Thread | Last Post | Replies |
|
| Help in SP (SQL) when used in VB | 18 Jun 2004 14:59 GMT | 2 |
I have used an stored procedure in one of my vb application which is -------------- STORED PROCEDURE IS ------------------- Create stored procedure ins(@i int output) as Set @i=0
|
| crash of VB on loading form | 18 Jun 2004 09:44 GMT | 6 |
I had to open an old vb6 project. Unfortunately when I open the design view of my major form, VS crashes. Debugging and running from VS works fine, but I cannot edit the form. I can open the sourcecode though. Also when I open the file via notepad I can isolate several controls ...
|
| command line parameters | 17 Jun 2004 13:26 GMT | 2 |
I have a doubt in VB.I am passing parametes in a standard VB exe where i am passing Directory path and file name as parameter. While i am passing parameter how can i append blankspace to the file name which doesn't append blankspace in the directory path string ?
|
| Winsock | 16 Jun 2004 19:23 GMT | 1 |
i am receiving data from the winsock control by bytes. the bytes are little endian. How do i swap the bytes sckUpperPort(Index).GetData bytearray, vbArray + vbByte, bytesTotal
|
| Parameters at command line | 16 Jun 2004 18:53 GMT | 6 |
I am running vb.exe. and I am passing arguments in commnad line, where i am passing Directory path and file name as parameter. While i am passing parameter how can i append blankspace to the file name which doesn't append blankspace in the directory path string .
|
| VB6 to VB .NET Terminal Server APIs | 16 Jun 2004 12:29 GMT | 1 |
I need to use Windows Terminal Server APIs in my app. The only sample code i've found is written in VB6, but I understand VB .NET. I've found a sample app which contains all the code I need, but when converted to VB .NET it won't build because if many errors in code, which i
|
| Using Module from another Project? | 15 Jun 2004 15:15 GMT | 5 |
Hi all... I want to ask, something in VB. The scenario is for example, I have 2 project in VB, one is for Business Logic, so first project, is to produce DLL, the second is the main
|
| Web Browser real time state issue | 15 Jun 2004 14:49 GMT | 4 |
How do write .NET software that will (1) aware the client IE browser is opening and connecting to its/server URL. (2) While the page is still disp on the client, the server will push down certain value to the client and force some color changing (or event update)
|
| VB & Windows | 15 Jun 2004 12:01 GMT | 4 |
Is there any way to make the VB Program to work in all windows user login. Currently i have a vb program which is installed using Windows Administrator Login. The same program is not working when i login as normal windows user. How do
|
| DOS Printer Escape Code | 14 Jun 2004 22:00 GMT | 4 |
I am in the process of converting an old DOS program to VB and have run across a printer escape code that I have not been able to identify what it is doing. Chr$(27) + "&l10C" Can anyone tell me what this escape code does? And what the equivalent might be.
|
| VB Projects Managements Challenge | 14 Jun 2004 21:45 GMT | 7 |
Hi, guys. I really need some suggestion in my case. We have a C/S Windows application with 250 customer's DLLs and OCXes, and one EXE. They were developed by several developers that DONOT have version control and source code management. Actually, I just have 251 VB projects.
|
| Storing data in database changes format. | 14 Jun 2004 16:53 GMT | 1 |
I am storing some equations in an Access database (datatype memo). I am doing this through MS Equation editor 3.0. I am using rich text box for interaction. Now when thsi stored value is retrieved, it is in some other format. I later found that it is actually the
|
| Scroll in VB IDE | 13 Jun 2004 17:46 GMT | 4 |
Well I have looked at many many postings from people who can not scroll using Windows 2000 in VB6 IDE. Almost without exception people come back and say add the latest drivers for the mouse.
|
| crash of vb6 on loading form | 11 Jun 2004 15:16 GMT | 1 |
I had to open an old vb6 project. Unfortunately when I open the design view of my myjor form, VS crashes. Debugging and running from VS works fine, but I cannot edit the form. I can open the sourcecode though. Also when I open the file via notepad I can isolate several controls ...
|
| Timers and DoEvents | 10 Jun 2004 07:15 GMT | 4 |
Can someone please help me with this: When my application loads, it starts a timer (Timer1). This timer procedure checks for inputs with an interval of 10. In my PC I have a digital I/O card, which offers controls for VB programming. So as to give you an example
|