How to send message from one dialog to another?
Posted
by zim22
on Stack Overflow
See other posts from Stack Overflow
or by zim22
Published on 2010-03-20T08:43:45Z
Indexed on
2010/03/20
8:51 UTC
Read the original article
Hit count: 218
Hi! I was given a task.
First dialog based application has 4 buttons (up, down, left, right). Second dialog based application has two controls (e.g. text area, button). When on the first dialog I click "left" button - controls on the second dialog must move to the left.
But unfortunately I don't know Win32 API at all. How can I implement it? What kind of Win32 API mechanism should I be using? Thanks.
© Stack Overflow or respective owner