M
Michael
I am trying to invoke the saveas command to silently save a text file from a
browser control. Even though I am indicating the "don't prompt" option, it
still prompts.
The relavant line of code is:
web.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER, "C:\GeoCode.txt",
""
This same code works fine for .xml files, but not for .txt files.
Any suggestions?
-Michael
browser control. Even though I am indicating the "don't prompt" option, it
still prompts.
The relavant line of code is:
web.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_DONTPROMPTUSER, "C:\GeoCode.txt",
""
This same code works fine for .xml files, but not for .txt files.
Any suggestions?
-Michael