Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1. I call winform from wpf window
2. I want to create hyperlink from this winform and insert it into teleriks radrichtextbox of parent form(wpf window)
3. I tried using linklabel but cant succeed as linklable created on winform and i dont know how to insert this linklable in radrichtextbox
4. please tell me how to achieve this ?
Posted
Updated 7-Jan-14 2:43am
v2
Comments
Karthik_Mahalingam 7-Jan-14 6:36am    
from another form and insert it into parent form -> not clear

post your code..

1 solution

You can use the linklabel like a button. In the onclicked method, you can write the code to either open the form you want to open, or bring the form to front if it is already been opened.
 
Share this answer
 
Comments
sp_suresh 7-Jan-14 8:44am    
thanks and sorry please see question again which i have updated

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