|
Keeping Track of Your DLLs
LIUtilities has published a new article for developers. It tells you how to keep track of your dlls.
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...
- HOW DO I STRETCH THE SIZE OF FORM WHEN SCREEN RES INCREASED? (2001-01-09 03:54:00)first of all i am not sure what is your requirement
are u concerned with first time sizing of your form on initialization or do you want to...
- URGENT DLL PB (2001-01-16 07:08:13)Hmmm ... I'm not competent in returning bitmaps from DLLs but perhaps you have to specify some memory handling routines ?
Regards
/Filip
- 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...
- MAKING A CHAT PROGRAM WITH TRICHEDIT... (2001-01-22 00:42:32)The TStrings of the RichEdit don't show the formating paragraphs. But when you save the RichEdit text to a stream (instead of a file) you will...
- HOW CAN I TRACK THE AMOUNT OF TIMES MY PROGRAM IS OPENED. (2001-01-22 22:42:45)The easiest method would probably be something along the lines of:
formCreate(...)
var
i : integer;
list : TStringList;
begin
list :=...
- READING ONLY PART OF A STRING (2001-01-25 11:10:08)Should you wish to start on the 12th character of the string everytime, simply use V_StartPos := 12 instead of using POS.
- SYNC DBGRIDS? OR ACCESS DBGRID SCROLL BAR? (2001-01-31 17:36:36)Mr Baseball34 - Thanks a bunch. That was the right track, I used a scrollbox with the grids(at their full size) inside it. An absolute lifesaver!...
- STOPPING AUTO-FOCUS ON MDI CHILD CREATE (2001-01-29 07:55:39)I do not know how to fix your problem, but why do you not use threads if you only do calculations? Threads will be much more efficient.
Stephan
- SEND E-MAIL ON BUTTON CLICK (2001-02-08 06:03:28)As I said, the majority of Delphi users have dumped the
NM components in favor of ICs or Indy. The reasons being...
The NM components are buggy...
|