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
andres.ar
NA
2
0
Userdefined messages
Dec 23 2003 7:47 AM
In Borland Delphi (7) I can use user defined messages. I use them to let controls know when to update themselves. uses Messages; const MYCONTROLUPDATEMESSAGE = WM_USER + 123; // define a userdefined message If a certain action is triggered (I.e. I resize main form or change the visual style of the application) a message is being sent (broadcasted). And then all controls receive to notification and do what they do to respond (i.e. redraw themselves). So, is it possble in C# (to use userdefined messages) ? If yes then could I have a small example or link to a documentation ? Regards, Desmond
Reply
Answers (
1
)
Checkbox in Datagrid
Hyperterminal???