RICHEDITBOX

HMG en Español

Moderator: Rathinagiri

User avatar
serge_girard
Posts: 3364
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: RICHEDITBOX

Post by serge_girard »

Esgici,

Yes, I did... Now again and it works!

Thx Esgici and Claudio !

Serge
There's nothing you can do that can't be done...
User avatar
srvet_claudio
Posts: 2224
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: RICHEDITBOX

Post by srvet_claudio »

esgici wrote:Sadly, I couldn't achieve a few points: change font and adjust two sides :
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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
https://srvet.blogspot.com
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: RICHEDITBOX

Post by esgici »

srvet_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.
Gracias amigo

There are some other weird problems in font selection and applying, I think :?

Anyway many thanks to your invaluable participations to HMG :D
Viva INTERNATIONAL HMG :D
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: RICHEDITBOX

Post by Javier Tovar »

Gracias Dr. Claudio por la aclaración! :D

Saludos
User avatar
serge_girard
Posts: 3364
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: RICHEDITBOX

Post by serge_girard »

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
There's nothing you can do that can't be done...
User avatar
serge_girard
Posts: 3364
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: RICHEDITBOX

Post by serge_girard »

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
There's nothing you can do that can't be done...
User avatar
srvet_claudio
Posts: 2224
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: RICHEDITBOX

Post by srvet_claudio »

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
Hi Serge,
I would have to study the subject because I know nothing about html.
Best regards.
Dr. Claudio Soto
(from Uruguay)
https://srvet.blogspot.com
User avatar
serge_girard
Posts: 3364
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: RICHEDITBOX

Post by serge_girard »

Claudio,

I understand completely.

How about inserting images?

Greetings, Serge
There's nothing you can do that can't be done...
User avatar
srvet_claudio
Posts: 2224
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: RICHEDITBOX

Post by srvet_claudio »

serge_girard wrote: How about inserting images?
Good question :?:
Best regards.
Dr. Claudio Soto
(from Uruguay)
https://srvet.blogspot.com
User avatar
serge_girard
Posts: 3364
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: RICHEDITBOX

Post by serge_girard »

Thank you !

+10 !!

Serge
There's nothing you can do that can't be done...
Post Reply