|
QuickHelp 4 Authors Help in Any Language
Excel Software ships QuickHelp 4.0 to author application help in any language that runs on Mac OS X or Windows computers. QuickHelp adds Unicode, the Merge Help tool and the Convert Language tool.
Related Discussions - USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- HELP WITH EXCEPTIONS ..... I'M GETTING CRAZY! (2001-01-06 19:59:49)How to make it run as if you were running it outside of Delphi.
Tools | Debugger Options --> Language Exceptions.
Their is a checkbox titled...
- MESSAGE DIALOGS... (2001-01-10 12:21:18)Here goes a trick from Borland
http://www.borland.com/devsupport/delphi/downloads/index.html
To translate the Delphi 3.0 VCL messages, you need...
- MAKING A COMPILER WITH DELPHI 4 (2001-01-15 12:57:01)Goober,
Try http://www.bloodshed.net/compilers/
they used delphi to create a c compiler, talk about irony haha, sources etc. are available so...
- HOW TO HIDE WICH DLL'S YOUR PROGRAM (.EXE) USES? (2001-01-19 11:10:45)Maybe there's a bug. In don't have quickview installed. But with other programs, I can see winamp'imports...
If you really don't want people to be...
- CAN YOU PLEASE RECOMMEND A GOOD SETUP PROGRAM (2001-01-23 12:41:54)The installation program I use is Inno Setup Extensions which is based on Inno Setup. It can be found at http://www.wintax.nl/isx/.
- HOW I CAN CREATE AN INI FILE WHILE RUNNING THE SETUP FILE? (2001-01-25 10:30:17)The "GetUserName" Windows API function will retrieve the current user name.
I am no expert in installation programs but I thing the all have...
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- HOW TO DECLARE A GLOBAL VARIABLE (2001-01-26 10:11:36)in another form you can't use e.g. edit1.text:=myvariable
you must use edit1.text:=alpha.myvariable
Please e-mail me if u have any more...
- MORE EXPLAIN (RUN AN APPLICATION BEFORE ALL OTHERS) (2001-01-26 15:11:58)There are other ways... You can make a boot disk. Anyway, your install program will be a DOS program. BUT, if you put your program in RunServices,...
|