Click here to Skip to main content
15,929,439 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPrintPreviewDialog Pin
beowulfagate7-Sep-04 1:34
beowulfagate7-Sep-04 1:34 
GeneralMenu ShortCut Pin
beowulfagate7-Sep-04 1:00
beowulfagate7-Sep-04 1:00 
GeneralRe: Menu ShortCut Pin
Dave Kreskowiak7-Sep-04 1:41
mveDave Kreskowiak7-Sep-04 1:41 
GeneralRe: Menu ShortCut Pin
beowulfagate7-Sep-04 13:57
beowulfagate7-Sep-04 13:57 
GeneralRe: Menu ShortCut Pin
Dave Kreskowiak8-Sep-04 6:31
mveDave Kreskowiak8-Sep-04 6:31 
GeneralInterrupt loop operation Pin
normanordas6-Sep-04 22:40
normanordas6-Sep-04 22:40 
GeneralRe: Interrupt loop operation Pin
thesleeper6-Sep-04 23:03
thesleeper6-Sep-04 23:03 
GeneralRe: Interrupt loop operation Pin
beowulfagate6-Sep-04 23:06
beowulfagate6-Sep-04 23:06 
You add a variable that you check within the loop. Exapmle:

<br />
dim b as boolean as boolean<br />
dim i as long <br />
for i=0 to i=1000<br />
  if b=true then<br />
    exit for<br />
  end if<br />
next i<br />


you change the value of b somewhere else in your code, probably in the "Stop" Button event. You may also want to consider concurrency issues on that variable.

Good Luck.
GeneralRe: onclick! Pin
Christian Graus6-Sep-04 16:53
protectorChristian Graus6-Sep-04 16:53 
GeneralRe: onclick! Pin
Christian Graus7-Sep-04 10:05
protectorChristian Graus7-Sep-04 10:05 
GeneralRe: onclick! Pin
Anonymous8-Sep-04 3:41
Anonymous8-Sep-04 3:41 
GeneralRe: onclick! Pin
Christian Graus8-Sep-04 12:25
protectorChristian Graus8-Sep-04 12:25 
General[vb.net] Gradient Fill Pin
thesleeper6-Sep-04 11:16
thesleeper6-Sep-04 11:16 
GeneralRe: [vb.net] Gradient Fill Pin
Daniel Turini8-Sep-04 0:26
Daniel Turini8-Sep-04 0:26 
GeneralCreating NULLs in Access Pin
Anonymous6-Sep-04 8:11
Anonymous6-Sep-04 8:11 
GeneralRe: Creating NULLs in Access Pin
Anonymous6-Sep-04 11:55
Anonymous6-Sep-04 11:55 
GeneralTransparency Issues Pin
Herbertmunch6-Sep-04 5:57
Herbertmunch6-Sep-04 5:57 
GeneralLocking the keyboard on XP using .NET Pin
Innovathis6-Sep-04 5:11
Innovathis6-Sep-04 5:11 
GeneralRe: Locking the keyboard on XP using .NET Pin
Dave Kreskowiak7-Sep-04 1:36
mveDave Kreskowiak7-Sep-04 1:36 
GeneralThanks for your reply! Pin
Innovathis7-Sep-04 3:51
Innovathis7-Sep-04 3:51 
GeneralRe: Thanks for your reply! Pin
Dave Kreskowiak7-Sep-04 12:27
mveDave Kreskowiak7-Sep-04 12:27 
GeneralSource Safe is driving me mad! Pin
MrMickeyDeeGimp6-Sep-04 4:22
MrMickeyDeeGimp6-Sep-04 4:22 
GeneralRe: Source Safe is driving me mad! Pin
Pradeep Shamarao8-Sep-04 2:09
Pradeep Shamarao8-Sep-04 2:09 
GeneralShow form from remotable object Pin
fleetwood6-Sep-04 4:21
fleetwood6-Sep-04 4:21 
Generalplease help me! Pin
Member 9046056-Sep-04 3:13
Member 9046056-Sep-04 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.