Search found 42 matches: riched20

Return to advanced search

... en el cuadro de dialogo *FUNCION RETORNA ====>> EL VALOR DEL CAMPO EDITADO ... local oDlg local oRich local hRichDLL := LoadLibrary( "riched20.dll" ) local lSyntaxHL := .F. local xtexto_ant:=xCampo local xtexto:="" local z_ok:=.f. LOCAL oDedo LOCAL S_oTit1Font1 LOCAL S_oTit1Font2 Local ...
by lubin
Fri Dec 19, 2008 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: dificil guardar Rtf en campo memo (dbf) o campo de Mysql??
Replies: 14
Views: 5539

Amigo Haz lo siguiente: 1) Llamas al archivo cabecera: #include "RichEdit.ch" 2) Cargas la lib hDLL := LoadLibrary( "Riched20.dll" ) 3) Creas tu control richhedit dentro de un dialogo @ 88,130 RICHEDIT oRTF VAR cDatos OF oDlg FILE cDatos PIXEL SIZE 240,97 FONT oFont3 ; ON CHANGE ...
by fespinoza
Tue Sep 16, 2008 9:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como inicia la creación de documente RTF
Replies: 1
Views: 456

driessen wrote:In the PRG-file, the dll RICHED20.DLL is used. Where can I find this DLL-file ?


You should already have it in your c:\windows\system32 directory.

EMG
by Enrico Maria Giordano
Fri Mar 30, 2007 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Class ...
Replies: 5
Views: 1520

tRichEd

Use riched20.dll version 5.50 or upper and you will see rtf files rightly showed. Also, you can zoom rtf and previews are as expected. Zooming methods are listed below and must be called with %zoom, example, oRtf:SetZoom(65) ...
by César E. Lozada
Fri Mar 30, 2007 2:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Class ...
Replies: 5
Views: 1520

Rimantas,

Sorry that I have no answer to your question, but I want to add a problem that I have with the sample TestRich.

In the PRG-file, the dll RICHED20.DLL is used. Where can I find this DLL-file ?

Thank you.

Michel
by driessen
Thu Mar 29, 2007 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Class ...
Replies: 5
Views: 1520

Zoom en tRichEdit

Agregando estos métodos a la clase tRichEdit() podrás hacer zoom, pero si usas la versión 5 de riched20.dll. Add these methods to tRichEdit() to zoom, but be sure you have riched20.dll version 5 installed. Saludos/Regards César Lozada #define EM_GETZOOM (WM_USER + 224) ...
by César E. Lozada
Wed Jan 10, 2007 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: richedit
Replies: 4
Views: 1106

Rich edit

No, thanks for that.

I also found testrtf.prg, which solved my problem. I wasn't loading riched20.dll in my own code

Alex
by AlexSchaft
Fri Jul 07, 2006 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rich Edit
Replies: 2
Views: 775

chiaiese wrote:I found two dll in my windows directory riched20.dll and riched32.dll
anyone knows the difference ?
I tried both but without any difference, same bugs

Roberto


The second is only a wrapper to the first (note the small size).

EMG
by Enrico Maria Giordano
Thu Mar 02, 2006 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TRichEdit
Replies: 11
Views: 2619

I found two dll in my windows directory riched20.dll and riched32.dll
anyone knows the difference ?
I tried both but without any difference, same bugs

Roberto
by chiaiese
Wed Mar 01, 2006 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TRichEdit
Replies: 11
Views: 2619

Antonio

When i test , i use no changed source files , every test from samples directory uses only the fwh code.

Maybe it is a good idea to test your exe-file

Maybe the aplication depending from riched20.dll , give troubles with which version is used ?

Frank
by Frank Demont
Wed Feb 01, 2006 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testrich.prg : print rtf-file
Replies: 11
Views: 3167

How can I know all the func of riched20.dll
where I can found information on this dll
by Silvio
Fri Jan 27, 2006 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestRich.prg
Replies: 7
Views: 1857

TestRich.prg

... xLINK: error: Unresolved external symbol '_GetFileVersionInfoA'. xLINK: error: Unresolved external symbol '_VerQueryValueA'. I know that riched20.dll is required , so i have searched and downloaded it, and put in the samples directory Frank
by Frank Demont
Thu Jan 26, 2006 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestRich.prg
Replies: 7
Views: 1857
Previous

Return to advanced search