Re: Externals problem - Windows Messages

2003-07-03 Thread Dar Scott
On Wednesday, July 2, 2003, at 02:57 AM, Joeri Paeleman wrote: For the purposes of my current project, the most important feature would be to simply double-click the icon and show my Revolution stack (which was previously hidden). When initializing the icon, I can specify some windows-messages

Re: Externals problem - Windows Messages

2003-07-03 Thread Joeri Paeleman
Finally got it running. As it turns out, there are some commands to communicate with Revolution in XCmdGlue (which comes with the external framework). So all the messages that are sent by the Taskbar-icon are now handled by an invisible window (created in the DLL), and passed to revolution with

Re: Externals problem - Windows Messages

2003-07-03 Thread Dar Scott
On Thursday, July 3, 2003, at 01:51 PM, Joeri Paeleman wrote: So all the messages that are sent by the Taskbar-icon are now handled by an invisible window (created in the DLL), and passed to revolution with SendCardMessage(). I'm interested in how you did this. Does the invisible window have