Guidance
指路人
g.yi.org
software / rapidq / Examples / Memory Process Thread Message / Send Long String.bas

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
' Rapid-Q built-in SendMessage doesn't support sending string longer than 255 bytes,
' use below API instead. The built-in PostMessage does support long string.

     DECLARE FUNCTION SendMessageR LIB "user32" ALIAS "SendMessageA" (hwnd AS LONG, _
      wMsg AS LONG, wParam AS LONG, BYREF lParam AS LONG) AS LONG
 'SendMessage that returns stuff
     SendMessageByString (RichEditHandle, WM_SETTEXT, 0, Text$ & CHR$(0))
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Sat 2024-4-20  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2003-03-02 13:18:42