KeyPreview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hexagram
    New Member
    • Feb 2007
    • 54

    KeyPreview

    how can i display my key preview in my form properties?
  • voroojak
    New Member
    • Feb 2007
    • 92

    #2
    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.

    Comment

    • voroojak
      New Member
      • Feb 2007
      • 92

      #3
      hi,
      i think i understood u wrong, so please ignore it, what i said was just u could make print preview button.
      i am sorry.

      Comment

      • ADezii
        Recognized Expert Expert
        • Apr 2006
        • 8834

        #4
        Originally posted by hexagram
        how can i display my key preview in my form properties?
        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.

        Comment

        Working...