When I want my program to show a new form I can either use:
Form1.Visible = True
or
Form1.Show
Both work interchangably in my program and seem to have the same effects on the data I was just wondering if one was better.
Thanks
|
Results 1 to 10 of 10
Thread: Both work, but is one better?Threaded View
|
Click Here to Expand Forum to Full Width |