Questions tagged [common-dialog]

questions related to MS Common Dialogs API

Windows Open File, Save File, Open Folder, Find and Replace, Print, Page Setup, Font, and Color dialog boxes.

https://learn.microsoft.com/en-us/windows/desktop/uxguide/win-common-dlg

48 questions
0
votes
1 answer

can't make windows common find dialog working

I really do not understand these examples from the web. They're all fragmentary. There is nowhere a simple concise example how to make a classic find text dialog. I put what I know into this , but is is not showing any window and returns:…
rsk82
  • 28,217
  • 50
  • 150
  • 240
-1
votes
2 answers

how to get file path using browse button in vb6

I am using this code, it gives the file name like "C:\File\sample.txt". But I am in need of getting path like "C:\File\". How can I get this path? Private Sub cmdBrowse_Click() CommonDialog1.ShowOpen txtPath1.Text = CommonDialog1.FileName…
-1
votes
1 answer

How to save a file in a directory vb6

I have written a code in which data is written to a csv file where the filename and pathname are hardcoded , is it possible to make the button save the file to a user specific location ? Help would be appreciated . Thank you Below is the code of…
user1
  • 13
  • 2
  • 5
1 2 3
4