SOS: Send(Post) message to a control
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I was a VC++ programmer. Now I am learning C#. In VC, you can use SendMessage() or PostMessage() to send or post a message to a window. How can I do this in C#?
You have t use the same win32 API for it , for the sample of how to use theem in C# see this site: http://pinvoke.net/[^] Search for these APIs to see sample codes. Mazy
"One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babuji