Women in Technology

Hear us Roar



Article:
  Using Remote Data Access with SQL Server CE 2.0
Subject:   Closing the login form in a PDA Application
Date:   2004-12-05 20:59:16
From:   Murali_V
In my PDA application (developed in Visual Studio .Net 2003) i have a login form. On click of Ok button on the login form, the user is validated and another form is displayed. this is working fine. I have written a code like, after the user is validated, close the login form and display the next form.
I have used frmLogin.Close() method. I am not getting any errors, but the form is not getting closed. Kindly let me know how to achieve this task....Thanks in advance


Murali

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • Closing the login form in a PDA Application
    2006-09-20 21:10:04  divinemother [View]

    you can use exit() method i suppose....