|
-
Oct 11th, 2000, 12:31 AM
#1
Thread Starter
New Member
What is the best why in Word 2000 (with VBA) to diable various keys, such as the Enter Key or The Brackets. Please help ne ASAP.
-
Oct 11th, 2000, 08:51 AM
#2
Addicted Member
The only way I think it's possible is by using a textbox or richtextbox. Then you have the event KeyPressed. Here you could filter the key's given by a user. Then you put them in Word.
I you use the RichTextBox then you can even make it possible to work with Bold, Italic and other fontpropertys, I use this one as well.
Catch you later,
Jeroen Hoekemeijer
Code:
If 1 = 2 Then MajorError
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
|