P
Paul Aspinall
Can anyone advise how to display a form on top, and modal, without using
ShowDialog??
Thanks
ShowDialog??
Thanks
Nicholas Paldino said:Paul,
Why do you not want to use ShowDialog? If the form is modal, then I
don't see what the difference is.
What are you trying to do?
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Paul Aspinall said:Can anyone advise how to display a form on top, and modal, without using
ShowDialog??
Thanks
Paul Aspinall said:Hi
The reason is...
I have the user entering into a form, which must be modal (which I was
using ShowDialog to display), simila to a 'Wizard' style.
However, when the user makes an invalid entry, I want to display a
MessageBox, to inform them of a certain condtion....
this results in another modal form, being shown from a modal form......
When the user clicks 'OK' on the message, both 'modal' forms disappear,
ie. the message, and the 'wizard'.
Any ideas how to stop this?
Thanks
Nicholas Paldino said:Paul,
Why do you not want to use ShowDialog? If the form is modal, then I
don't see what the difference is.
What are you trying to do?
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Paul Aspinall said:Can anyone advise how to display a form on top, and modal, without using
ShowDialog??
Thanks
Paul Aspinall said:Hi
The reason is...
I have the user entering into a form, which must be modal (which I was
using ShowDialog to display), simila to a 'Wizard' style.
However, when the user makes an invalid entry, I want to display a
MessageBox, to inform them of a certain condtion....
this results in another modal form, being shown from a modal form......
When the user clicks 'OK' on the message, both 'modal' forms disappear,
ie. the message, and the 'wizard'.
Any ideas how to stop this?
Thanks
Nicholas Paldino said:Paul,
Why do you not want to use ShowDialog? If the form is modal, then I
don't see what the difference is.
What are you trying to do?
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Paul Aspinall said:Can anyone advise how to display a form on top, and modal, without using
ShowDialog??
Thanks