Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pmlapl

    How do I exit a loop with a button_click event

    Thanks for your interest in my VB education. I'm learning. BTW, it works.
  2. pmlapl

    How do I exit a loop with a button_click event

    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...
  3. pmlapl

    How do I exit a loop with a button_click event

    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...
  4. pmlapl

    How do I exit a loop with a button_click event

    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...

Part and Inventory Search

Back
Top