|
-
Feb 22nd, 2000, 03:55 AM
#1
Thread Starter
Hyperactive Member
I'm using Sendkeys to send foreign characters to MS Word Eg:
Private Sub cmdj_Click()
AppActivate "Microsoft Word"
SendKeys Chr$(251), True
End Sub
But what I really want is for this to work with any Win 9x/NT app that happens to be open NOT just MS Word.
Any ideas anyone 
Simon
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
|