More Container control trouble

Can somebody please try this to prove that I am not going mental;
create a web container control
1.place a web label on it
2.create a mouse exit event
3.place the code container control.close method in the mouse exit event.
Everytime I try this I get a “this item does not exist” error when I try to run the program. I will watch this thread like a hawk to see if It is worth pulling out what remaning hair I have and before booking myself into the local looney farm.

so mousexit on the label or on the container itself?

[quote=106431:@shahid darbar]so mousexit on the label or on the container itself?

[/quote]
Sorry, I should have been more specific. Mouse exit is on the container.

you should write self.close in the mouseexit event

sorry it will be me.close , self refers to the parent control

Thats got it. Thanks Shahid