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

Threaded View

  1. #3
    Join Date
    Apr 2010
    Location
    Western WA, USA
    Posts
    59

    Re: Highlite entry in GetOpenFileName() list, programmatically.

    Hi Igor,
    I already have a hook established to the OFN dialog, as I am doing other things with it (keeping track of size & position). So I will have to find a way to get a handle to the list view control. Maybe Spy++ will be of some help there; or maybe you already know of an easier way to get that control's handle? I am a bit rusty at this, as I don't do much windows programming any more.

    Tom
    Last edited by cosmicvoid; October 15th, 2012 at 03:01 AM.

Tags for this Thread

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