Closed Thread
Results 1 to 2 of 2

Thread: Is there a windows application equivalent to web bots?

  1. #1
    appguy1010 is offline Newbie
    Join Date
    Jan 2010
    Posts
    1
    Rep Power
    0

    Is there a windows application equivalent to web bots?

    Basically, when building a web bot you use a network analyzer / packet sniffer to see the requests being made to the web server, so in a sense the website is kind of like an API that you can programatically access to build a bot that interats with the web application. I am interested in the possibility of creating something similar to a web bot but that would instead automate tasks on a windows software program, like for example a 3D modeling program. I don't know anything about windows native apps as I just do web related development but I imagine there is something like a layer between the application and the windows user interface that could potentially be tapped into for this sort of thing, any info to point me in the right direction would be appreciated as I don't really know where to begin searching for this.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Ewe Loon's Avatar
    Ewe Loon is offline Learning Programmer
    Join Date
    Feb 2010
    Posts
    49
    Rep Power
    0

    Re: Is there a windows application equivalent to web bots?

    there are 2 functions in windows you might be interested in keybd_event and mouse_event
    these simulate keyboard and mouse
    I have used them for logging me into various online games

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. can't get HWND of C# application windows
    By Paul Dinh in forum C and C++
    Replies: 0
    Last Post: 09-10-2011, 08:34 PM
  2. Windows Form Application help
    By Cybertech44 in forum Managed C++
    Replies: 9
    Last Post: 07-19-2011, 10:47 AM
  3. Help! My application crashes on Windows XP...
    By Joey in forum Visual Basic Programming
    Replies: 3
    Last Post: 05-14-2010, 05:05 PM
  4. 3D output in Windows Application
    By msbealo in forum C and C++
    Replies: 1
    Last Post: 09-04-2007, 09:08 AM
  5. Looking for a Windows application debugger
    By cchvw in forum General Programming
    Replies: 2
    Last Post: 05-03-2007, 07:23 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts