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

    Call another object after authorization

    I'm going to decide an applcation that i want
    "The client should pass username and password to login before calling other objects"

    How can I implement an user authorization object ?? and pass the interface pointer of another object back to the client ??
    How can i disable the client from creating the objects directly without authorization going through the authorization object ??

    Besides, any samples of database application using COM i can find from the internet ???



  2. #2
    Guest

    Re: Call another object after authorization

    Any good sample COM application using ADO too ??


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