M
Mrinal Kamboj
Hi ,
Let me see if i can get you closer to a solution , i had few doubts :
1. In the Extension button user control where do you declare the code
for instantiating mUserPopWin , let me assume in a method A .
2. mUserPopWin is a class object / form object where u are using both
the controls , mUserPopWin and extension button .
a. Now First while debugging make sure that you put a break point on the
instantiation code , especially :
this.mUserPopWin.Visible = false;
to check up that after execution of Mouse Hover event this code doesn't
executes , as this is the only place where i find visible = false .
b. Also try commenting out this portion , if this can give some clue .
c. Or may be you can check your events for UserControl to ensure there's
no such code being wrapped along , that makes visible false .
I think i have given quite abstract stuff , but i couldn't guess more on
seeing the code that u have provided , if possible u can send some more
details , then i can try it out .
regards ,
Mrinal
Let me see if i can get you closer to a solution , i had few doubts :
1. In the Extension button user control where do you declare the code
for instantiating mUserPopWin , let me assume in a method A .
2. mUserPopWin is a class object / form object where u are using both
the controls , mUserPopWin and extension button .
a. Now First while debugging make sure that you put a break point on the
instantiation code , especially :
this.mUserPopWin.Visible = false;
to check up that after execution of Mouse Hover event this code doesn't
executes , as this is the only place where i find visible = false .
b. Also try commenting out this portion , if this can give some clue .
c. Or may be you can check your events for UserControl to ensure there's
no such code being wrapped along , that makes visible false .
I think i have given quite abstract stuff , but i couldn't guess more on
seeing the code that u have provided , if possible u can send some more
details , then i can try it out .
regards ,
Mrinal