|
psvDialogs Library 2.1 released
psvDialogs library contains components based on undocumented Windows functions
Components:
TpsvExitWindowsDialog
TpsvRunDialog
TpsvOrganizeFavoritesDialog
TpsvFormatDialog
TpsvComputerNameDialog
TpsvBrowseFolderDialog
TpsvControlPanelDialog
TpsvAppletDialog
TpsvChangeIconDialog
TpsvShellAboutDialog
TpsvOutOfMemoryDialog
TpsvObjectPropertiesDialog
TpsvOpenDialog
TpsvSaveDialog
TpsvNewLinkDialog
TpsvAddHardwareDialog
TpsvOpenWidthDialog
TpsvDiskFullDialog
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...
- DETECTING ACTIVE DESKTOP -- SYSTEMPARAMETERSINFO? (2001-01-07 06:06:54)I'll check this out and then accept as answer, cheers :)
- CAN NOT RUN DELPHI 5 ENTERPRISE ON WINDOWS 2000 (2001-01-07 22:12:43)brother you are not alone as in my knowledge many other developers are also facing the same problem especially while updating control's position or...
- HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- HOW TO COMPILE WITHOUT THE VCL ? (2001-01-17 04:13:15)you have not given the full purpose in your question
but it you want to reduce the disk size of your application file
then ofcourse you can...
- 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...
- FOR GODS SAKE... I AM GOING INSANE... (ABOUT THE 'DATETIME-PICKER) (2001-01-18 15:24:39)SendMessage(DateTimePicker1.Handle, DTM_SETFORMAT, 0,
longint(PChar('hh:mm tt')));
See MSDN for more formatstrings:...
- STOP IMAGE FLICKER... PLEASE!!! (2001-01-20 04:18:42)The problem is, that TImage is not a TWinControl so it has to be redrawn everytime.
Just imagine a pinboard with a image you can pin off and put...
- DATAMODULE IN A DLL (2001-01-21 23:16:01)where is datamodule in exe or in dll.
if it is in exe then most possible your dll is not able to link to that datamodule
for varifying if that...
- FED UP WITH ERRORS... (2001-01-24 10:06:21)Hi...
I fixed the error with deleting the dclusr50.bpl file...delphi succesfully compiled the package after a few unwanted questions...cool:)))...
|