Results 1 to 2 of 2

Thread: Urgent!!! 2 Problems Again

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Santo Domingo,D.N., Dom. Rep.
    Posts
    707

    Post

    Not matter how i try, i can not use F3 on a text box to display a FORM. Does anybody knows the codes?

    2. My App. control all windows app (Excel, Word,etc), its mean: Time in, Time out,etc. But How Could i control how many pages have been printing?

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Location
    Brossard, Québec, Canada
    Posts
    241

    Post

    For your first question try using the KeyDown event of your text box with the bkKeyF3 like this


    Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Integer)
    if KeyCode = vbKeyF3 then NameOfYourForm.show
    End Sub

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width