Forum: Visual Basic 4 / 5 / 6 Jan 13th, 2009 |
| Replies: 7 Views: 1,102 when you say running the application continuously, i'm assuming you mean there's looping going on?
alright... well, there are a few ways you could do it... easiest way might be defining a boolean... |
Forum: Visual Basic 4 / 5 / 6 Nov 25th, 2008 |
| Replies: 10 Views: 1,255 well, unfortunately i don't remember how to convert an enum to its string value... not sure i ever knew actually ;). anyway; the enum set up for this is
MSWinsockLib.StateConstants
others you... |
Forum: Visual Basic 4 / 5 / 6 Nov 23rd, 2008 |
| Replies: 23 Views: 1,554 was just wondering about the check for reset... instr will check within String1 for an instance of String2, string2 being reset, if String1 is set to anything including reset, it'll come back as... |