1
Reply

.Show vs .ShowDialog

vernr

vernr

Mar 22 2005 3:12 PM
4.2k
I'm creating a Smart Client App that requires a signon screen. I currently have the signon screen as the first form. The Continue button will then call the main application form. Should it open the main form using .Show or .ShowDialog? Or am I doing this backwards in that I should have the main form get opened first, and have it immediately call a signon dialog form? Thanks for any advice.

Answers (1)