Click here to Skip to main content
15,904,156 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I use C# Express 2008 for various windows forms projects. Occasionally the system crashes (or gets a windows update), and then my sidescreens are lost.
I don't know the proper word for sidescreen, but you get them using the view menu in the IDE (error list, toolbox, solution explorer etc).
With ctrl+W I try to restore them, but that is allways a hassle, because several windows have to be rearanged.

Is it possible to automate this process, so I can get a consistent user interface over time and over my projects (perhaps save the configuration of the sidescreens?).

Thanks in advance
Posted
Comments
Sergey Alexandrovich Kryukov 25-Sep-12 14:25pm    
If looks like you are talking about regular VS docking UI behavior.
If would say, this is an off-topic question, as it is not related to software development. You should use VS the way convenient for your.
One thing you can do: arrange things and close the VS application -- next time after crash the last layout will be restored. Only remember there are separate layouts for debug and development modes. Your real problem are those crashed. It could be something wrong with you system or VS. People rarely complain about crashes.
--SA

1 solution

You'll want to save your Settings.
If you open the Tools->Import and Export Settings option Studio,
you can export your current setup. Whenever you open your Studio,
it will restore all the windows to where they were saved.

http://msdn.microsoft.com/en-us/library/a65txexh.aspx[^]
 
Share this answer
 
Comments
RobScripta 25-Sep-12 14:58pm    
Thanks a lot, it looks exactly what I meant!!
fjdiewornncalwe 25-Sep-12 15:04pm    
Cheers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900