Common Dialog

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gord

    Common Dialog

    Hello,

    Does anyone know how to access the caption property on a command button
    within the common dialog control? Specificaly, I'm trying to change the
    caption of the 'Open' button in the 'Open File' dialog.

    Thanks,

    Gord


  • Randy Birch

    #2
    Re: Common Dialog

    Not on the common dialog control, but you can do it if you use the API
    common dialog -- piece of cake. See
    VBnet provides Intermediate and Advanced Win32 API code for VB developers. Comprehensive Code, FAQ, Developers Resources & News, alphabetical API/Type/Constant/Method Index, along with the largest Visual Basic-related links list on the net.


    --


    Randy Birch
    MS MVP Visual Basic



    "Gord" <x1gord1x@telus .net> wrote in message
    news:al24d.1065 09$XP3.10913@ed tnps84...
    : Hello,
    :
    : Does anyone know how to access the caption property on a command button
    : within the common dialog control? Specificaly, I'm trying to change the
    : caption of the 'Open' button in the 'Open File' dialog.
    :
    : Thanks,
    :
    : Gord
    :
    :

    Comment

    Working...