CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: point to point

  1. #1
    Join Date
    Dec 2000
    Location
    Japan
    Posts
    9

    point to point

    I'd like to know how to write a progam that
    when user click(left buttom), get the postion of
    the mouse pointer. Please help me!!!


    Thanks fondly all!!



    ///////////////////////////////
    MACMAK
    ///////////////////////////////

  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: point to point

    use mouse down event

    Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)

    X & Y is the position

    HTH

    cksiow
    http://vblib.virtualave.net - share our codes


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

Featured