Forum: Visual Basic 4 / 5 / 6 Jul 23rd, 2008 |
| Replies: 2 Views: 1,006 I don't know if this is very effective.
My theory is that if the label detects a mouse_move event then it starts playing. when the mouse moves anywhere else on the form, then stops playing.
So... |
Forum: Visual Basic 4 / 5 / 6 Jun 27th, 2008 |
| Replies: 2 Views: 1,153 first you need to add the component Microsoft Internet controls. then you will need to add it to your form.
This will add a mini IE into your program. Navigate to the page you want with
... |
Forum: Visual Basic 4 / 5 / 6 Jun 10th, 2008 |
| Replies: 6 Views: 1,875 What you want is called error trapping. use 'On error goto'
The logic is that it will catch the errors then jump to the location you specific (in this case evilBadger) then run that code. To... |
Forum: Visual Basic 4 / 5 / 6 Feb 8th, 2008 |
| Replies: 3 Views: 1,010 have you tried google - "DSN database" |