Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to use linklabel in C# 2005 winapp to retrieve xml data?

If so please give me some guidelines or the code to do it.

Please help me in this, thanks... :)
Posted
Updated 10-Nov-10 21:51pm
v2
Comments
Dalek Dave 11-Nov-10 3:51am    
Minor Edit for Readability.

1 solution

Well, you could always use a standard label, change the font colour/underline to look like a link, and set the cursor to Hand

On the Click event, you can then use a WebClient object to get XML from a webpage
 
Share this answer
 
Comments
Sandeep Mewara 11-Feb-11 14:43pm    
Comment from OP:
thanks MarqW...

well.. on the Click event, i will no longer use WebClient because I'm not developing web base application.. but still thanks..

is there a chance that I may change the linklabel sizemode because i did use it in loading images..?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900