|
-
Jun 15th, 2002, 02:00 PM
#1
Thread Starter
Lively Member
Probem with Unloading forms...<resolved!>
hey, im having a problem with the unloading of forms. For my project, its a fishing game and when you acheive a certain amount of points you move onto the next level (and next form). So in the point sub, when you reach this amount, it unloads the current form and loads the next one. THe problem is, when I unload the form and load the next form, it starts up the Form_Load event of the form it just unloaded! How can I unload it properly so it doesnt trigger the Form_Load event
Incase you dont get understand what i mean:
Form1 loads up from the start. When you reach 1000 points Form1 unloads and disapears and Form2 loads up. However, while Form2 is loading up, it triggers Form1's Form_Load event for some reason. I checked in everything to make sure I dont have a Form1.load event that I overlooked.
Is this suposed to happen maybe? Im a novice, so bear with me. Thanks.
~INNO~
Last edited by Inno; Jun 15th, 2002 at 03:44 PM.
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
|