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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MaxJo
  • Order by date
  1. MaxJo

    MOUSEEVENTF_LEFTDOWN in Compiled Program

    Thanks for taking a look at my problem anyway !!
  2. MaxJo

    MOUSEEVENTF_LEFTDOWN in Compiled Program

    Positioning is done as follows Public Declare Function SetCursorPos Lib "user32" (ByVal X As Long, ByVal Y As Long) As Long Sub Set_Cursor_Pos(xpos As Long, ypos As Long) SetCursorPos xpos, ypos End Sub I can call set_cursor_pos from my program, and the cursor moves to where I want it...
  3. MaxJo

    MOUSEEVENTF_LEFTDOWN in Compiled Program

    I think that I have not expressed what I need to do correctly I am not wanting to press the mouse down on a VB6 programmed button, but one on a web page, so I am not in control of the Button itself at all. Thanks for your answer anyway.
  4. MaxJo

    MOUSEEVENTF_LEFTDOWN in Compiled Program

    I have written many VB6 programs, and one that I use has to press a button for me automatically , the program having positioned the cursor in the correct position. This works fine in NON compiled format, but when I compile the program, it just does not work. Its very simple - I use the...

Part and Inventory Search

Back
Top