CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2000
    Location
    IL, U.S.A.
    Posts
    218

    dbpw data control

    Where is the dbpw data control in components?


  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: dbpw data control

    I just meant that you put a data control on your form and name it dbPW.

    Then you'll have to set the DatabaseName property for this control, and the Connect Property. It'll be easier if you make the database in Access. Now, set the Recordset property to the table containing your names and password. Now the code given earlier will work.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured