CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Location
    pathankot,punjab, india
    Posts
    57

    Colored CFileDialog

    hi all
    is there any method for coloring the back ground of open/save dialog box????

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585
    Use OPENFILENAME.lpfnHook to define a hook procedure. Within the hook procedure, trap the WM_CTLCOLORDLG message. Take a look at OFNHookProcOldStyle in MSDN for more information.
    Gort...Klaatu, Barada Nikto!

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