|
-
Jun 27th, 2001, 10:05 AM
#1
Thread Starter
Lively Member
help!
I'm using this code
I want it to send Hello to text1.text
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Private Sub Command1_Click()
Dim sText As String
sText = "Hello"
SendMessage Text1.hwnd, WM_SETTEXT, 0, ByVal sText
End Sub
its not working
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|