Y
Yannick S.
hi all,
I develop an app that use Window Message.
In C++ when I want to declare a new Message I use :
const UINT MyMsg = RegisterWindowMessage(_T("TOTO"));
how can I do the same thing with c# CF ?
thx all.
Yannick
I develop an app that use Window Message.
In C++ when I want to declare a new Message I use :
const UINT MyMsg = RegisterWindowMessage(_T("TOTO"));
how can I do the same thing with c# CF ?
thx all.
Yannick