Userdefined messages
-
In windows you can define your own user-defined messages and send these messages between threads to notify each other, can someone tell me whats the eqt. for this in c#/.net, is there a native technique of doing this (event/delegate) or how do we do this thru p/invoke. thanks Kannan
-
In windows you can define your own user-defined messages and send these messages between threads to notify each other, can someone tell me whats the eqt. for this in c#/.net, is there a native technique of doing this (event/delegate) or how do we do this thru p/invoke. thanks Kannan
-
Yes..you are right. I know that its possible to use this by p/invoke mechanism, but is there a native way. thanks Kannan
-
In windows you can define your own user-defined messages and send these messages between threads to notify each other, can someone tell me whats the eqt. for this in c#/.net, is there a native technique of doing this (event/delegate) or how do we do this thru p/invoke. thanks Kannan
-
You can do anything in native code but it is just that Native. If you want a native way then you need to go to the c++ forum. Bo Hunter
I'm sorry :-O Its not "native" , I meant managed code here. thanks Kannan