My question is best explained by example.
In the VB.NET 2005 code window, if you do a ctrl+f find, the find window
stays on top when you put focus back to the code so you would think that the
find window is always on top. However, when you drag another application
over the VB.NET window, the find window is not on top of that window.
Its like its TopMost, but only TopMost within the applications forms, not
all applications.
Is there a way to do this?
Luke,
when calling ShowDialog you could use an overload that specifies the owner
document - say the calling form - that will achieve the effect you are after.
> My question is best explained by example.
>
[quoted text clipped - 7 lines]
>
> Is there a way to do this?
rowe_newsgroups - 03 Jul 2007 02:23 GMT
On Jul 2, 8:46 pm, Sergey Poberezovskiy
<SergeyPoberezovs...@discussions.microsoft.com> wrote:
> Luke,
>
[quoted text clipped - 14 lines]
>
> - Show quoted text -
You can also manually specify the owner of a form and then call that
form modallessly (is that a word?). Though if I remember it can be a
little buggy at times.
Thanks,
Seth Rowe
Luke R - 03 Jul 2007 04:35 GMT
Yep worked great, cheers for that.
> Luke,
>
[quoted text clipped - 14 lines]
>>
>> Is there a way to do this?