‎2007 Oct 29 10:46 AM
Hi,
I have a tabstrip that contain 3 tab. I have 2 custom control suppose to be in tab 2 and 3. Both custom control are text edit control.
When i test the individual screen in different program the custom control is there. When i combine all the 3 screen into a tabstrip using subscreen. It seem that the custom control in tab2 and 3 is not showing. Why is that so? Any help on this?
Regards,
Rayden
‎2007 Oct 30 12:25 AM
Hi All,
Any help on this or any advice is very much appreciated. Thanks
Regards
Rayden
‎2007 Oct 30 12:25 AM
Hi All,
Any help on this or any advice is very much appreciated. Thanks
Regards
Rayden
‎2007 Oct 30 2:25 AM
Hi,
That is because the object which were supposed to be created for both the custom controls was not created.
You should check that in debug.
Or maybe what you can do is initialize all the custom controls the first time program starts by creating objects for all the custom controls.
Regards
Nishant