CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 19

Threaded View

  1. #6
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: Dialog vs dialog (mfc)

    Quote Originally Posted by Alin View Post
    ::SendMessage (WM_USER_MSG, ...) from A to B.
    ...where WM_USER_MSG is a registered window message, isn't it?

    @To TBBW: Why do you want to send text from an edit control in a procss to an edit control in another process by using "using the keyboard event" ?.
    There are many other better methods.
    The easier one is sending WM_SETTEXT message.
    Last edited by ovidiucucu; April 30th, 2010 at 04:33 PM. Reason: typo
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured