Results 1 to 3 of 3

Thread: working with CommonDialogBox ????

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    92

    Exclamation

    hi !

    i want to to know how i sent the Name of the file and the Path of the File that i want to save with the common Dialog box !

    10x !

  2. #2
    Guest
    I don't know exactly what you're trying to do.

    dlg.showsave
    strDir = dlg.filename
    strFile = mid(strDir,instrrev(strdir,"\")+1,len(strDir))
    strPath=mid(strfilename,1,instrrev(strfile,"\"))

  3. #3
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    The FileName property of the common dialog object returns the path and file name while the FileTitle property only returns the file name and not the path.

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