Message 1 of 5
[VB.NET] Disable SAVE Dialog ?
Not applicable
08-04-2003
12:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a VB.NET application that I'm writing, and I want to disable the saveas dialog.
Simply I can set FILEDIA to 0, but then all dialogs with files are not shown. So i need e.d. when saveas is chosen disable this and after saving, enable it.
But on my beginCommand it's too late to disable filedia, because this is then fired after the saveas result.
Is there another way to do this in VB.NET?
I have a VB.NET application that I'm writing, and I want to disable the saveas dialog.
Simply I can set FILEDIA to 0, but then all dialogs with files are not shown. So i need e.d. when saveas is chosen disable this and after saving, enable it.
But on my beginCommand it's too late to disable filedia, because this is then fired after the saveas result.
Is there another way to do this in VB.NET?