Find and Replace window

  • Thread starter =?iso-8859-1?B?TWHtcmE=?=
  • Start date
?

=?iso-8859-1?B?TWHtcmE=?=

Hi,

I need to develop a form window similar to the Find and
Replace window of Visual Studio, i.e., I have a main form
and I will have to open a new window that will be on top
of my application's main window, but not on top of all
opened applications (TopMost = false). I can still access
the information of the main window (a modeless window)
but I cannot move the new window.

Can someone help me on this?

Thanks,

Maíra
 
K

Ken Tucker [MVP]

Hi,

There is a Find and Replace Dialog box located on this page.
http://msdn.microsoft.com/vbasic/downloads/samples/default.aspx

Ken
-------------------------
Hi,

I need to develop a form window similar to the Find and
Replace window of Visual Studio, i.e., I have a main form
and I will have to open a new window that will be on top
of my application's main window, but not on top of all
opened applications (TopMost = false). I can still access
the information of the main window (a modeless window)
but I cannot move the new window.

Can someone help me on this?

Thanks,

Maíra
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top