Results 1 to 4 of 4

Thread: [RESOLVED] shell mouse settings?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    93

    Resolved [RESOLVED] shell mouse settings?

    I want to know how to shell the program that changes mouse settings, in normal focus. I dont know/cant find what the exe is or what i need to open. Any ideas on how i can get it to open. Its the same setting that is in the control panel. Thanks for your help.

  2. #2
    Frenzied Member zynder's Avatar
    Join Date
    Nov 2006
    Location
    localhost
    Posts
    1,434

    Re: shell mouse settings?

    Try
    Code:
    Private Sub Command1_Click()
        Shell "control main.cpl", vbNormalFocus
    End Sub

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    93

    Re: shell mouse settings?

    got it now...
    Code:
     Private Sub Form_Load()
    Shell ("rundll32.exe shell32.dll,Control_RunDLL main.cpl @0")
    end sub

  4. #4
    Frenzied Member zynder's Avatar
    Join Date
    Nov 2006
    Location
    localhost
    Posts
    1,434

    Re: [RESOLVED] shell mouse settings?

    Mine didn't work?

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