Tagged Questions

4
votes
3answers
476 views

Under what conditions will a TForm fire OnResize on show?

As an extension of this question: TForm.OnResize is sometimes fired before a form is first shown, but not always. For example, if BorderStyle is either bsDialog or bsNone, then OnResize will not ...
1
vote
1answer
60 views

Is there a resize event for screen in Windows

I have a simple app that changes numlock state when I'm connected to a docking station. The problem is I don't know how to detect when a second monitor is connected (and disconnected) so that I only ...