VB.Net OnSave event change background color
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm busy with an add-in in VB.Net which, among other things, can change the background color during save to white.
Therefore I change the colorscheme briefly to presentation and then change it back afterwards.
This works for parts, but when saving assemblies with modified children, it doesn't work.
When I do these steps manually it works, but when automating, it seems like it doesn't really finish the switching of the colorschemes or something.
I've created a workaround to open a view for each part and then saving, but this takes some extra time, especially on larger assemblies.
Is there anyone who ran in to the same problem and has a fix?
Thanks in advance