Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello All,

I am making a windows application and i am using Yarte control for sending an email.

But i am not getting any icon of Yarte control.
For eg- Bold, Italic, ordered list and unordered list etc.

Please help me.

What I have tried:

I searched almost entire internet but did not found any suitable airticle on this.
Posted
Updated 31-May-17 7:28am
v4
Comments
CHill60 14-Mar-17 8:54am    
"I searched almost entire internet" - I doubt that!
What is a Yarte control - where did you get it from?
CHill60 14-Mar-17 8:58am    
Ok. YARTE control is a rich text editor. Not sure how you think such a thing would send an email. Perhaps your question would be better directed to the writer of the code : YARTE - Yet Another RTE (HTML rich text editor) for Winforms - Discussions[^]
Graeme_Grant 14-Mar-17 9:03am    
Have you tried contacting the author? That control looks abandoned by the author 7 years ago ...
CHill60 14-Mar-17 9:09am    
I haven't personally. The author was last active on CodePlex in August of last year and appears to have a lot of other stuff they are interested in. No matter how old the control, the correct place to start looking for help would be where the thing came from though
Graeme_Grant 14-Mar-17 9:17am    
sorry, meant to post to the OP... ;)

It sounds like the control is not installed properly. However, I suggest using the discussions at YARTE - Yet Another RTE (HTML rich text editor) for Winforms - Discussions[^] to try and get a more specific answer.
 
Share this answer
 
Comments
Adityakumar2318 31-May-17 13:25pm    
Thank you. I just found the solutions sir.
I solved the issue and here is the solution.

Just write below 2 line of code on form_load event

YARTE.UI.Buttons.PredefinedButtonSets.SetupDefaultButtons(this.htmlEditor1);
           YARTE.UI.Buttons.PredefinedButtonSets.SetupDefaultButtons(this.htmlEditorEmailTemplate);


Thanks to everyone.
 
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