About 7,820 results
Open links in new tab
  1. Namespace shell extension, IFileDialog - You can't save here. Please ...

    Mar 13, 2012 · My Open file dialog seems to work as I wish, however the Save dialog shows the following warning dialog if I type the name of a filename (which doesn't exist) which I want to specify …

  2. Location of output files - social.msdn.microsoft.com

    Apr 10, 2006 · Does you program uses a file open dialog? This might change the CWD. Call GetModuleFileName and you have the full pathname of the executable. Cut of the name of the …

  3. running management studio as administrator

    Dec 9, 2008 · When I do run ssms as admin (even when I launch it by right clicking on a SQL file and choosing run as administrator) I can successfully connect using my login, and I have all the …

  4. VBA - opening web connect file (.iqy) - social.msdn.microsoft.com

    Jul 22, 2015 · I'm using vba to open a file (owssvr.iqy) with excel. This file is an export from SharePoint 2007. When excel starts up, I get this dialog box:

  5. System::Windows::Forms::SaveFileDialog () throws System ...

    May 21, 2015 · Problem: I drag and drop a file onto my program. I later use File->SaveAs to save the contents of a rich text box. If I attempt to type a filename or drop down the hierarchy of directory …

  6. MFC/CFileDialog missing View Menu under WIndows 10, not Windows 7

    Jun 10, 2017 · I want the file open dialog to look like the first figure ("correct") when run under wither W7 or W10; in other words, NOT the new vista style. When run under W7, the dialog is the correct style …

  7. Unspecified error in cmsscciabstractionlayer.cpp

    What you should have done instead is open VS, then open the solution from source control using the File/Open dialog in VS. The solution should open and be already bound to scc - if it isn't, you also …

  8. rdlc files (reports) don't update when dataset changes

    Dec 22, 2010 · However, if you open the Report Data Sources dialog and click Refresh, the changes will be picked up. To open this dialog click on the report body, then choose Data Sources command from …

  9. AddExtension doesn't work for SaveFileDialog if the FileName with ...

    Nov 1, 2010 · When the user of your application specifies a file name without an extension, the FileDialog appends an extension to the file name. The extension that is used is determined by the …

  10. Choose file to upload in asp.net - social.msdn.microsoft.com

    Jun 22, 2011 · The file chooser dialog is not standardized in HTML. Each browser implement it differently. There is no way you can control how every browser behave from asp.net, which talks to …