|
-
Apr 23rd, 2024, 11:59 AM
#11
Fanatic Member
Re: [VB6, twinBASIC] ucDriveCombo - A modern DriveList replacement
Yes, the format for Shares is different. Both in the combo edit portion and in the value returned by the Drive property. (I'm running the latest version of the user control - v1.3)
I'm of the opinion that what you're displaying in the combo edit portion is good, even though it's different than VB6, as it conforms to what is displayed by Windows 10 File Explorer. I wouldn't worry the differing formats for backward compat as it's a display-only value.
The value returned by the Drive property is the one that maybe should be considered. As this is the return value that users are going to be working with, I think it should probably be in the same format as the VB6 control it replaces.
Here's what each of the controls return when I select my L drive:
VB6DriveListBox.Drive = "l: [\\LS210D8A8\Share]"
ucDriveCombo.Drive = "l: [share]"
Last edited by AAraya; Apr 23rd, 2024 at 12:12 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|