[Gambas-user] Guestion about DirBox.Dialog.SelectDirectory

Gianluigi bagonergi at gmail.com
Fri Mar 2 22:51:09 CET 2018


I'm not sure I understood the question.
Can this be useful?

Public Sub Form_Open()

  DirBox1.Value = "/tmp"
  DirBox1_Click()

End

Public Sub DirBox1_Click()

  Print DirBox1.Value

End

Regards
Gianluigi

2018-03-02 20:12 GMT+01:00 Shannon Kuchler <shannon at inflecto.org>:

> In DirBox.Dialog.SelectDirectory I can't find a way to change the current
> device so that I have access to other mounted drives.
>
> I know I have to be over looking something here. Maybe this is the wrong
> control for the task I need. Looking through the components I can't find
> anything that looks like it will work.
>
>
> Did I miss something in this control?  Is there a component I missed?
> Therefore I'm trying to use the wrong control?
>
>
> What I need to do is allow the user to select and or create a directory on
> any mounted hard drive
>
>
>
>
>
> --------------------------------------------------
>
> This is the Gambas Mailing List:
> https://lists.gambas-basic.org/listinfo/user
>
> Search the list:
> https://lists.gambas-basic.org/cgi-bin/search.cgi
>
> Hosted by https://www.hostsharing.net
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180302/ce440533/attachment.html>


More information about the User mailing list