2005-10-26, 06:04 PM
I spent some time playing around with a System Tray icon for the MVP and got it basically working using the IEventNotification interface.
I was wondering if there's a way I could hook into some of the MVP traffic so that I could display a "connected" versus "not connected" state.
I tried experimenting with the ICommandListener interface to see if that might generate lower level events messages but no luck. I couldn't find anything in the API that related specifically to the MVP, so please let me know if I'm overlooking something obvious.
I was considering using the Application.AddMessageFilter() approach that KingArgyle used for BleepBloop, but wasn't sure if MVP requests would be detectable that way.
I was wondering if there's a way I could hook into some of the MVP traffic so that I could display a "connected" versus "not connected" state.
I tried experimenting with the ICommandListener interface to see if that might generate lower level events messages but no luck. I couldn't find anything in the API that related specifically to the MVP, so please let me know if I'm overlooking something obvious.
I was considering using the Application.AddMessageFilter() approach that KingArgyle used for BleepBloop, but wasn't sure if MVP requests would be detectable that way.