[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
Which one is your question? You asked or implied about 10. If you're really new to C++, then you really need to get some more simple programming under your belt before trying to do all of that. Break it into individual steps, and solve those steps. > im trying to create a simple program that verifies username and password Well, you'll want to make a modal dialog (CDialog::DoModal) with a couple of edit boxes - one of which can have the ES_PASSWORD style. Then when the user presses OK, validate their entry somehow. If your database has a user name / login system, let the database do the validation. And so on. Iain. ps, Please also use capitals and punctuation - it makes your message a LOT easier to read, and we're not a mobile phone.