CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    5

    VC++ SendMessage API to VB6 Application

    Hi folks,

    I write a small tool to SendMessage with LB_ADDSTRING to a listbox in VB6 application. New item has successfully inserted into target listbox. But characters become ????. What's wrong with this?

    Thanks.

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: VC++ SendMessage API to VB6 Application

    The string must exist in the context of VB6 app process. But when you send the message, the string exists in "a small tool" process but not in VB6 app.
    Best regards,
    Igor

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