cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
push button on a website
push button on a website
Nov 25, 2013 at 8:47pm UTC
dudewhatsup
(12)
Hi, I was wondering if it's possible to push a button on a website programatically. Unfortunately the button link is invisible, otherwise I could simply use the URL it links to. So is there a way to do it in c++ and if so, how?
Cheers
dude
Nov 25, 2013 at 9:38pm UTC
m4ster r0shi
(2201)
Are you on windows? If yes, AutoIt is a much, much easier option.
http://www.autoitscript.com/site/autoit/
Nov 25, 2013 at 10:13pm UTC
dudewhatsup
(12)
yes, on windows, but I would need to do it in C++. Thx for the link anyway
Last edited on
Nov 25, 2013 at 10:13pm UTC
Nov 25, 2013 at 10:17pm UTC
m4ster r0shi
(2201)
I would need to do it in C++
Maybe this could be of help then ->
http://www.cplusplus.com/forum/windows/38260/
Nov 25, 2013 at 11:01pm UTC
dudewhatsup
(12)
that looks interesting, I'll give it a shot 2morrow, thx!
Topic archived. No new replies allowed.