Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by steinmag

  1. steinmag

    Force keypress

    I'm making a program which will simulate a keypress after a spesific number of times. I'have tried SendKeys but it doesn't work. The problem here (I think) is than SendKeys doesn't actually "press" the key, but only sends the Ascii value back. Am I right? How can I accomplish this?
  2. steinmag

    Shortcut for choosing Next, previous brush

    I don't think you can. Learn the shortcut keys. If you hold CTRL you can change to selection tool... Hold Space for hand tool...
  3. steinmag

    Simple Exam question

    Ok, I was a bit late... got a phonecall... :)
  4. steinmag

    Simple Exam question

    Try this: Before you start set: label1.visible = false Timer1.enabled = false Private sub Picture1_Click() Label1.visible = true Timer1.enabled = true end sub Private sub Timer1.Timer() Label1.visible = false Timer1.enables = false end sub

Part and Inventory Search

Back
Top