Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for j4jawaid

I want to know that how to get attribute "class" of an html element using webbrowser component in C# .. Normally i am able to get any attribute (except class attribute) of any html tag. but this time i want to get attribute of "class" here is a sample html …

Member Avatar for Hallupa
0
851
Member Avatar for j4jawaid

I am trying to minimize the form to system tray. I have written a piece of code. But the only problem i am facing is that when i try to restore the window from system tray. Win Form appears in taskbar but has lost focused means it doesnt appear on …

Member Avatar for jonsca
0
144
Member Avatar for j4jawaid

Can anyone tell me that how can i open a site in webbrowser component of c#. Usually i open the site easily using the following code webBrowser1.Url = new Uri("http://google.com"); But now i want to access a site which is not allowed to be opened by IE and one can …

Member Avatar for j4jawaid
0
179
Member Avatar for j4jawaid

I am creating a small test application in which i am trying to fetch the all the hyperlink's details(Anchor Text and url) on the web page. What i have done till now is that i create webbrowser component loaded the page and fetch all <a> tags. I also know that …

Member Avatar for j4jawaid
0
146