Scalabium Software

SMExport advertising
Knowledge for your independence'.
Home Delphi and C++Builder tips


#29: quick filling a listbox with file names

Today I have read, that you can fill a listbox items with file names by one message only! Try it - it's cool:

var s: string;
begin
  s := 'c:\windows\*.bmp'#0;
  ListBox1.Perform(LB_DIR, DDL_READWRITE, LongInt(@s[1]));
end;


Published: October 5, 1999

See also
 
SMDBGrid
Paradox to MS Access converter
ABA Document Convert
SMMsg suite
ExcelFile Viewer
Metafile Convert
Paradox Password Recovery
Viewer for TNEF-files (winmail.dat)
SMImport suite
SMReport
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2023, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMExport advertising