Lanc1988 Posted February 3, 2005 Posted February 3, 2005 I need a code that stops the rest of the events from happening, i tried Stop which worked, but closed my whole program. I also tried e.Cancel but it doesn't work either. Quote
Administrators PlausiblyDamp Posted February 3, 2005 Administrators Posted February 3, 2005 Rest of what events from happening? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Leaders Iceplug Posted February 3, 2005 Leaders Posted February 3, 2005 If you want to block the rest of the code when some event occurs, then you place the rest of the code in an If block such and such 'If condition is true then I want to exit this procedure. if not X then ' if(!x) { 'code ' // code end if ' } end sub '} //end of procedure :) Quote Iceplug, USN One of my coworkers thinks that I believe that drawing bullets is the most efficient way of drawing bullets. Whatever!!! :-(
NeuroMancerC Posted February 3, 2005 Posted February 3, 2005 Perhaps you can tell us exactly what it is you're trying to accomplish and why, and then maybe we can give you a workaround, or tell you that you dont need it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.