i'm popping up a form from a function and i want the code to stop executing further till a button on the form is clicked. Right now the form is popping up and the appln continues executing the code after that. Please help me
dinilkarun 8 Posting Whiz in Training
Recommended Answers
Jump to PostFor i=0 to 10
.....
Form1.Show
Call function1(var_Name, intValue)
....
.....
...
Next iThis loop is present inside a class and has many function calls inside the 'for' loop. form1 is called inside this loop. I want the control back into this 'for' loop and continue with executing the …
All 4 Replies
Jx_Man 987 Nearly a Senior Poster Featured Poster
dinilkarun 8 Posting Whiz in Training
selvaganapathy 31 Posting Pro
dinilkarun commented: Very Helpfull +1
dinilkarun 8 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.