designing login form with complete focus

  • Thread starter Thread starter Muhammad Ahsin Saleem
  • Start date Start date
M

Muhammad Ahsin Saleem

hi
i want to make a login form for my vb.net application. in it login form
is displayed in mdi form and must has the focus on it. i have done it
but focus on login form is not there user can intaract with the mdi
parent as well i want to stop this thing.
 
Hi Muhammad,

You could try ...

Disable main mdi form
call loginform.showdialog (return a dialogresult)
if dialogresult is OK then enable mdi form and continue

PGC
 
thanks it has worked so thank u very much
PGC said:
Hi Muhammad,

You could try ...

Disable main mdi form
call loginform.showdialog (return a dialogresult)
if dialogresult is OK then enable mdi form and continue

PGC
 

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

Back
Top