common-dialog
Getting path of selected folder in VB6
I want to get the selected folder path dlgBrowse.ShowOpen fname = dlgBrowse.FileName dlgBrowse.Filter = \"Text File (*.txt)|*.txt|Log File (*.log)|*.log||All Files (*.*)|*.*\"[详细]
2023-03-14 07:20 分类:问答How can I use the common Save As dialog from VBScript?
I\'d like to have my VBScript display the Windows Save As dialog box, but I could not find out how to do it.[详细]
2023-01-29 05:04 分类:问答On what platforms will m_ofn members be valid?
According to this,开发者_如何学运维 some members (specifically the one I am interested in is the initial directory member lpstrInitialDir is not supported on Vista.[详细]
2023-01-23 02:22 分类:问答VB.Net: Looping through all form items, including CommonDialogs
I\'m translating my VB.Net application, and I need to loop through all the controls on my form. Using a recursive function such as[详细]
2022-12-19 03:15 分类:问答