Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi all,

i am trying to provide a tooltip service to a button in windows phones 7.
i don't know how to provide this. please any one help to me.i also tried by this url :
Building a Windows Phone 7 Puzzle Game[^]


thanks in advance,
thanks and regards ,
nareshrajuu
Posted

 
Share this answer
 
Comments
Unareshraju 24-Apr-12 3:28am    
thankyou so-much Patel to reply. please let me know another URL's.
thank you patel.
http://igrali.wordpress.com/2012/01/07/show-a-tooltip-for-tapped-pushpin-on-windows-phone/[^]
In above URL the INotifyProperty changed event handler as bigger.to each and every control it takes more complexity so please anyone help to me any other solution/suggestions.

[in my every page i need to provide tooltip service more than ten controls so that above URL complexity ]

thanks in advance,
Unareshraju.
 
Share this answer
 
Use a pop-up window(with ChildWindow class).
and a switch steatment...

it well do the same work of a tool tip...

a child window contains a TextBlock
and switch case of each control with it's own text...
 
Share this answer
 

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