disk select

This forum is for general support of Xbase++
Post Reply
Message
Author
User avatar
alepap
Posts: 94
Joined: Tue Jul 28, 2015 5:15 am

disk select

#1 Post by alepap »

Is there a way to select a disk in the same way we can select a printer using the windows registered printers.

I need to do a backup and would like to ask the user to select on witch disk the backup should be, using windows file explorer.

Thank you,


Alexandre

User avatar
rdonnay
Site Admin
Posts: 4722
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: disk select

#2 Post by rdonnay »

Code: Select all

DC_ChDir('Y:')

DC_ChDir('\exp20\source\dclipx')
The eXpress train is coming - and it has more cars.

Wolfgang Ciriack
Posts: 478
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: disk select

#3 Post by Wolfgang Ciriack »

Have a look at DC_PopDir()
_______________________
Best Regards
Wolfgang

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: disk select

#4 Post by Auge_Ohr »

Windows Listbox / ComboBox have "build-in" Drive / Directory.

Demo show how to "pimp" XbPart to fill Listbox with Drive / Directory
LB_DRIVE.ZIP
Source
(2.82 KiB) Downloaded 829 times
greetings by OHR
Jimmy

User avatar
alepap
Posts: 94
Joined: Tue Jul 28, 2015 5:15 am

Re: disk select

#5 Post by alepap »

Thank you for all great reply. :clap:
Very helpful. :D

Post Reply