dafi
August 31st, 2001, 02:12 AM
I made an MDI application with 2 form docked on it by using SetParent function linking them to picture objects set on the MDI.
I have one big problem: my text boxes (edit box) don't respond when clicking on them except if I catch the click message and I say in there Text1.SetFocus for example. They don't respond to TAB to circle throuh my controls.
That is the situation when I set my forms as MDIChildren (MDIChild = True).
If I set this to False they respond well but my forms aren't docked.
How can I resolve this problem.
I have to finish this program in 3 weeks and I can't test my forms because they're not user friendly (I can't circle through them)
Thankx in advance.
I have one big problem: my text boxes (edit box) don't respond when clicking on them except if I catch the click message and I say in there Text1.SetFocus for example. They don't respond to TAB to circle throuh my controls.
That is the situation when I set my forms as MDIChildren (MDIChild = True).
If I set this to False they respond well but my forms aren't docked.
How can I resolve this problem.
I have to finish this program in 3 weeks and I can't test my forms because they're not user friendly (I can't circle through them)
Thankx in advance.