how can i display my key preview in my form properties?
KeyPreview
Collapse
X
-
hi
i am also new and beginner so do not trust me. but i think if you want to make print prevew just in your form push design button and then tool box and the choos the button from the tool box go into print section and it has print preview button and it will make it just give a name to it. -
It is displayed under the Event Tab on the Form Properties Property Sheet. Setting this Property to Yes (True) enables the Form to receive Keyboard Events first before the Active Control. Setting it to No (False) allows only the Active Control to process Keyboard Events. BTW, the Keyboard Events are: KeyDown, KeyUp, and KeyPress.Originally posted by hexagramhow can i display my key preview in my form properties?Comment
Comment