B
BesterOfer
Hello everyone.
I am trying to apply a simple IPC between C# and a native Win32 dll,
on a WinCE 5.0 device.
The C# application is a GUI application using TabControl with three
TabPages.
On dll initiation [the first called function] i pass it a handle to a
C# MessageWindow.
The Dll on it's turn post window message [0x401] to notify the C#
code, using the wParam, on various events.
My problem is that messages invoked only after i change the TabPage,
The dll post the message but the C# application get it only after i
selected a different TabPage.
Does anyone has an idea what am i doing wrong?
I am trying to apply a simple IPC between C# and a native Win32 dll,
on a WinCE 5.0 device.
The C# application is a GUI application using TabControl with three
TabPages.
On dll initiation [the first called function] i pass it a handle to a
C# MessageWindow.
The Dll on it's turn post window message [0x401] to notify the C#
code, using the wParam, on various events.
My problem is that messages invoked only after i change the TabPage,
The dll post the message but the C# application get it only after i
selected a different TabPage.
Does anyone has an idea what am i doing wrong?