[SURVEY] Windows Forms developer feedback wanted

  • Thread starter Thread starter Ingo Muschenetz
  • Start date Start date
I

Ingo Muschenetz

Hello,

We want to learn about your interest in building windows applications
using declarative or markup-based programming techniques. Microsoft
will enable some of these technologies as part of Longhorn/Avalon, but
is less focused on bringing these new ideas to Windows Forms
developers, and the solution will only work under .NET 2.0.

A short survey is available here:

http://www.xamlon.com/company/surveys/winforms

In thanks for filling out this survey, we will send you a $5 Amazon
gift certificate.
 
i am having a problem closing the login form after validating user
credientals and opening the main form.

code
opening the main form from the login form
try
dim x as new mainMdi
x.show( )
catch ex as exeption
me.close( ) closing the login from

but me.close( ) closes the whole application tread ( therefor closing the
whole application down)

how do i do this without closing the application.
 
i am having a problem closing the login form after validating user
credientals and opening the main form.

code
opening the main form from the login form
try
dim x as new mainMdi
x.show( )
catch ex as exeption
me.close( ) closing the login from

but me.close( ) closes the whole application tread ( therefor closing the
whole application down)

how do i do this without closing the application.
 
Back
Top