> > I have tried doing some work with doing a FindWindow() on the > Shell_TrayWnd and > > then doing an EnumChildWindows() and even have found a hwnd to a > > ToolBarWindow32 whose rect() location approximates the location of the > icons > > within the Tray. Now if I could figure out which button or icon in that > > toolbarwindow is the one I want, maybe I can control it with my code.
What if you could create a hook into the shell and catch the mouse clicks that would normally open the 3rd-party configuration dlg? I have no idea how a shell hook works and thus what you can actually do with it, but it was an idea that popped into my head. -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
