> 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.
Just in case... Have you used spy++? You can narrow down the messages you don't want to see (or just the ones you do) and see what msg get sent to the tray/icon/etc and then just simulate the same. IIRC it shows windows names, and the like, and from there you should get the proper window name that you are searching for. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
