Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a Login

Status
Not open for further replies.

Gaku

Technical User
May 23, 2002
1
US
Hi,

I am using Visual C++ ,classwizard. Like to know how to create a simple login message with just User Name and password.

Can you help.
 
develop a modal dialog and run it in your InitInstance method of the application's main class.
On the edit lines in the dialog, set the "Password" checkbox in the password edit line properties, in dialog editor. [red]Nosferatu[/red]
We are what we eat...
There's no such thing as free meal...
once stated: methane@personal.ro
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top