Click here to Skip to main content
15,918,976 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Im developing a application which has multiple tabs with different dialogs having few controls binded to those tabs.
The problem im facing is whenever i do a ALT+TAB my controls(ListControl) on the dialog hide (i mean they are not visible).
But when i select the specific TAB again by a mouse click everything appears normally.

One thing i have noticed is the issue occurs only after i click on the List control once before doing ALT + TAB.

I have tried various things like calling showWindow for the currently selected Tabs Dialog on ParentDialogs onActivate method.

Need some help...
Posted

try controlName->Show() and controlName->Hide() routines...
 
Share this answer
 
Hey Guys Thanks a lot,
I found the solution, there was a bug in my wrapper...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900