How do I create a dialogue box in .net Compact framework and C#? I want to create a screen when the user goes to file connect, that asks for user name and pass word and has an ok button.
"Greg" <Greg@discussions.microsoft.com> wrote in message news:372DF061-1A8E-485F-8596-873D68647A34@microsoft.com... > How do I create a dialogue box in .net Compact framework and C#? I want to > create a screen when the user goes to file connect, that asks for user > name > and pass word and has an ok button. > > Also what does form_load do is this just when it first loads?