T
Tamir Khason
Is it possible managed detect that one form inaplicationcontext is above
other ?
other ?
Nicholas Paldino said:Tamir,
You might get what you want by setting the TopMost property on the form
to true.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Tamir Khason said:Is it possible managed detect that one form inaplicationcontext is above
other ?
Tamir Khason said:Thank you, Nicholas for response, but, I do not need TopMost form, I need
always put one form above another - it have not be topmost. Like it
occures in showDialog method...
TNX
--
Tamir Khason
You want dot.NET? Just ask:
"Please, www.dotnet.us "
Nicholas Paldino said:Tamir,
You might get what you want by setting the TopMost property on the
form to true.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Tamir Khason said:Is it possible managed detect that one form inaplicationcontext is above
other ?
Nicholas Paldino said:Tamir,
So TopMost would be too much then... If this is the case then you will
have to determine when the form you want to be under the other gets the
focus, and when it does, make sure that the other one is drawn on top.
I'm not sure if this can be done on a window by window basis. If they
need this kind of relationship, then perhaps another approach would be more
feasible?
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Tamir Khason said:Thank you, Nicholas for response, but, I do not need TopMost form, I need
always put one form above another - it have not be topmost. Like it
occures in showDialog method...
TNX
--
Tamir Khason
You want dot.NET? Just ask:
"Please, www.dotnet.us "
Nicholas Paldino said:Tamir,
You might get what you want by setting the TopMost property on the
form to true.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Is it possible managed detect that one form inaplicationcontext is above
other ?
phreakstar said:Perhaps the form whenever it is selected will set the child form's TopMost
=
true, then whenever the focus leaves the form then it will set it back to
false so that this window can be dropped back. Will this give behavior
similar to what you want?
Thanks,
Justin Etheredge
Nicholas Paldino said:Tamir,
So TopMost would be too much then... If this is the case then you
will
have to determine when the form you want to be under the other gets the
focus, and when it does, make sure that the other one is drawn on top.
I'm not sure if this can be done on a window by window basis. If
they
need this kind of relationship, then perhaps another approach would be
more
feasible?
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Tamir Khason said:Thank you, Nicholas for response, but, I do not need TopMost form, I
need
always put one form above another - it have not be topmost. Like it
occures in showDialog method...
TNX
--
Tamir Khason
You want dot.NET? Just ask:
"Please, www.dotnet.us "
"Nicholas Paldino [.NET/C# MVP]" <[email protected]>
wrote
in message Tamir,
You might get what you want by setting the TopMost property on the
form to true.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Is it possible managed detect that one form inaplicationcontext is
above
other ?