TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Maharaj80
NA
1
0
POSTMESSAGE : WIN 32 API in C#
May 5 2005 4:15 PM
Hi All, Am using POSTMESSAGE WIN 32 API in c# to send message to Window. now 0x0010is the code for WM_CLOSE, i want to find out the code for other notification messages . How can i find out the code 2. Is there a better implementation than passing the code like below. PostMessage(
,0x0010/*WM_CLOSE*/,0,0); Any help regd this is greatly appreciated. Maharaj
Reply
Answers (
1
)
C# and Excel question
MDI Child Issue