Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Controls
  New Posts New Posts RSS Feed - Resizing ShowBrowseFolder dialog
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Resizing ShowBrowseFolder dialog

 Post Reply Post Reply
Author
Message
Norika View Drop Down
Groupie
Groupie
Avatar

Joined: 30 November 2006
Status: Offline
Points: 70
Post Options Post Options   Thanks (0) Thanks(0)   Quote Norika Quote  Post ReplyReply Direct Link To This Post Topic: Resizing ShowBrowseFolder dialog
    Posted: 17 August 2009 at 10:38pm
Dear Controls Developer,
 
I want to use your CommonDialog.ShowBrowseFolder with its xtpBFNoNewFolderButton option, but I cannot resize its window size.

I just only want to hide its new folder button but once I set this option , the dialog cannot enlarge its size (not resizable).

    Me.CommonDialog.DialogTitle = "Please selecte an already exists directory."
    Me.CommonDialog.Flags = xtpBFNoNewFolderButton
 '  Me.CommonDialog.Flags = 0
   
    Me.CommonDialog.FileName = strDefaultPath
   
    Call Me.CommonDialog.ShowBrowseFolder
    If Me.CommonDialog.FileName <> "" Then
        Me.txtAlreadyExistsDir.Text = Me.CommonDialog.FileName
    End If

and , this is anothor request, I want to show it center on the screen, please add CenterOwner or CenterScreen option if you can.

Best Regards,
Norika
Product: Xtreme SuitePro (ActiveX) version 13.1.0
Platform: Windows XP (32bit) - SP 3
Language: Visual Basic 6.0 SP6

Back to Top
Baldur View Drop Down
Senior Member
Senior Member


Joined: 22 November 2006
Location: Germany
Status: Offline
Points: 244
Post Options Post Options   Thanks (0) Thanks(0)   Quote Baldur Quote  Post ReplyReply Direct Link To This Post Posted: 19 August 2009 at 9:50am
The BrowseFolder-Dialog is a standard-windows-control, that is simply missing in the VB6-CommonControls.
CJ give you still access to this dialog, so they can't make any changes.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.