| Thread | Last Post | Replies |
|
| Inet1.OpenURL | 04 Jul 2005 13:17 GMT | 7 |
Does anyone know how to make this work? How can I plug in a variable to hold WF06281286 and make it work Of course the WF06281286 will change thats why I need a variable to plug in to my Inet1.OpenURL
|
| Using VB to rename and move files ? | 03 Jul 2005 23:02 GMT | 7 |
I have a requirement to re-name and move some files around on a PC as described below and was wondering if you could guide me on whether this can be done using VB and an indication of how difficult it would be for a beginner to learn enough to write such a program.
|
| Magnetic card reader using MSComm VB6 Help | 03 Jul 2005 14:18 GMT | 1 |
I used Hyperterminal with this card reader and was able to read the output it sent after swiping a card. No dll or driver required. However, when trying to use it with MSComm I get nothing for an oncomm event.
|
| Value of variable disappearing???!!!! | 02 Jul 2005 04:05 GMT | 7 |
I have a an application developed in VB6.0 stored on a shared drive. Several different people on the network open the same .exe file. When they log in I set a private value in a module for their authority with a setAutheority function, then retrieve it later with a getAuthority
|
| Should I close connection? | 02 Jul 2005 02:52 GMT | 5 |
Hi all. I'm trying to fix a VB6 application that is returning 'Application error. The instruction at 0x7c8327f9 referenced memory at 0xffffffff' when it finishes (everything works fine, but when it's supposed to end it returns this error).
|
| Inserting a newline into a message in Visual Basic.Net | 01 Jul 2005 19:27 GMT | 2 |
Hi friends I need to send a message that will be broken into 2 or 3 lines. so how to insert a NEWline character in between the message. I tried with \r, \n, 0x0D, 0x0A, <CR><LF>, etc. but it is not working. All i get is r,
|
| VB4.0 16-bit Function declarations (NETAPI.DLL) | 01 Jul 2005 19:06 GMT | 2 |
My apologies if I've posted this to the wrong group, (please point me in the right direction if incorrect), but please, can anybody help me with some VB function declarations, functions found in NETAPI.DLL? The functions are:
|
| Directinput | 01 Jul 2005 19:03 GMT | 2 |
does anyone know where i can find an example of directinput for a joystick on VB.NET. all the examples i can find apply to vb 6.0. Thanks Steve
|
| Timer Control | 01 Jul 2005 17:16 GMT | 4 |
Is there an accurate way to create a "stopwatch" good to 1/10 of a second? I'm not sure if I should use the timer control, or some way to access the computer timer. I found the following site http://searchvb.techtarget.com/tip/1,289483,sid8_gci535495,00.html
|
| VB Script problem !!! | 01 Jul 2005 16:21 GMT | 2 |
There is one text file called mig.txt, the contents of which are pasted below. ----------------------------------------------------------- ******************************************************
|
| DCOM Help (was : RDO Help) | 01 Jul 2005 03:18 GMT | 1 |
(Reposted after editing to reflect my actual issue. Thanks, Dag!) Hola, First of all, a big hello to the regs (Frank, Neila, et al). I haven't been here for quite a while now, but hope to get back in the loop, as
|
| Problems on sorting a 2 dimensional array | 01 Jul 2005 02:53 GMT | 2 |
I've gotten this example off the internet and trying to adapt it my my 2 dimensional array. The problem is in the Element passed. Since, I have my array starting at 1 and not 0 is the problem
|