Re: possible to set CommonDialog larger?

From: Randy Birch (rgb_removethis_at_mvps.org)
Date: 02/24/04


Date: Mon, 23 Feb 2004 19:30:23 -0500

Ensure, as one of the Flags settings, you are assigning the explorer-style
flag.

-- 
Randy Birch
MVP Visual Basic
http://vbnet.mvps.org/
Please respond only to the newsgroups so all can benefit.
"Beemer Biker" <antispam@sbcglobal.net> wrote in message 
news:103ks3i7i60886b@corp.supernews.com...
: CommonDialog, at least the one I am using, has a listbox that is too 
short.
: The names I am using are way to long.  Did I pick up the wrong comdlg dll?
: Looks like it is set up to handle the typical 8+3 letters.  I googled 
around
: and found a really tricky way to center the dialog box, first obtaining 
the
: hWnd, the using SetWindowsPos.  Besides being difficult to do, that does 
not
: seem to make the listbox area any wider.
: