C Cor Nov 27, 2003 #2 Hi Li, That is the easiest today I think you get a lot of answers \\\ if me.visible = false /// And when you want in minimized state but that was not your queston \\\ If Me.WindowState = FormWindowState.Minimized Then /// Cor " When a form is hide, I'd like to check if it's in hide
Hi Li, That is the easiest today I think you get a lot of answers \\\ if me.visible = false /// And when you want in minimized state but that was not your queston \\\ If Me.WindowState = FormWindowState.Minimized Then /// Cor " When a form is hide, I'd like to check if it's in hide
H Herfried K. Wagner [MVP] Nov 27, 2003 #3 * "Li Pang said: When a form is hide, I'd like to check if it's in hide mode. How? Click to expand... \\\ If Not Me.Visible Then ... End If ///
* "Li Pang said: When a form is hide, I'd like to check if it's in hide mode. How? Click to expand... \\\ If Not Me.Visible Then ... End If ///