Hi,
I created a custom control that inherits from textbox in a dll "WindowsControlLibrary". In my main project the custom control appears in the toolbox. I can drag it to the form OK, but if I click away from it to another control, I can't click back. But if I drag another control to the form, say a label, and then delete the label, focus jumps to my custom control again. Anybody know what is going on here?
Andy