Board index » cppbuilder » TForm behaviour
Jon Gabe
![]() CBuilder Developer |
Sun, 11 Jan 2004 09:32:13 GMT
TForm behaviour
I'm not sure if this should be posted to the .upgrade newsgroup, but
here goes: I am (belatedly) porting an application from CBuilder3 to CBuilder5. MDIChild1->TrackBar1->Enabled = false; forces focus to MDIChild1. I can get around this by executing Form1->SetFocus(); in the FormActivate() handler of MDIChild1. However, you can see the Thanks, Jon G. |