|
-
April 4th, 2001, 04:39 AM
#1
Suspension of code line
Suppose i have called a function in my command button of VB form. But before this function has finished can i suspend the execution of the next line (the code line just after the mentioned function)? How can this be achieved?
-
April 4th, 2001, 04:08 PM
#2
Re: Suspension of code line
code in the command button's routine will not continue until the called function has completed. you have to write "callbacks" to do it differently.
john
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
-
April 4th, 2001, 10:40 PM
#3
Re: Suspension of code line
And to block all the events (and their queuing too) while the function is not finished?
-
April 5th, 2001, 12:52 AM
#4
Re: Suspension of code line
Nope just prevent the execution of the next line of code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|