CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2003
    Location
    Liverpool, United Kingdom
    Posts
    21

    Copying data from one edit box to anotherCan anyone tell m

    Can anybody tell me how I can copy data entered into an edit box, into an edit box that is in a seperate dialog box.

    Thanks in advance.

  2. #2
    Join Date
    May 2000
    Location
    Toronto, ON, Canada
    Posts
    3,573
    Hi,

    Look at WM_COPYDATA in MSDN. Also at http://msdn.microsoft.com/library/de...ngdatacopy.asp
    Regards,

    Emanuel Vaduva

  3. #3
    Join Date
    Mar 2003
    Location
    Liverpool, United Kingdom
    Posts
    21

    Smile

    Thank You Very Much Emi!

  4. #4
    Join Date
    May 2000
    Location
    Toronto, ON, Canada
    Posts
    3,573
    You're welcome!
    Regards,

    Emanuel Vaduva

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