RICHEDITBOX
Moderator: Rathinagiri
- serge_girard
- Posts: 3364
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: RICHEDITBOX
Esgici,
Yes, I did... Now again and it works!
Thx Esgici and Claudio !
Serge
Yes, I did... Now again and it works!
Thx Esgici and Claudio !
Serge
There's nothing you can do that can't be done...
- srvet_claudio
- Posts: 2224
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: RICHEDITBOX
Hi Friend,esgici wrote:Sadly, I couldn't achieve a few points: change font and adjust two sides :
yes change font only work with arrows of the keyboard but not work with mouse.
adjust two sides: is a bug of API Windows.
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: RICHEDITBOX
Gracias amigosrvet_claudio wrote: Hi Friend,
yes change font only work with arrows of the keyboard but not work with mouse.
adjust two sides: is a bug of API Windows.
There are some other weird problems in font selection and applying, I think
Anyway many thanks to your invaluable participations to HMG
Viva INTERNATIONAL HMG 
-
Javier Tovar
- Posts: 1275
- Joined: Tue Sep 03, 2013 4:22 am
- Location: Tecámac, México
Re: RICHEDITBOX
Gracias Dr. Claudio por la aclaración!
Saludos
Saludos
- serge_girard
- Posts: 3364
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: RICHEDITBOX
Hello All & Claudio in particular,
A question: is it somehow possible to SAVE the RTF file AS html-file?
This would be great in order to generate and manage websites...!
And of course insert images....
Claudio any idea?
Thanks for sharing, Serge
A question: is it somehow possible to SAVE the RTF file AS html-file?
This would be great in order to generate and manage websites...!
And of course insert images....
Claudio any idea?
Thanks for sharing, Serge
There's nothing you can do that can't be done...
- serge_girard
- Posts: 3364
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: RICHEDITBOX
Claudio,
I found this on RTF->HTML:
SautinSoft.RtfToHtml r = new SautinSoft.RtfToHtml();
r.OutputFormat = SautinSoft.RtfToHtml.eOutputFormat.HTML_5;
r.ImageStyle.IncludeImageInHtml = true;
r.ConvertFile(@"d:\document.rtf",@"d:\html5.htm");
Maybe this helps?
Serge
I found this on RTF->HTML:
SautinSoft.RtfToHtml r = new SautinSoft.RtfToHtml();
r.OutputFormat = SautinSoft.RtfToHtml.eOutputFormat.HTML_5;
r.ImageStyle.IncludeImageInHtml = true;
r.ConvertFile(@"d:\document.rtf",@"d:\html5.htm");
Maybe this helps?
Serge
There's nothing you can do that can't be done...
- srvet_claudio
- Posts: 2224
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: RICHEDITBOX
Hi Serge,serge_girard wrote:Hello All & Claudio in particular,
A question: is it somehow possible to SAVE the RTF file AS html-file?
This would be great in order to generate and manage websites...!
And of course insert images....
Claudio any idea?
Thanks for sharing, Serge
I would have to study the subject because I know nothing about html.
- serge_girard
- Posts: 3364
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: RICHEDITBOX
Claudio,
I understand completely.
How about inserting images?
Greetings, Serge
I understand completely.
How about inserting images?
Greetings, Serge
There's nothing you can do that can't be done...
- srvet_claudio
- Posts: 2224
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Contact:
Re: RICHEDITBOX
Good questionserge_girard wrote: How about inserting images?
- serge_girard
- Posts: 3364
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact: