Link Label in WPF
-
Hi, This is my requirement, Can I have linklabel in my dialog to open another dialog in WPF(Xaml). Say there is a Dialog A inside that I have couple of textboxes and a couple of linklabel, Based on the link the user chooses I have to open Dialog B or Dialog c. It is not a web based application but WPF application. Any sample appreciated. With Rgds,
-
Hi, This is my requirement, Can I have linklabel in my dialog to open another dialog in WPF(Xaml). Say there is a Dialog A inside that I have couple of textboxes and a couple of linklabel, Based on the link the user chooses I have to open Dialog B or Dialog c. It is not a web based application but WPF application. Any sample appreciated. With Rgds,
Use a HyperLink control in the in the Click event perform any operations you need to.
Cheers, Karl
» CodeProject 2008 MVP My Blog | Mole's Home Page | How To Create Screen Capture Videos For Your ArticlesJust a grain of sand on the worlds beaches.