Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DriveListBox .drive property #1520

Closed
doctmn opened this issue Mar 6, 2023 · 2 comments
Closed

DriveListBox .drive property #1520

doctmn opened this issue Mar 6, 2023 · 2 comments

Comments

@doctmn
Copy link

doctmn commented Mar 6, 2023

Hi guys :)
I'm not really sure it's a bug, but I don't understand.

A form with a DriveListBox.

Private Sub Form_Load()
    DriveListBox.Drive = "d:"
End Sub

Why on startup iI see always "c:" drive in DriveListBox?
Yes, after I can change, but I would like to start app in another unit.

I tried with other parameters and syntaxes: nothing to do.

  • Windows 10 PRO
  • twinBASIC IDE BETA 257

In VB and the .drive property of DriveListBox works just like that.

Thanks :)

Doc

@fafalone
Copy link
Collaborator

fafalone commented Mar 6, 2023

Definitely a bug. Confirmed/reproduced in 263.

@WaynePhillipsEA
Copy link
Collaborator

Fixed in BETA 265. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants