hi,
i have a c# winforms app that needs to fetch a specific value that resides in a specific web page.
the web page needs to be opened in the client before i can fetch it.
i tried shdocvw but it gave me alot of problems.
anyone can help
hi,
i have a c# winforms app that needs to fetch a specific value that resides in a specific web page.
the web page needs to be opened in the client before i can fetch it.
i tried shdocvw but it gave me alot of problems.
anyone can help
How can i fetch a value that resides in a web page from a windows app on the same client?
Barry Kelly
Don't use interop when there is an easier way through the .NET Framework!
Sam Spencer
i know the windows screen name and the id attribute
Dinhduy Tran
Patrick Sasky