I sincerely appreciate your efforts to help me, but my level of programming in VB 2008 is at the very beginning stages. I understand the basics of programming, just not in the language of VB 2008. Programmers communicating to programmers in the same language speak in esoteric terms common to the...
Thanks much for your suggestion. I'm using VB 2008 and formatted for it, your version looks like this:
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Declare Sub Sleep Lib "kernel32" Alias...
I'm very much a novice to VB. Used to write Basic code years ago but VB is much more complicated. I want to start and stop a loop with a button click. One or two buttons will do. In basic I could call a subroutine in the loop and check for a stop. Tried a module in VB but wasn't successful. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.