CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Login

  1. #1
    Join Date
    Apr 1999
    Posts
    121

    Login

    Hi,

    Can someone tell me where I should put my code so that a Login dialog is diplays before they can use the application. Is it in the initInstance of the application?

    Thank you



  2. #2
    Join Date
    Apr 1999
    Location
    Michigan, USA
    Posts
    115

    Re: Login

    Yes, place it in the InitInstance. You can (if you want) place it immediatly after the Enable3dControls.


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