Hi,

I think this is a simple problem maybe on settings, I dont know but when I select a control in any form , even the form itself it doesn't look selected. What i mean is usual behaviour should show like square or dots around the control when we select or click it during design time, mine is that it is selected in document view but not in control itself. Just plain same as unselected. This can be deceiving because it looks nothing is selected. I cant give visual sample now because my problem prevents me to.

Thanks a lot

Dani AI

Generated

Problem summary (from posts): controls are actually selectable (double‑click opens the code) but selection adorners/handles do not appear on the designer; the behaviour often starts after selecting a Panel and, when selecting many controls, the cursor flickers between arrow and cross. Prior troubleshooting in the thread shows the issue is intermittent, and copying controls into a new project did not eliminate it ().

A short, ordered diagnostic checklist that avoids steps already tried in the thread:

  • Run Visual Studio with extensions disabled: devenv /SafeMode. If the selection handles return, an installed extension is the likely culprit; re-enable extensions one at a time to find the offender.
  • Reset the IDE settings (export settings first) with devenv /resetsettings to rule out corrupted designer preferences.
  • Remove per-solution UI state: delete the hidden .suo (and any .user) files for the solution, and clear the system temp folder so the designer rebuilds its temporary assemblies.
  • Check input and cursor state: use the On‑Screen Keyboard to confirm no stuck modifier keys (Shift/Ctrl/Alt) while clicking—the arrow↔cross flicker often points to a modifier being toggled.
  • Graphics path: test with updated/rolled‑back GPU drivers and, where available, disable Visual Studio hardware acceleration; run VS under a different Windows user account or on another machine to separate machine/driver causes from the IDE.

Useful diagnostics for reporting: start VS with logging (devenv /log) and include the generated ActivityLog.xml when filing a bug. For a minimal repro to attach on the forum, include only the form’s source files (.vb, .Designer.vb, .resx) and the .csproj/.vbproj—omit bin/obj and the .suo to keep the ZIP small. If Safe Mode, resetting settings, and a clean user profile don’t help, repairing the Visual Studio installation or applying VS2010 updates/SP1 is the reasonable next step.

Recommended Answers

All 14 Replies

Do you have an up to date AV, I'm not sure but I don't think IDE wouldn't show if you have selected a control, maybe there is a hidden program running which is set to top the most and was maybe hidden using transparent, try checking also your processes and see a process you haven't seen and stop it, also perform a full scan with your AV.

Hi

It might be as simple as your controls are locked. When you select a control like a button or something, do you see a padlock icon in the upper right corner of that control? If so, right click on an empty area of the form and select "Lock Controls" to unlock them.

HTH

Hi

The problem is during design time, so there's no hidden program running. I tried to restart VS Studio, selected a controls and it appears selected, but after selecting it again, there goes the problem.

It's not locked as well, i can't see any dots, padlock or anything around the control when i click it. double clicking it shows the code window. It means, in reality the control is selected but not showing any sign of being selected

What version of Visual Studio are you using and are you using any 3rd party controls such as Telerik or DevExpress?

VS 2010 professional
No im not using 3rd party controls

Any chance you can attach an example project that reproduces this issue.

I'll try if it can accept the size of my project

Hi djjeavons,

Do I nid to upload the whole project or just a sample form?

The size of my project is quite big

If you can replicate the behaviour in a new project then that would be better.

Im afraid i cant replicate it since there's no problem in my other projects,
anyway ill attach one form, maybe it can help u

update: I can select the control now but selecting them all makes my cursor blink, like forming a cross shape then back to arrow then cross shape repeatedly

Sorry i cant upload it, max file size is 1mb only
thanks

Sometimes project files get scrambled. Try the following:

  • start Visual Studio and create a new project
  • start another Visual Studio session and load your problem project
  • do CTRL-A to select all the controls on the form
  • paste the controls in the new project form
  • go to the old project and CTRL-A to select all of the code
  • paste it into the new project code window
  • save and run the new project

Hi Jim,

I followed your advice, unfortunately same problem persists. I can no longer continue what im currently doing. Even my other projects have errors

Designer Disabled

Hi, I uploaded a sample from my project, A single form actually

Please see it from the site provided from my last previous post

Thanks

additional information

this usually happens after selecting a panel on my form.

If I do not select any panel, no problem on designing, my problem is I have lots of panels

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.