Results 1 to 2 of 2

Thread: Control Menu

  1. #1

    Thread Starter
    Hyperactive Member mastermind94's Avatar
    Join Date
    Jun 2000
    Location
    Montréal, Canada
    Posts
    441

    Arrow

    How can I show the control menu by pressing on a image?




    ------------
    ICQ:65287451
    AIM:MBR5520
    http://www.sx3k.le-site.net
    [email protected]
    Running VB5 Enterprise Edition

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Try this:
    Code:
    Private Sub Image1_Click()
        Me.SetFocus
        SendKeys "% ", True
    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