Print Page | Close Window

Resizing ShowBrowseFolder dialog

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=14992
Printed Date: 07 July 2024 at 12:02pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Resizing ShowBrowseFolder dialog
Posted By: Norika
Subject: Resizing ShowBrowseFolder dialog
Date 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




Replies:
Posted By: Baldur
Date 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.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net