No, I'm not talking about it while I'm debugging. I want my program to stop when I'm clicking on the menu of the program i've made. My program is moving pictures with a loop that can take a little while. So what I wan't to do is to stop the pictures moves when I click on my file menu but I want...
I want my program to stop it's execution as soon as I click on my menu but I don't want to lose what the program as started to do. I want the program to continue from where it was if I just release the option in the menu. Is-it possible and if so how can I do???
I tried to make an event but it doesn't work and I just don't understand why
First of all I've got a class named Simulation in witch I putted my Event like that
Public Event TourDébuté(ByVal intNoTour As Integer)
Then in a Sub I Raise the envent like that:
For intTours = 0 To mintNbTours...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.