CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2001
    Posts
    65

    change the folder name of common a dialog

    Hi,
    i want to change the folder name of a common dialog control
    that belongs to other application.

    for example:
    i'm getting a save common dialog from one application with
    default directory ("C:\temp" , for example) and i want
    to change that directory (to "D:\Program files" for example) with api code (not manualy).

    How should i do it ?

    thanx alot,
    pokpoki

  2. #2
    Join Date
    Jan 2003
    Posts
    14

    Try this...

    CommonDialog1.InitDir = "D:\Program files"
    VB6 SP5 ACCESS MSSQL mySQL CR

  3. #3
    Join Date
    Jul 2001
    Posts
    65

    thax but...

    i want to do that with api code and the common dialog is in other application and not in my application.

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

Featured