CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: achalsy

Search: Search took 0.02 seconds.

  1. Visual C++ General: How to get user details from Active Directory?

    Q: How to get user details from Active Directory?

    A: This example gets NT user name and domain name. Then it opens particular AD object and reads user information.



    void...
  2. Re: MFC General: How do I create full screen applications?

    You can put following code to make the application fullscreen with caption, menubar, status bar etc.

    BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)
    {
    if( !CMDIFrameWnd::PreCreateWindow(cs)...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured