Results 1 to 2 of 2

Thread: Common Dialog Button Caption

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    4

    Question

    Is it possible to change the default caption on the cmDialog button from OPEN to "Attach" via the API

    I am trying to attach file for a process and the button reads 'Open'. it would be more intuitive if the caption read 'Attach' or 'Attach File'


    Thanks

  2. #2
    Guest
    Code:
    CommonDialog.DialogTitle = "Attach File"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width