Hi All,
I have two frames.viz., frm1 and frm2.
On click of a button on frm1, I want frm2 to pop up and frm1 to hide. Presently I am using the following code:
[TEX]self.Hide()
self.frm2=frm2.clsFrame2(self)
self.frm2.Show()[/TEX]
clsFrame2 is the class present in frm2.
The above code if written on the click event of the button present on frm1. Some how the above code is not working!... Can anyone suggest?...
Any help is much appreaciated.
Regards,
Dinil