views:

316

answers:

5

group box, flow layout panel, panel, split container,and tab control do not drag.

I believe uninstalling resharper is when it started to happen.

I've done a repair on visual studio. I've uninstalled and reinstalled.

Any idea where I would look or what is wrong?

When I click on the drag icon. the mouse snaps left to the resize handle, and does not let me drag.

A: 

Have you installed any add-ins? Try deleting the ones you have enabled.

Cyclone
it started before I installed the DevExpress add on, I believe right after I uninstalled resharper. I'll uninstall it now.
Maslow
Okay, let me know if that works. Also, since you appear to be good with vb, think you could help with one of my questions?
Cyclone
@cyclone - link it to me?
Maslow
I'm pretty terrible compared to most the people on this forum, but I'll be glad to look.
Maslow
It's uninstalled, still the dragging is not working.
Maslow
http://stackoverflow.com/questions/1257637/setting-focus-on-datagridview-control-programmatically-in-visual-basic was my question
Cyclone
I don't know why it isn't working now. Maybe try uninstalling, and removing information in /Program Files/ related to it?
Cyclone
I didn't try removing all the /Program Files/ stuff.
Maslow
I've done a full removal including all program files stuff in the microsoft visual studio folder, no improvement
Maslow
What OS are you using? Also, try clearing all data saved, all of it.
Cyclone
I'm using windows XP SP3. what data saved?
Maslow
The standard location for My.Settings. Just erase the XML config files there, or take backups just in case.
Cyclone
A: 

Are you trying to click anywhere on the control and drag?

In case of container controls, you can only click on the little box icon with 4 arrows on the top left and drag. Clicking anywhere else on the controls will not start the drag.

I've been using visual studio for almost 3 years now. the icon with 4 arrows is exactly what I'm clicking on, but it snaps left to a an upper left hand corner resize node.
Maslow
A: 

I also can't drag tables in the linq-to-sql designer, or the dataset designer. I've now done a complete removal of as before, but including everything in program files. All visual studio related installs, and .net framework 3.5 and 2.0 were removed.

I still can't drag any of these things. However using the arrow keys, I can move linq designer tables, and controls, but not dataset designer dataTables.

Maslow
A: 

I have this problem too. what is wrong? any solution available?

not so far, I posted on msdn at http://social.msdn.microsoft.com/Forums/en-US/winformsdesigner/thread/7e4acd01-501a-44cb-a16e-4dc9592b75b7/#fd902da5-0419-4271-a299-20032771d34d and some people responded but I missed it
Maslow
A: 

so it turns out that somehow a mouse or mouse driver was causing this. When I brought my work machine home. the problem was suddenly on my work machine. When I shut it off, hooked up a different keyboard and mouse... the problem dissapeared. A few weeks back my mouse's 5th button broke. I'm guessing it broke in such a way that the button is held down, or other parts of it also messed up. because as long as that mouse doesn't get plugged in, my dragging in visual studio on those specific controls works. It was an old Razer mouse. When I went into the device manager, there was a conflict/warning showing on that mouse.

Maslow

related questions