I have installed Visual Studio recently but I can't use it. The program opens but I can't click on anything. It looks like the whole window is inactive (gray icon and text in top left corner). I have tried to reinstall it, however, that doesn't work. And if I click on the window, a sound appears (but it's not the error one, probably a warning one). Any suggestions?
edit: I have to close it through task manager. I can't even close it by clicking on the VS 2015 icon at Windows bar and selecting "close program" item in menu
edit2: If I click on the VS2015 window and then type on my keyboard, the weird "dong" sound appears. Same if I just click on the window. However, sometimes I can navigate using keyboard and therefore open window for starting new project. In this window I can use mouse absolutely normally, however, if I click on the OK button, the window quickly close and reopen again. It won't create a new project. So I'm still stuck on the welcome screen.
edit3: Another interesting thing I found. Now when I click on the OK button this error message appears. Should I reinstall it again (for 3rd time), and hope that this time it will be installed right?
PS: I'm sorry for my English - I'm not a native speaker
I had the same problem, it can't be solved by re-install VS2015. It was solved after I TRULY uninstall VS2015 by the tool: https://github.com/Microsoft/VisualStudioUninstaller/releases
I have a problem with a black line appearing at the bottom of Visual Studio. This happens only if I move the window to my monitor which is in portrait mode and only for VS. It doesn't appear for any other program. In VS2010 it's not such a big problem:
However in VS2013 it partially covers the status bar which is really annoying:
Has anyone encountered this kind of behavior?
Thanks for any tips on how to fix this.
OS: Windows 7 64-bit
Visual Studio: 2010 Proffesional
Can you please tell how in the window with a list of files in a project to remove the vertical scroll bar?
You don't. You need that to be able to see all of your files.
When I double click on a .ico file in Visual Studio 2010 (Professional), it opens what looks like an icon editor. It looks like it should be really easy to pick a color from the left and edit pixels.
But my mouse is a magnifying glass icon. Left click, right click, all they do is toggle zoom on the icon. I can't figure out how to do anything useful.
Am I missing something obvious? Is this icon view as useless as it seems?
You can't directly edit 32-bit color icons but you can convert them manually to 24-bit :
Right click > Add new icon
Open your Icon1.ico file.
Right click > New Image Type or press Ins to open the New Icon Image Type dialog.
Select the format you want, say 96x96, 24 bit or add any custom size and color depth.
Then copy/paste from your 32-bit icon file and save.
Et voilĂ ! You can now edit your 24-bit color icon.
Doh! I needed to enable View -> Toolbars -> Image Editor.
Thanks to #detale.
The icon is built by an external app.
For Visual Studio 2008 & 2010 image editor,
"Using the Image Editor, you can view 32-bit images, but you cannot edit them."
http://msdn.microsoft.com/en-us/library/s1dadd79.aspx
For the PNG images used as button icons that Visual Studio cannot edit you can use external editor as MS Paint.
open PNG in Visual Studio 2010
right click on the white canvas -> Open External Editor
Visual Studio can edit icons, but not 24-bit color icons.
If you have a Mac OS X machine around, you can edit Windows icons with the Icon Composer application included with the free Developer Tools.
I just discovered this accidentally while working on some cross-platform Mac/Windows code.
I finally found an easy way to do it without visual studio, GIMP
https://www.gimp.org/downloads/
Visual Studio 2022 (available free) has an icon editor built in. Just in case you end up here because you tried to insert a colourful image into a a 256x256 24 bit icon and your colours get messed up: in the editor toolbar on the top right there is a selector for opaque/transparent background, but only when you have a rectangle- or irregular area selection tool active. Default backgroundis set to transparent, you need to set it to opaque to retain your image. (There's a special colour for transparency; though my image does not contain that the colours were wrong)
I recently upgraded my computer, and moved from XP to Win7. We have old VC6 projects which we continue to develop. But on Win7 SourceSafe's diff viewer behaves oddly, if it is maximized. On the right pane all the text is drawn, but on the left pane most of the text is missing - there is just gray background where there should be text.
When I move the cursor to those white lines, the text on them appears, but only on the line where the cursor is. One way to show all the text is to select everything in the left pane (like Ctrl+A). Has anyone else encountered this problem?
'Disable visual themes' on the application shortcut's 'Compatibility' dialog tab did the trick for me, even when maximized, as suggested by Cody Gray. That is the only compatibility option I changed. I had the problem, changed the checkbox to checked to select the setting, the problem went away.
Environment: Windows Server 2008 R2 with the Windows 7 Desktop Experience feature, Visual SourceSafe 2005.