TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sergiu Tricolici
NA
9
1.6k
Desktop Application that manipulates webpages
Jan 18 2012 10:01 AM
Hi, I will be short and concise, I need some guidance:
I want to create desktop application that will connect to a user account through the web, or maybe it should implement the web browser itself, just with + functionality (manipulating the browser inside the desktop application), that will be able to click on Hyperlinks (images or just plain text), that will be able to write what I tell it to write in a textbox, and to click the submit button after that. That's what I need.
The application should work without the mouse at the moment that it is on.. It should work by itself.
I think that this can be done in 2 ways as I see it.
1) To manipulate the DOM tree.
2) Just to manipulate the different objects like Hyperlinks and text areas as graphical elements?
I am curious to know if I can work in VS 2008, C# and not just work with Internet Explorer? Maybe Chrome, or Firefox? Is that possible?
What I want, is for people to tell me, is that very hard to do? What should I know,, where should I go, since now,, I'm just stuck at the beginning ) Maybe it's not even possible?
The site that I'm talking about, that I need to connect to, is a (RIA) and it uses Ajax heavily, so parts of the webpage is updated constantly.. Hope this helps?
Thank you for your time in advance,, if you need other information, I will be glad to tell you more.
Reply
Answers (
8
)
Convert Tif to PDFA using Acrobat pro API
Highlight/Sort In DataGridView If The DataBase Value is less than 100..C# In Windows Form