User Profile
Collapse
-
there isn't an unload event for the 2nd form :( -
-
thx i got it to work by using a public variable and accessing that variable from the other form by using frmSize.variabl e....Leave a comment:
-
Access Variables in Other Forms
I have multiple forms and in the 2nd form i access some variables and get there values which are added up by the function in the cost class. when i put
"Dim TotalCost as New Cost"
does that clear the variables in the class?
how can i access these variables in other forms without having to reset them? -
Closing A Program on 2nd Form VB.NET
When I press the next button on my program it closes the 1st form and opens the 2nd form and so on. How come the other forms don't exit the application when you press the "X" in the upper right corner? Only the 1st form does. Thanks in advance. -
-
New Form Exits Program
When I press the next button on my program it closes the 1st form and opens the 2nd form and so on. How come the other forms don't exit the application when you press the "X" in the upper right corner? Only the 1st form does. Thanks in advance. -
thanks! i got it to work! now the only other problem is why doesn't the application exit when I click the "X" in the upper right corner of the second form?Leave a comment:
-
New Form In Same Position of Closed Form
I make a second form pop-up and hide the original form by pressing my Next button. How do I make the next form(s) that pop-up appear in the same coordinates as the original? This will make it look like the form is just reloaded in the same spot with new info on it. Any help is greatly appreciated! Thanks in advance!
No activity results to display
Show More
Leave a comment: