Thread: Effecting outside programs (such as IE)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2007
    Posts
    19

    Effecting outside programs (such as IE)

    How in C++ can you make a program that effects an outside sources, in this case my browser's address bar. What I'm looking for it to do is punch in an address which contains dates at the end and the program will cycle through all the dates and every 5 seconds update the browser at the next page.

    (by effects outside sources I mean it can type in data into another program)

    Note: If you post any code, please assume namespace std
    Last edited by turck3; 02-25-2008 at 02:31 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Starting programs
    By Molokai in forum C Programming
    Replies: 1
    Last Post: 04-16-2009, 10:10 AM
  2. Recommend upgrade path for C programs
    By emanresu in forum C Programming
    Replies: 3
    Last Post: 11-22-2007, 07:32 AM
  3. Problem using java programs within C code
    By lemania in forum Linux Programming
    Replies: 1
    Last Post: 05-08-2005, 02:02 AM
  4. POSIX/DOS programs?
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 02-28-2003, 05:42 AM
  5. executing c++ programs on the web
    By gulti01 in forum C++ Programming
    Replies: 4
    Last Post: 08-12-2002, 03:12 AM