Search found 16 matches: winhelp

Return to advanced search

Re: Help to complete the wiki and get a free FWH 9.07 !!!

... GetHelpTopic() HelpCtrlhWnd() HelpIndex() HelpPopup() HelpSearch() HelpSetPos() HelpSetTopic() HTMLHelp() SetHelpFile() SetHelpPopup() WinHelp() C2Hex() L2Hex() I2Hex() D2Bin() alert() aMidiDevices() aTcBrwPosRect() SET HELPFILE TO SET HELP TOPIC TO
by byte-one
Tue Aug 25, 2009 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to complete the wiki and get a free FWH 9.07 !!!
Replies: 80
Views: 14255

... 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: Macro redefinition of 'RegEnumKey'. D:\COMPILER\xHB\c_include\win\winreg.h(215): 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

Thanks Antonio. Where I was confused was that SET HELPFILE TO mychmhelp.chm HELPSETTOPIC('WINHELP') allowed F1 to invoke help but, if I wanted to invoke help from a button or a menu, I had to call CHMHELPTOPIC() to get the same result. (Incidentally, the chm file in ...
by Colin Wisbey
Fri May 30, 2008 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: CHM Help
Replies: 3
Views: 834

Colin,

>
HELPSETTOPIC('WINHELP')
after the
SET HELPFILE TO mychmhelp.chm,
>

Yes, thats the way we do it in samples\TestHlp2.prg
by Antonio Linares
Thu May 29, 2008 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: CHM Help
Replies: 3
Views: 834

Antonio: CHM Help

... syntax. 1. With .HLP files I just needed to do a SET HELPFILE TO myhlphelp.hlp and I could call up the help either by pressing F1 or by calling WINHELP(GetHelpFile()). 2. With .CHM files it seems I need to do a SET HELPFILE TO mychmhelp.chm and I can call up the help either by pressing F1 or ...
by Colin Wisbey
Thu May 29, 2008 12:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: CHM Help
Replies: 3
Views: 834

Re: Help File

Hola Jorge: Prueba así: SetKey(VK_F1, {|nKey| WinHelp("Ayuda.Hlp")}) Un saludo, Manuel Hola Amigos Cuando presione F1 para obtener ayuda en rutinas mi PRG me aparece el Msg NO HELP FILE AVAILABLE a pesar que he puesto SET KEY 28 To SET HELPFILE ...
by Manuel Aranda
Tue May 15, 2007 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Help File
Replies: 4
Views: 988

Manuel:

Según tengo entendido el Vista usa CHM como archivos de ayuda.

Creo que no esta permitido poner en tus instalaciones el
winhelp.exe para ejecutar archivos HLP, éste archivo debe ser
baja de Microsoft en donde verifica la autenticidad del Windows instalado.

Saludos.

Ruben Fernandez.
by Ruben Fernandez
Mon Apr 23, 2007 8:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Archivos .HLP y Windows Vista
Replies: 1
Views: 583

Re: Keyboard

Hola saviotti: Algunos ejemplos para orientarte: SetKey(VK_F1, {|nKey| WinHelp("Ayuda.Hlp")}) SetKey(VK_F9, {|nKey| Calculadora() }) oBtn1:bkeydown:={|nKey|IIF((nKey == Asc( "S" ) .OR. nKey == Asc( "s" ) ) .AND. GetKeyState( VK_CONTROL ),; ( lSalvar := .T. ...
by Manuel Aranda
Mon Apr 09, 2007 8:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Keyboard
Replies: 6
Views: 2131

Niente come non detto
Era settato la modalità HTML e non WinHelp
by Silvio
Wed Nov 22, 2006 8:47 am
 
Forum: All products support
Topic: Programma per creare help in CHM
Replies: 4
Views: 1439

... 0008:4F74 0006CH HELPTOPIC CODE 0008:4FE0 00073H HELPINDEX CODE 0008:5054 00087H HELPSEARCH CODE 0008:50DC 00075H HELPPOPUP CODE 0008:5152 0005AH WINHELP CODE 0008:51AC 00124H SPWINHELP CODE 0008:52D0 00125H SPWINHELPC CODE 0008:53F6 00240H TICON CODE 0008:5636 00079H SETNAME CODE 0008:56B0 0007EH ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

GPF, como buscar el Error

... 0008:4F74 0006CH HELPTOPIC CODE 0008:4FE0 00073H HELPINDEX CODE 0008:5054 00087H HELPSEARCH CODE 0008:50DC 00075H HELPPOPUP CODE 0008:5152 0005AH WINHELP CODE 0008:51AC 00124H SPWINHELP CODE 0008:52D0 00125H SPWINHELPC CODE 0008:53F6 00240H TICON CODE 0008:5636 00079H SETNAME CODE 0008:56B0 0007EH ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

Help Files

... to my dialog boxes DEFINE DIALOG oDlg RESOURCE "CUSTOMER" TITLE "Customer Entry" HELPID 200 I also have a help button that calls the following: winhelp(filename, 1, 200) This works OK on most pcs but on a few, a blank white help screen flashes up and then instantly disapears. I've noticed this ...
by PeterHarmes
Wed Feb 15, 2006 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help Files
Replies: 3
Views: 1172

He compilado xharbour con PellesC y cuando intento enlazar nuestra aplicacion usando las libs de Five para microsoft me da errores como el siguiente: POLINK: error: Unresolved external symbol '_HB_FUN_GETMODULEFILENAME'. POLINK: error: Unresolved external symbol '_HB_FUN_SETRESDEBUG'. POLINK: error:...
by miguelmarchuet
Tue Jan 31, 2006 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Es posible compilar con PellesC
Replies: 5
Views: 1281

Dutch,

Try just redefining the helpIndex() function (and don't use SET KEY).

function helpIndex()
return winHelp("myhelp.hlp")

James
by James Bott
Thu Jan 26, 2006 4:40 pm
 
Forum: FiveWin for CA-Clipper
Topic: How to activate WinHelp with F1
Replies: 1
Views: 704

How to activate WinHelp with F1

Dear All,

I would like to activate Help file WinHelp() with F1. I try to use as following but it doesn't work and it will ask to fine MAIN.HLP.

SET KEY VK_F1 TO WinHelp('MyHelp.HLP')

How can I do it?

Thanks&Regards,
Dutch
by dutch
Thu Jan 26, 2006 3:15 am
 
Forum: FiveWin for CA-Clipper
Topic: How to activate WinHelp with F1
Replies: 1
Views: 704
Next

Return to advanced search