Feb 9, 2005 #1 jeff32889 Programmer Joined Feb 9, 2005 Messages 5 Location US i want to make a program that logs onto a webpage for me, but have no idea what to do
Feb 10, 2005 #2 stupidog Technical User Joined Jun 26, 2001 Messages 27 Location US Use CHTML as a base class Upvote 0 Downvote
Feb 10, 2005 Thread starter #3 jeff32889 Programmer Joined Feb 9, 2005 Messages 5 Location US how? Upvote 0 Downvote
Feb 10, 2005 #4 timmay3141 Programmer Joined Dec 3, 2002 Messages 468 Location US If you just want to open up a web page with IE in its own program you can use ShellExecute. It's not difficult to use - look it up on MSDN. Upvote 0 Downvote
If you just want to open up a web page with IE in its own program you can use ShellExecute. It's not difficult to use - look it up on MSDN.
Feb 10, 2005 Thread starter #5 jeff32889 Programmer Joined Feb 9, 2005 Messages 5 Location US but i dont just want to open a webpage, i want it to log on for me Upvote 0 Downvote