Find and Replace window

  • Thread starter Thread starter =?iso-8859-1?B?TWHtcmE=?=
  • Start date 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
 
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
 
Back
Top