[SURVEY] Windows Forms developer feedback wanted

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.
 
K

Kenan Beshir

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.
 
M

mak1211

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top