Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Common Dialog
Old
  (#1)
smjmitchell
Guest
 
Posts: n/a
Default Common Dialog - 06-04-2007, 08:54 AM

Hi All,

I am using the common dialog color pallete and open forms in VB6.0.

I have two questions:

1. How can the position of these forms on the screen be specified when
they are loaded. By default they always seem to be located with their
upper left corner coinciding with the upper left corner of the form
that they are loaded from. I would prefer them to have an initial
position in the centre of the screen.

2. The application in which these two forms are used is multi-language
(english/espanol) ..... are there any language options for the common
dialog forms ?. I need to have the text on the open form in espanol
.... i.e. Abrir not Open.

Thanks,

Steve
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Common Dialog
Old
  (#2)
Randy Birch
Guest
 
Posts: n/a
Default Re: Common Dialog - 06-04-2007, 08:54 AM

Not sure if the common control should automatically present it's buttons
etc. in the appropriate language based on the user's settings, but this code
will show you how to use the API colour picker instead of the common control
version thus enabling you to customize its position, as well as change
button and caption text if desired ...
http://www.mvps.org/vbnet/code/hooks...rcustomize.htm

--

Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.


"smjmitchell" <EMAIL REMOVED> wrote in message
news:EMAIL REMOVED om...
: Hi All,
:
: I am using the common dialog color pallete and open forms in VB6.0.
:
: I have two questions:
:
: 1. How can the position of these forms on the screen be specified when
: they are loaded. By default they always seem to be located with their
: upper left corner coinciding with the upper left corner of the form
: that they are loaded from. I would prefer them to have an initial
: position in the centre of the screen.
:
: 2. The application in which these two forms are used is multi-language
: (english/espanol) ..... are there any language options for the common
: dialog forms ?. I need to have the text on the open form in espanol
: ... i.e. Abrir not Open.
:
: Thanks,
:
: Steve


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top