Search found 42 matches: riched20

Return to advanced search

Re: creating a new function HtmlToRtf()

... get in tabelle.rtf, insert your RTF header: {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}} {*\generator Riched20 10.0.19041}\viewkind4\uc1 \pard\sa200\sl276\slmult1\f0\fs22\lang7 and then add } at the end. I made a test and it is working fine. https://github.com/jgm/pandoc/releases/tag/3.1.12 ...
by Silvio.Falconi
Fri Feb 16, 2024 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 243

Re: creating a new function HtmlToRtf()

... get in tabelle.rtf, insert your RTF header: {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1031{\fonttbl{\f0\fnil\fcharset0 Arial;}} {*\generator Riched20 10.0.19041}\viewkind4\uc1 \pard\sa200\sl276\slmult1\f0\fs22\lang7 and then add } at the end. I made a test and it is working fine. https://github.com/jgm/pandoc/releases/tag/3.1.12
by Otto
Thu Feb 15, 2024 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating a new function HtmlToRtf()
Replies: 3
Views: 243

Re: PDF en aplicacion con RICHEDIT

... 5.00 Copyright (c) 1997, 2000 Borland Fatal: Unable to open file 'GDIPLUS.LIB' * Linking errors * Ademas si esta libreria : LoadLibrary( "riched20.dll" ) debe de estar en la carpeta de fwh\samples, no esta
by Garbi
Thu Oct 19, 2023 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF en aplicacion con RICHEDIT
Replies: 13
Views: 407

Richedit problem SOLVED

... between an RTF string starting with {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1040{\fonttbl I have this in my DBF and {\*\generator Riched20 10.0.19041}\viewkind4\uc1 \pard\f0\fs20 I have this in MySql , and are not compatible . Regards Maurizio
by Maurizio
Fri Nov 19, 2021 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit problem SOLVED
Replies: 4
Views: 589

Re: Resedit closes problems after Windows 10 update

... loaded. 'ResEdit.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Symbols loaded. 'ResEdit.exe' (Win32): Loaded 'C:\Windows\System32\riched20.dll'. Symbols loaded. 'ResEdit.exe' (Win32): Loaded 'C:\Windows\System32\usp10.dll'. Symbols loaded. 'ResEdit.exe' (Win32): Loaded 'C:\Windows\System32\msls31.dll'. ...
by Antonio Linares
Mon Jul 19, 2021 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit closes problems after Windows 10 update
Replies: 12
Views: 729

Re: Introducing FiveTech's fivedit

... 009=D:\FWHDEV\bcc7\lib\psdk\rasapi32.lib,1 010=D:\FWHDEV\bcc7\lib\psdk\gdiplus.lib,1 011=D:\FWHDEV\bcc7\lib\psdk\riched20.lib,1 012=D:\FWHDEV\bcc7\lib\psdk\shell32.lib,1 013=D:\FWHDEV\bcc7\lib\psdk\urlmon.lib,1 [INCLUDES] 001=,0 best regards, ryugarai
by ryugarai27
Sat Sep 01, 2018 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 105369

Re: Richedit5 and XP

Yes, MsftEdit.dll is used for control RichEdit5, and not exist in XP ( I think with XP SP1 or later exist it, but I'm not sure and this control I not tested in XP )
RichEdit use RichEd20.dll
But if you copy MsftEdit.dll in folder of application it's possible run ok
by cnavarro
Sat May 26, 2018 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit5 and XP
Replies: 5
Views: 1048

Re: Google APIS Lib for Fivewin

... D:\Borland\bcc7\lib\psdk\psapi.lib D:\Borland\bcc7\lib\psdk\rasapi32.lib D:\Borland\bcc7\lib\psdk\gdiplus.lib D:\Borland\bcc7\lib\psdk\riched20.lib D:\Borland\bcc7\lib\psdk\shell32.lib D:\Borland\bcc7\lib\psdk\urlmon.lib ,
by cnavarro
Wed Nov 22, 2017 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 24538

Re: Google APIS Lib for Fivewin

... D:\Borland\bcc7\lib\psdk\psapi.lib D:\Borland\bcc7\lib\psdk\rasapi32.lib D:\Borland\bcc7\lib\psdk\gdiplus.lib D:\Borland\bcc7\lib\psdk\riched20.lib D:\Borland\bcc7\lib\psdk\shell32.lib D:\Borland\bcc7\lib\psdk\urlmon.lib ,
by cnavarro
Wed Nov 22, 2017 11:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 78
Views: 19517

Re: New method for richedit

on function I use your memoedit test ( hDLL = LoadLibrary( 'riched20.dll' )) #include "FiveWin.ch"#include "constant.ch"#include "richedit.ch"static ofont, cFont,nTypeFont,nSizefunction Main()   local cTitle ...
by Silvio.Falconi
Sat Jul 02, 2016 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New method for richedit
Replies: 4
Views: 929

Richedit on a dialog

... aget[3],hDll USE MAILMOD ALIAS MM DEFINE DIALOG oDlgModelli ; SIZE nWidth, nHeight PIXEL TRUEPIXEL ; TITLE cDlgTitle ... hDLL = LoadLibrary( 'riched20.dll' ) @ 90,110 RICHEDIT aGet[3] VAR MM->MESSAGE of oDlgModelli PIXEL SIZE 100,100 ,,, ACTIVATE DIALOG oDlgModelli centered ; on init BuildRichEditBar( ...
by Silvio.Falconi
Sun Apr 17, 2016 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8923

Re: Richtext like component

... richtext functions that did not make it to richedit.prg, but it should work. In other words, if it is rich text, then all you need should be in RichEd20.dll. If you search for and read about charformat and charformat2 richtxt structures you may find that these two c structures can be manipulated ...
by reinaldocrespo
Wed Dec 18, 2013 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richtext like component
Replies: 9
Views: 2779

Re: Error RichEdit

Estas cargando la DLL de Windows de soporte de richedit ?

local hRichDLL := LoadLibrary( "riched20.dll" )

y al final de tu programa:

FreeLibrary( "riched20.dll" )
by Antonio Linares
Fri Nov 29, 2013 9:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error RichEdit
Replies: 3
Views: 615

Re: TRichEdit

thank you.

Where can I find a description of the functions riched20.dll ?
by Natter
Fri Nov 29, 2013 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRichEdit
Replies: 8
Views: 1466

Re: Memoedit

Also, I noticed that every sample loads RichEd20.dll, but I do not see a copy of that anywhere on my computer. Where do we find it ? Can we then distribute it ? Please check your c:\Windows\System32 folder. This dll is provided by Microsoft. ...
by nageswaragunupudi
Fri Nov 22, 2013 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit
Replies: 29
Views: 6028
Next

Return to advanced search