Welcome Guest. Please Login or Register. Apr 5th, 2018, 10:23pm
ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018. Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.
If you require a dump of the post on your message board, please come to the support board and request it.
Windows messages
« Thread started on: Sep 25th, 2011, 10:07pm »
Hello again Richard,
I got my unicode text box app working nicely - I set up a simple form of IPC with the companion apllication. It works perfectly in Windows XP.
But it doesn't work in Windows 7. It seems that although the text box (BBC) app is running correctly etc, when the companion app tries to send it messages, they all come back with null values.
I have set both the companion app and the BBC based text box app to win XP compatibility settings, but the messages do not work as they do flawlessly in XP...
Is there something simple that I need to factor in with Windows 7 and windows messages??
The messages concerned are custom ones that I have subclassed after using RegisterWindowMessage to get application specific msg values...
It sounds from your description like a privileges issue. Try running the programs 'as administrator' to see if that makes a difference.
Do you need to run the two processes independently, or can they be run from a common 'launcher' app? Doing that should help if it's a privileges thing.