Bill Kollodge
bkollodge at parkindustries.com
Thu May 26 16:35:03 CDT 2005
Thanks a lot, Seth! Thanks, Bill -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Seth Galitzer Sent: May 26, 2005 4:11 To: dba-vb at databaseadvisors.com Subject: Re: [dba-VB] CommonDialog in VB6 Bill, No need to reinvent the wheel. Look in the Download page of my website for "ChopIt!" under "Visual Basic 6.0 Samples". That project contains code and a couple of modules for using the common file dialogs through API calls. What you want is the Browse Folder dialog, which is only available through the Win32 API and even there is not documented very well. There should be enough in my demo app to get you up and running fairly easily. Seth Bill Kollodge wrote: > Hi folks, I'm using commondialogs to open files, I'd like to find > something similar to allow the user to set paths. The previous > programmer used a combination of a dirList and drvList. Anything > similar to a commondialog to set just the path? > > Thanks, > > Bill Kollodge > Software Engineering / CNC Products > Park Industries > St. Cloud, MN 56303 > bkollodge at parkindustries.com > > > > This communication is for use by the intended recipient and contains > information that may be privileged, confidential or copyrighted under > applicable law. If you are not the intended recipient, you are hereby > formally notified that any use, copying or distribution of the e-mail, > in whole or in part, is strictly prohibited. Please notify the sender > by return e-mail from your system. This e-mail does not constitute > consent to the use of the sender's contact information for direct > marketing purposes or for transfers of data to third parties. > _______________________________________________ > -- Seth Galitzer sgsax at ksu.edu Computing Specialist http://puma.agron.ksu.edu/~sgsax Dept. of Plant Pathology Kansas State University _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of the e-mail, in whole or in part, is strictly prohibited. Please notify the sender by return e-mail from your system. This e-mail does not constitute consent to the use of the sender's contact information for direct marketing purposes or for transfers of data to third parties.