I had a funny half-hour this afternoon, when one of my colleagues took a new call from a customer whom had some troubles with the Properties window in his Visual Studio 2005... The customer reported a weird behavior within the Visual Studio IDE in particular with the Properties window, which was not available despite his attempts to display it both pressing the F4 keyboard shortcut and from the View > Properties Window menu command. Moreover this had the effect to remove the focus from the Visual Studio IDE but apparently nothing else was getting it, and there was a weird Format menu appearing and disappearing...
It was kind of fun to see Stefano on the phone with the customer, listening to his description and his face getting more and more puzzled... Until after some quick research in our internal docs he found a reference to a similar problem, and after a quick test he triumphally called the customer back with the solution after just 20 minutes!
As I guess you know the Properties window (like other windows in Visual Studio) can be detached from the IDE and left float around the screen; the point here was that the customer somehow moved the window outside the desktop and it was not visible anymore... How to get it back?
Carlo
PingBack from http://www.artofbam.com/wordpress/?p=3184
I remember something like this happening all the way back on Windows 3.0. It's always been too easy for users to hide windows from themselves. "Alt-space-m and the arrow keys are your friend." <grin>
How about Window - Reset window layout ?
Alt+SPACE in this case does not work because it opens the menu on the main VS window, but I agree it is a useful trick to know :-)
Yep, Reset Window Layout does the same... sometimes the easiest solution is the one we don't see... :o)
Nice one - just after happening to me ... after years of VS dev .. never happened to me until today .. Your method worked a treat ..Thanks
Thanks for the tip. I was very surprised when this happened. No matter how hard I pushed F4 it still wouldn't work :-) I went for the reset window layout method. Thanks.
Thanks!!!!! helped me , using visual studio for about 10 years, first time appened. So you save me a reinstall of visual studio.
Thanks! This just resolved my issue. I had the same problem with Visual Studio 2008.