Results 1 to 2 of 2

Thread: C++ -> VB6

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2005
    Posts
    230

    C++ -> VB6

    Hi guys,
    i need your help
    I want to return a string to VB6 from C++
    Code:
    SendMessage(VB6, iMsg, 0, (LPARAM)stxt);
    stxt is define as

    Code:
    char tmp[255];
    However, on VB i monitor the message lparam and i just receive the long lpram datatype.

  2. #2
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: C++ -> VB6

    So what message are you sending with SendMessage? Have you tried searching the forum for iMsg (type of message your sending) and SendMessage API?

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