[RESOLVED] Disable that damn IBeam! from numericupdown control.
Hi,
I have my numeric up and down control set up but there is one problem.
When i run the application, there is an IBeam in the value box.
I have got my alphabet and arrow keys mapped to other things so when i press them windows makes the annoying beep noise.
How can i get rid of the IBeam from this control permanently?
I have tried the read only setting but the beam is still there.
Re: Disable that damn IBeam! from numericupdown control.
ok have no fear, i just solved my own case!
I can just focus another control so it goes away.
i.e othercontrol.focus
Case closed.