Forum: Visual Basic 4 / 5 / 6 Jan 24th, 2009 |
| Replies: 27 Views: 1,928 hi
try formatting the data before actually submitting it to the database initially... its been a fairly long time since i've done that much with formatting text in visual basic, so i'm not really... |
Forum: Visual Basic 4 / 5 / 6 Nov 25th, 2008 |
| Replies: 10 Views: 1,261 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 24th, 2008 |
| Replies: 10 Views: 1,261 ambiguous name detected because you have to lead the variable name with a b (naming convention for boolean), otherwise you're matching the sub name completely which works as an abiguity...
as for... |
Forum: Visual Basic 4 / 5 / 6 Nov 23rd, 2008 |
| Replies: 10 Views: 1,261 ... i really need to drink more coffee at night...
ok, since you're using the winsock control, you have a few options you can use... in this case, the name of your control is Winsock2 i think...... |
Forum: Visual Basic 4 / 5 / 6 Nov 23rd, 2008 |
| Replies: 10 Views: 1,261 well, one way to tell what subs were successful and which ones weren't would be to create a set of boolean flags... for example...
private bSomeSub as boolean
private bSomeFunction as boolean
... |
Forum: Visual Basic 4 / 5 / 6 Nov 19th, 2008 |
| Replies: 8 Views: 1,521 please ignore the MsgBox x listed within the code...
(edit)Sorry, i didn't notice the edit this post button until just now...(/edit) |
Forum: Visual Basic 4 / 5 / 6 Nov 19th, 2008 |
| Replies: 8 Views: 1,521 hello; this is probably a bit of an overkill; but when i was thinking about it, then testing it; i didn't actually write the months in the checkboxes. so if you were going to actually list the month... |