473,799 Members | 3,422 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

mouse freezes in Visual Studio

For the past month or so, while working with VB.net, as I use the mouse to
either move a control or resize it, the mouse cursor will freeze sometimes.
This happens from several times a day to once every two or three days.

I have had this happen very, very rarely with other programs. I have tried
different types of mice, updated the video driver, etc. to no avail.

The most recent occurrence occurred with only Internet Explorer and Outlook
Express running (and, of course, all those other things like Norton
Antivirus and SpySweeper and many other services)

I can not find much on this problem on the web. Has anyone had a similar
experience wile using Visual Studio?

My hardware: AMD Athlon 64 X2 dual core processor at 2.2 GHz, 2 GB RAM,
Nvidia GeForce 6800 video card.
Sep 17 '06 #1
4 2772
It looks like this isn't a vb problem ....
William LaMartin wrote:
For the past month or so, while working with VB.net, as I use the mouse to
either move a control or resize it, the mouse cursor will freeze sometimes.
This happens from several times a day to once every two or three days.

I have had this happen very, very rarely with other programs. I have tried
different types of mice, updated the video driver, etc. to no avail.

The most recent occurrence occurred with only Internet Explorer and Outlook
Express running (and, of course, all those other things like Norton
Antivirus and SpySweeper and many other services)

I can not find much on this problem on the web. Has anyone had a similar
experience wile using Visual Studio?

My hardware: AMD Athlon 64 X2 dual core processor at 2.2 GHz, 2 GB RAM,
Nvidia GeForce 6800 video card.

Sep 17 '06 #2
This IS a VB problem. I have the same problem with VB 2003 and I've read in
this newsgroup some have had the same problem with VB2005. In vb2005, I seem
to remember that some have turned off the "Edit and Continue" feature.
--
Dennis in Houston
"Theo Verweij" wrote:
It looks like this isn't a vb problem ....
William LaMartin wrote:
For the past month or so, while working with VB.net, as I use the mouse to
either move a control or resize it, the mouse cursor will freeze sometimes.
This happens from several times a day to once every two or three days.

I have had this happen very, very rarely with other programs. I have tried
different types of mice, updated the video driver, etc. to no avail.

The most recent occurrence occurred with only Internet Explorer and Outlook
Express running (and, of course, all those other things like Norton
Antivirus and SpySweeper and many other services)

I can not find much on this problem on the web. Has anyone had a similar
experience wile using Visual Studio?

My hardware: AMD Athlon 64 X2 dual core processor at 2.2 GHz, 2 GB RAM,
Nvidia GeForce 6800 video card.
Sep 17 '06 #3
Thanks for the info. I have disabled Edit and Continue in Debugging to see
if that may help.

Of course, it may not be a Visual Studio 2005 problem, but 90% of the
occurrences have been while using Visual Studio.

And I do recall that when the product was in beta there were complaints of
such happenings.
"Dennis" <De****@discuss ions.microsoft. comwrote in message
news:79******** *************** ***********@mic rosoft.com...
This IS a VB problem. I have the same problem with VB 2003 and I've read
in
this newsgroup some have had the same problem with VB2005. In vb2005, I
seem
to remember that some have turned off the "Edit and Continue" feature.
--
Dennis in Houston
"Theo Verweij" wrote:
>It looks like this isn't a vb problem ....
William LaMartin wrote:
For the past month or so, while working with VB.net, as I use the mouse
to
either move a control or resize it, the mouse cursor will freeze
sometimes.
This happens from several times a day to once every two or three days.

I have had this happen very, very rarely with other programs. I have
tried
different types of mice, updated the video driver, etc. to no avail.

The most recent occurrence occurred with only Internet Explorer and
Outlook
Express running (and, of course, all those other things like Norton
Antivirus and SpySweeper and many other services)

I can not find much on this problem on the web. Has anyone had a
similar
experience wile using Visual Studio?

My hardware: AMD Athlon 64 X2 dual core processor at 2.2 GHz, 2 GB RAM,
Nvidia GeForce 6800 video card.


Sep 17 '06 #4
William,

Can it be memory caching, all those other programs you mention are using
very less memory than Visual Studio?

Cor

"William LaMartin" <la******@tampa bay.rr.comschre ef in bericht
news:%2******** **********@TK2M SFTNGP02.phx.gb l...
Thanks for the info. I have disabled Edit and Continue in Debugging to
see if that may help.

Of course, it may not be a Visual Studio 2005 problem, but 90% of the
occurrences have been while using Visual Studio.

And I do recall that when the product was in beta there were complaints of
such happenings.
"Dennis" <De****@discuss ions.microsoft. comwrote in message
news:79******** *************** ***********@mic rosoft.com...
>This IS a VB problem. I have the same problem with VB 2003 and I've read
in
this newsgroup some have had the same problem with VB2005. In vb2005, I
seem
to remember that some have turned off the "Edit and Continue" feature.
--
Dennis in Houston
"Theo Verweij" wrote:
>>It looks like this isn't a vb problem ....
William LaMartin wrote:
For the past month or so, while working with VB.net, as I use the
mouse to
either move a control or resize it, the mouse cursor will freeze
sometimes.
This happens from several times a day to once every two or three days.

I have had this happen very, very rarely with other programs. I have
tried
different types of mice, updated the video driver, etc. to no avail.

The most recent occurrence occurred with only Internet Explorer and
Outlook
Express running (and, of course, all those other things like Norton
Antivirus and SpySweeper and many other services)

I can not find much on this problem on the web. Has anyone had a
similar
experience wile using Visual Studio?

My hardware: AMD Athlon 64 X2 dual core processor at 2.2 GHz, 2 GB
RAM,
Nvidia GeForce 6800 video card.


Sep 18 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
4368
by: Bryan Masephol | last post by:
Hi All I got a datagrid and a ComboBox on a form. I populate the combobox with years for all the data avaiable. When the user chooses a year the datagrid is populated with the specific years information. Problem... when the users scrolls the datagrid with the mouse wheel it work for 2 wheel clicks and then for some reason the focus jumps to the combobox and the year is then changes there for causing the data to change and errors...
5
11817
by: Pavan | last post by:
My goal is to accomplish the tooltip functionality for all the neodes in a tree view and i have the following three Events in my C# application. Name of my TreeView Control (AITreeView) 1) AITreeView_MouseDown(object sender, MouseEventArgs e) 2) AITreeView_MouseUp(AITreeView_MouseDown(object sender, MouseEventArgs e) 3) AITreeView_Click(AITreeView_MouseDown(object sender, MouseEventArgs e)
2
1206
by: raymonj | last post by:
Hi , VS2005 SP1 freezes (for 1-2 minute or so) about 15-20 seconds after it has started. I've cleaned up my FileMRUList and ProjectMRUList in registry. I changed my Help Settings in Options so it looks only on local machine. I can't figure what VS2005 is doing 15 seconds after startup. No solution nor project is opened automatically.
4
6979
by: mike | last post by:
I have the opportunity to rescue a project that uses a mouse to sense the relative position of a machine. The hardware is built...just needs to be programmed. Stop snickering!!! I didn't do it...I just gotta fix it. I need to make some calculations on the measurements and VB6 is my language. Yes, the system mouse will corrupt the measurement, but it's an auditing function and that's acceptable.
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9544
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9077
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5589
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4145
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.