| View previous topic :: View next topic |
| Author |
Message |
Ma Xiaoguang Guest
|
Posted: Sun Apr 11, 2004 3:56 am Post subject: How can I load all bitmap files in a specified folder into m |
|
|
Dear ladies and gentlemen:
I want to know how can I load all bitmap files in a specified folder
into my program. Just get all the file name of the bitmaps in a specified
folder, then I could handle the next things. Could you help me to handle
this question?
Thank you very much.
Best regards.
Ma xiaoguang
|
|
| Back to top |
|
 |
Peter Below (TeamB) Guest
|
Posted: Sun Apr 11, 2004 10:06 am Post subject: Re: How can I load all bitmap files in a specified folder in |
|
|
In article <4078c0da (AT) newsgroups (DOT) borland.com>, Ma Xiaoguang wrote:
| Quote: | I want to know how can I load all bitmap files in a specified folder
into my program. Just get all the file name of the bitmaps in a specified
folder, then I could handle the next things. Could you help me to handle
this question?
|
Look at FindFirst, FindNext, FindClose in the Delphi online help. Search the
newsgroup archives for examples of use, there are hundreds if not thousands
around.
--
Peter Below (TeamB)
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be
|
|
| Back to top |
|
 |
Avatar Zondertau Guest
|
Posted: Sun Apr 11, 2004 10:28 am Post subject: Re: How can I load all bitmap files in a specified folder in |
|
|
| Quote: | I want to know how can I load all bitmap files in a specified
folder into my program. Just get all the file name of the bitmaps in
a specified folder, then I could handle the next things. Could you
help me to handle this question?
|
You should use the FindFirst, FindNext and FindClose functions
searching for *.bmp
|
|
| Back to top |
|
 |
Ma Xiaoguang Guest
|
Posted: Mon Apr 12, 2004 12:52 am Post subject: Re: How can I load all bitmap files in a specified folder in |
|
|
Hi Peter and Avatar:
Thank you for your helps. I will try these methods.
Best regards.
Ma Xiaoguang
"Ma Xiaoguang" <maxiaoguang10000 (AT) sina (DOT) com> wrote
| Quote: | Dear ladies and gentlemen:
I want to know how can I load all bitmap files in a specified folder
into my program. Just get all the file name of the bitmaps in a specified
folder, then I could handle the next things. Could you help me to handle
this question?
Thank you very much.
Best regards.
Ma xiaoguang
|
|
|
| Back to top |
|
 |
|