|
-
Sep 6th, 2004, 07:55 AM
#1
Thread Starter
Hyperactive Member
Send a character to active window
Hi,
This is what i use to send a character to the active window ...
But it does not work with some software .....
ds2 = active_control_hwnd
chr_a = â
Call PostMessage(ds2, WM_CHAR, Asc(chr_a), 0&)
Does anyone know a better way to send the charcater to the active window .... ?
the programs Outlook Express and Dreamweaver don't get the WM_CHAR command.....
It is the mark of an instructed mind to rest satisfied with the degree of precision which the nature of the subject admits, and not to seek exactness when only an approximation of the truth is possible.
-Aristotle As quoted in Rapid Development, chapter 8, page 167.
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
|