HI,
I Have now migrated my project from vb6 to vb.net
After i migrated when the form is loading for the first time
form_load is not executed but on loading the form again form_load is
being executed
Example:
1) i have 2 forms form1, form2
2) when i navigate form form1 to form2 for first time form2_load
is not executed
3) But if come back to form1 and navigate again to form2,
form2_load is executed
can anyone help me in this regards
I Have one more problem
The controls in the form retains the value
-Thanks and Regards
Varadha
Comments
http://msdn.microsoft.com/vbasic/downloads/samples/default.asp
Then click on:
Visual Basic 6.0 to Visual Basic .NET Upgrade Samples
Which is the second link
Hope this helps
Dhruv (BattleGuard)
: HI,
: I Have now migrated my project from vb6 to vb.net
: After i migrated when the form is loading for the first time
: form_load is not executed but on loading the form again form_load is
: being executed
:
: Example:
: 1) i have 2 forms form1, form2
: 2) when i navigate form form1 to form2 for first time form2_load
: is not executed
: 3) But if come back to form1 and navigate again to form2,
: form2_load is executed
:
: can anyone help me in this regards
:
: I Have one more problem
: The controls in the form retains the value
:
: -Thanks and Regards
: Varadha
: