Search found 14 matches: loadstring

Return to advanced search

COMO LEER EL RESOURCE 'VERSION' DE UNA DLL

... a todos Al agregar una string table en una dll , las cadenas que se agregan tiene un ID y se pueden recuperar desde el programa principal usando LOADSTRING( Getresources(),n) donde n es el ID numerico de la cadena a recuperar. Ahora bien, si agregamos un Item Version a la DLL , dentro de el aparecen ...
by rterraz
Mon Mar 02, 2020 2:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO LEER EL RESOURCE 'VERSION' DE UNA DLL
Replies: 1
Views: 420

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6348

Re: ComboBox DropDown modificacion a clase

static function AddModAlumno( oRec, lEmpty ) local oDlg, oBtn := Array(2), cTitle, cFoto, oFoto, lLic := .F. IF( lEmpty,; ( cTitle := LoadString( , 10015 ), cFoto := cDirImg+"Foto.png" ),; ( cTitle := LoadString( , 10016 ), cFoto := cDirImg+"DSCN"+oRec:Foto+".jpg" ...
by ratazul
Tue Apr 19, 2016 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox DropDown modificacion a clase
Replies: 2
Views: 710

Re: Load a string alert by res

Arthur,

as Biel pointed, here you have an example:

MsgInfo( LoadString( GetResources(), 10 ) ) // where 10 is the ID of the string in the resource file

test.rc
Code: Select all  Expand view
STRINGTABLE
BEGIN
    10, "Testing strings loading from Resources"
    20, "02/27/94"
END
by Antonio Linares
Mon Sep 02, 2013 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Load a string alert by res (Resolved)
Replies: 5
Views: 895

Re: Load a string alert by res

To retireve from String table, you can use FW function LoadString.
by Biel EA6DD
Mon Sep 02, 2013 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Load a string alert by res (Resolved)
Replies: 5
Views: 895

New FTDN November/Noviembre 2010 (FWH 10.11)

... function uCharToVal, recognizes .T./.F. values to maintain compatibility with inverse function cValToChar * Fix: FWH 64 Bits, Function LoadString working ok * Improvement: CLASS TTVItem a) added METHOD GetState(), new Method to retrive current state of a item b) added METHOD IsExpanded() ...
by Antonio Linares
Fri Dec 10, 2010 8:05 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2010 (FWH 10.11)
Replies: 0
Views: 1313

Re: Se necesita ayuda en el wiki !

... lLFNRmDir() lMIDIOutOpen() lMkDir() Loadaccelerators() LoadBitmap() LoadCursor() LoadIcon() Loadlib32() LoadLibrary() LoadMenu() LoadResource() LoadString() LoadValue() LocalShrink() LogEvent() LogStatics() lOpen() LPToDP() lRMDir() lWRunning() lXor() LZCopyFile() MakeWin() MapDialogRect() MCIGetErrorString() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5503

Re: preview alpha 2

... GO_LEFT 1 #define GO_RIGHT 2 #define GO_PAGE .T. #define VSCROLL_RANGE 20 * ::nZFactor #define HSCROLL_RANGE 20 * ::nZFactor #define TXT_FIRST LoadString( GetResources(), 07 ) #define TXT_PREVIOUS LoadString( GetResources(), 08 ) #define TXT_NEXT LoadString( GetResources(), 09 ) #define TXT_LAST ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2033

Re: GetPrintDC()

... 2 #define GO_LEFT 1 #define GO_RIGHT 2 #define GO_PAGE .T. #define VSCROLL_RANGE 20*nZFactor #define HSCROLL_RANGE 20*nZFactor #define TXT_FIRST LoadString( GetResources(), 07 ) #define TXT_PREVIOUS LoadString( GetResources(), 08 ) #define TXT_NEXT LoadString( GetResources(), 09 ) #define TXT_LAST ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2708

Thanks

All right with LoadString ()

THANKS SO MUCH
by lailton.webmaster
Wed Nov 05, 2008 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it
Replies: 3
Views: 705

You can use LoadString () to read the text from the resource.

rPreview.prg is a good sample to study how to do.
by StefanHaupt
Wed Nov 05, 2008 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it
Replies: 3
Views: 705

... creates a file with the date and time and such file is included from the main RC file (#include ... ) so you can retrieve them at runtime using LoadString(). Please review fwh\samples\TestStr3.prg
by Antonio Linares
Mon Oct 06, 2008 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link-date/time
Replies: 4
Views: 690

... error: Macro redefinition of 'LoadIcon'. D:\COMPILER\xHB\c_include\win\winuser.h(4912): error: Macro redefinition of 'LoadString'. D:\COMPILER\xHB\c_include\win\winuser.h(4921): error: Macro redefinition of 'WinHelp'. D:\COMPILER\xHB\c_include\win\winreg.h(211): error: ...
by hterce
Wed Sep 03, 2008 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Source code for Tree32.lib
Replies: 13
Views: 3308

... 2 #define GO_LEFT 1 #define GO_RIGHT 2 #define GO_PAGE .T. #define VSCROLL_RANGE 20*nZFactor #define HSCROLL_RANGE 20*nZFactor #define TXT_FIRST LoadString( GetResources(), 07 ) #define TXT_PREVIOUS LoadString( GetResources(), 08 ) #define TXT_NEXT LoadString( GetResources(), 09 ) #define TXT_LAST ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3362

Return to advanced search

cron