Bug on usercontrols?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I don't know if anyone had the same experience, but suddenly on one
of my usercontrols in my windows app is not allowing me to interact
with the controls. I have a listbox and a combo box and can not access
them when I run the application. I have another usercontrol with some
controls and it works fine.

Windows Form with two user controls, one of them is not reacting, no
exceptions, any ideas?

Cheers
 
Hi,

Yes, it seems that there is some nasty bug sometimes, as you said, moving
the controls to a new parent, or even removing them and place them again
seems to solve the problem.

Thanks!

--
Salvador Alvarez Patuel


Maheshkumar.R said:
Place your user control inside a panel control and give a try..!
I had same experience once i placed an ActiveX, but comeoverd by placing
inside some container say panel else group etc..hope this would work..!!

MaheshKumar.R
http://spaces.msn.com/members/cyberiafreak
 
Back
Top