Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hyperlink to my website on status strip...when mouse over on status strip label color will be change when click it pass link to website...

ya now i find it ....
C#
private void status4_Click(object sender, EventArgs e)
       {
           System.Diagnostics.Process.Start("http://www.way2hotel.com/");
       }


how to change cursor on mouse over or click
Posted
Updated 1-Apr-13 0:47am
v2
Comments
Naz_Firdouse 1-Apr-13 5:43am    
Please elaborate your question
vinodkumarnie 1-Apr-13 6:11am    
can you share code..?

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