CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2011
    Posts
    5

    Socket Programming(MFC C++ 2005)

    ..Can anyone please help me . how can I start doing an application with mouse moves(controlling the cursor of another PC)..

    ..any sites with tutorials about this will do.. thanks thanks..

    .. thanks in advance..

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Socket Programming(MFC C++ 2005)

    What is your problem:
    • creating a socket app?
    • hooking the mouse movement of another app?
    • just creating a new project?
    • ...?
    Victor Nijegorodov

  3. #3
    Join Date
    Apr 2011
    Posts
    5

    Re: Socket Programming(MFC C++ 2005)

    ..hooking the mouse event of another app..
    am sorry for the vague question.
    4 example i'm the client, i can control the cursor of the server.When I move my cursor, the cursor of the server also move on the same way as i move my mouse. something like that.. hehe..
    ..thank you for the reply..

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