I am writing an application in C# that connects to a constantly updated webpage (via webbrowser control) and clicks on them one by one.
The problem I am having, is the actual clicking part of the app. Any help would be appreciated. :)
Thanks in advance.
Loading
Mamta MPosted Nov 2, 2008, 11:12 AM
I haven't actually tried reproducing your scenario here, will do it tomorrow if time permits. For now, all I can do is refer you to this link: Perhaps you may find something of use here. I hope you will.
http://msdn.microsoft.com/en-us/library/system.windows.forms.linklabel.aspx
Regards,
Mamta
Dim APosted Nov 1, 2008, 10:16 PM
Dim APosted Oct 31, 2008, 2:55 PM
Mamta MPosted Oct 30, 2008, 7:34 AM
Hi there,
Could you make your question a little more clearer? Let me ask you this: do you want to have your application "auto click" on the hyperlinks embedded in the web page (that is in the webrowser control) and hence your confusion is in how to get the application to perform the click actions? Is that what you require? If you confirm, then it would help towards finding a solution.
Regards,
Mamta