I tried it with two different mice- both of which work perfectly fine in all other applications. The mouse is MS Intellimouse Optical. I even tried to speed up the vertical scroll through the mouse utility and still nothing.
It barely moves the code a tiny bit and then it stops. I had no problems at all with VS 2008 which is concurrently installed in the same machine.
Am I the only one having this?
You can also make the IntelliPoint application (ipoint.exe) to run as administrator on Windows 7.
I tried this on Windows 7 Machine and it worked for me. Go to Contol Panel -> Mouse -> heel Tab -> Select the radio button "Use Microsoft Office 97 Scrolling Emulation Only" -> Click Ok
I had this issue on my machine and I tried a lot but got nothing. Then I also tried installing VS SP1 also but the problem persisted. Then I tried above method and I am happy that it worked for me.
Just disable the "smooth scrolling" in mouse configuration (control panel). Worked fine to me.
Same issue here in Windows 7 with Visual Studio 2010 and 2012. I have Lenovo Mouse Suite 6.45
1.Control Panel - View by : Large Icon
2.Mouse
3.Lenovo - Adavnce Properties
4.Select Wheel Tab
5.change settings to "Use Microsoft Office 97 Scrolling Emulation Only"
Related
After reinstalling win10 and vs2017 in my old HP255G, the vs design window exhibits weird behavior.
Empty property, tools with usercontrol disabled.
Unmanageable controls.
Same problem with my new Lenovo IdeaPad 3 hdpi plus blurry font in the code window.
Identical problems with Vs2019.
Try pressing F4 key the property tab will auto populate.
I have a custom project in VB6, which I was working with it since 3-4 years ago, now today suddenly I noticed that Webbrowser controls are not working anymore on my laptop (maybe after a windows automatic update - it's working on my other laptop)
The problem is when I double-click on Webbrowser components there are no default declarations for them and this text shows up in code section:
Private Sub WebBrowser1_SHDocVwCtl(ByVal Text As String)
End Sub
Please help me fix it and get it back to how it was before.
As #JimmySmith suggests, check that Microsoft Internet Controls is checked in your Components list (Project > Components > Controls tab > Microsoft Internet Controls.). If not, check it and hit Apply, then OK.
If it doesn't show up in the list, you can use the Browse button to look for C:\Windows\SysWOW64\ieframe.dll directly.
Other things that I recommend:
Run VB6 IDE as Administrator. Right-click on your Microsoft Visual Basic 6.0 shortcut and check "Run this program as an administrator" in compatibility properties section.
Select Windows XP (Service pack 3) as Compatibility mode.
I have something really weird going on and don't know where the problem lies..
I recently started working on a Lenovo X1 Carbon with touchscreen. When working with the touchpad or external mouse there seems to be some kind of a bad offset when clicking inside my visual studio working pane.
I have to click on the row above to get my cursor to be set on the row below. This ONLY happens in Visual Studio's working pane.
I need to click on the red square to get my cursor on the place it is in the picture and I have NO idea how to fix this :-( I couldn't find any problem like this on the web.
I'm working in Visual Studio Enterprise 2015 on a brand new system with all drivers up to date. Running Windows 10 enterprise on a UHD display, so my DPI is set at 200% and perhaps the problem lies here...
For some time I have been struggling with this glitch in MFC.
It can be easily observed.
In Visual Studio 2012 Update 1 create a new MFC application,
in wizard settings set Multiple documents/Tabbed documents, Office 2007 Black style
run the application on Windows 7:
Application launched while Windows 7 Aero theme is on:
Theme in Windows control panel set to Windows 7 Basic:
Theme in Windows control panel set back to Windows 7 Aero:
Notice the unpainted gaps when aero off, and black title with missing close button when aero back on.
This problem has always been around,
in Visual Studio 2010 wizard generated application used to work ok with themes switching through Windows control panel, but still showed black title after aero was disabled/reenabled with DwmEnableComposition() API call.
I hoped that in Visual Studio 2012 the problem was sorted out, but seems it was not.
So what can I do to workaround the bug?
I suppose that Windows Aero Glass background is broken after hibernate. How can I solve this? is basically the same problem.
Hence the answer to that question should be what you are looking for.
I have VS 2008 installed and have put Git and Git Extensions on my system. I'm running Windows 7. When I launch my VS and work, the buttons will go grey. If I run the mouse pointer over them, they show up again. If I minimize the window and bring it back up, they are there. If I click on one of the buttons, it works as expected. I'm trying to get other engineers to start using this tool, but this concerns them as to why it's happening. Has anyone else seen this and does anyone have any idea how to get it to stop happening?
Thanks,
Richard
I have the same behavior with Visual Studio 2010 and Visual Studio 2012.
Disabling the GitExtension toolbar resolves the issue.
I have this issue only with projects without GIT repository.
Disabling the GitExtensions toolbar solved the issue for me. You can still use the add-in from the Git menu item in the Visual Studio menu bar. To disable it right-click the toolbar area and uncheck the checkbox next to the GitExtensions item.
Before I disabled the GitExtensions toolbar Visual Studio was unresponsive whenever I maximized or restored the size of the main window. I think this is a bug in the add-in. The VS2008 version seems to be pretty old and I'm not experiencing unresponsive behavior in VS2010 where a newer version is available.