M
Mark Broadbent
I am instantiating a form and calling it via the ShowDialog method. I am
testing for the forms modal property within it's Load event but the modal
property is always false.
Supposedly you can test for the modal property within Load event and above
(but it doesn't work in constructor by design). I get the same modal result
when showing a form via its Show method too.
Expected behaviour is
ShowDialog modal=true
Show modal=false
So why is this going wrong?
--
--
Br,
Mark Broadbent
mcdba , mcse+i
=============
testing for the forms modal property within it's Load event but the modal
property is always false.
Supposedly you can test for the modal property within Load event and above
(but it doesn't work in constructor by design). I get the same modal result
when showing a form via its Show method too.
Expected behaviour is
ShowDialog modal=true
Show modal=false
So why is this going wrong?
--
--
Br,
Mark Broadbent
mcdba , mcse+i
=============