Tagged Questions
The component-design tag has no wiki summary.
7
votes
2answers
285 views
Avoiding the need to call ProcessMessages
I've got a component I created that embeds a hardware-accelerated renderer in a TWinControl so you can place it on a form. It works pretty well in most cases, but if I try to resize the control, ...
4
votes
1answer
132 views
How do I make a control that can't contain other controls?
I'm designing a custom control, and every time I have it highlighted in the form designer and then pick another control from the control palette, the new one ends up inside my control, as if it were a ...
3
votes
5answers
396 views
Why won't my control accept keyboard input?
I've built a custom control that I'm trying to send input to. It will accept mouse input and report MouseDown, MouseMove and MouseUp correctly, but for whatever reason, it won't accept keyboard ...
1
vote
1answer
63 views
Guidelines/principles for package and component design
Alright, our visual studio solution grows big in terms of the number of projects in it. Except for things that are obvious, I want to check whether the way it is now is what it has to be or we can ...