|
From: Xiaofan C. <xia...@gm...> - 2010-04-04 10:42:33
|
On Sun, Apr 4, 2010 at 10:00 AM, Pete Batard <pb...@gm...> wrote: > Well, that's the problem. I was expecting a simple drag and drop control > that would use whatever is the browsing default for whatever Windows version > users are running, but there's no such thing in the MS supplied development > environments right now. And my current understanding is that there is such a > hook in the shell DLL, only it's not exposed. > >From what I see, the inf wizard of libusb-win32 has the file browser dialog which works fine under Windows XP/Vista/7. I just bought a notebook running Windows 7 Home Premium 64bit and I can confirm that the file browser dialog of infwizard.exe works with the Windows 7 look and feel under it. Same for Vista. You may want to take a look at the source code here. http://libusb-win32.svn.sourceforge.net/viewvc/libusb-win32/trunk/libusb/src/ It can also be easily built under MinGW/Cygwin. -- Xiaofan http://mcuee.blogspot.com |