Home All Groups Group Topic Archive Search About

Search box at bottom of screen

Author
30 May 2005 6:27 PM
Scott M.
This just started happening to me while using VB6. When I call up the Search
box, it appears at the bottom of the screen, instead of in the middle. I can
drag it to the middle, but as soon as I press the Find Next button, it goes
back to the bottom of the screen. How do I fix this?

Scott M.

Author
30 May 2005 6:38 PM
Veign
Has anything on your system changed?  Like did you install any SP's.

One thing to try is remove all add-ins and see if the problem persists.

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/


Show quoteHide quote
"Scott M." <sco***@symagery.com> wrote in message
news:mpGdndF_mepUxgbfRVn-2Q@igs.net...
> This just started happening to me while using VB6. When I call up the
Search
> box, it appears at the bottom of the screen, instead of in the middle. I
can
> drag it to the middle, but as soon as I press the Find Next button, it
goes
> back to the bottom of the screen. How do I fix this?
>
> Scott M.
>
>
Author
30 May 2005 6:41 PM
Bonj
It's because  it's trying to get out of the way of the text that it's found
so that you can see that aswell as the dialog.

Show quoteHide quote
"Scott M." <sco***@symagery.com> wrote in message
news:mpGdndF_mepUxgbfRVn-2Q@igs.net...
> This just started happening to me while using VB6. When I call up the
> Search
> box, it appears at the bottom of the screen, instead of in the middle. I
> can
> drag it to the middle, but as soon as I press the Find Next button, it
> goes
> back to the bottom of the screen. How do I fix this?
>
> Scott M.
>
>
Author
30 May 2005 6:47 PM
Veign
Typically the code is scrolled to a location where the dialog box will not
interfere with the results.  I guess if the procedure module is short enough
to not have scrollbars the dialog would be relocated.

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/


Show quoteHide quote
"Bonj" <a@b.com> wrote in message
news:%2326m4cUZFHA.3184@TK2MSFTNGP15.phx.gbl...
> It's because  it's trying to get out of the way of the text that it's
found
> so that you can see that aswell as the dialog.
>
> "Scott M." <sco***@symagery.com> wrote in message
> news:mpGdndF_mepUxgbfRVn-2Q@igs.net...
> > This just started happening to me while using VB6. When I call up the
> > Search
> > box, it appears at the bottom of the screen, instead of in the middle. I
> > can
> > drag it to the middle, but as soon as I press the Find Next button, it
> > goes
> > back to the bottom of the screen. How do I fix this?
> >
> > Scott M.
> >
> >
>
>
Author
30 May 2005 7:20 PM
Scott M.
I may have found the solution. I moved the search box to the middle of the
screen and exited VB right away. The next time I went into VB, the search
box started appearing in the middle of the screen.

Scott
Author
31 May 2005 2:54 PM
Dave
"Bonj" <a@b.com> wrote in message
news:%2326m4cUZFHA.3184@TK2MSFTNGP15.phx.gbl...
> It's because  it's trying to get out of the way of the text that it's
> found so that you can see that aswell as the dialog.
Ye gods I wish there was a way to stop it from doing that, it ALWAYS moves
so the cancel button is under where the mouse pointer happens to be - or at
least it seems that way.
Author
1 Jun 2005 3:53 AM
Bill James
I see the same at times, but what I usually do for multiple searches is just close the search box and use F3 to walk through all find results.  I like that better anyhow because I can see all the code.

--

Bill James
Microsoft MVP - Shell/User

Windows VBScript Utilities » www.billsway.com/vbspage/
Windows Tweaks & Tips » www.billsway.com/notes_public/

Show quoteHide quote
"Scott M." <sco***@symagery.com> wrote in message news:mpGdndF_mepUxgbfRVn-2Q@igs.net...
> This just started happening to me while using VB6. When I call up the Search
> box, it appears at the bottom of the screen, instead of in the middle. I can
> drag it to the middle, but as soon as I press the Find Next button, it goes
> back to the bottom of the screen. How do I fix this?
>
> Scott M.
>
>
Author
1 Jun 2005 2:51 PM
Dave
Scott,

If your Immediate window is large enough, the search box appears below.

Dave

Show quoteHide quote
"Scott M." <sco***@symagery.com> wrote in message
news:mpGdndF_mepUxgbfRVn-2Q@igs.net...
> This just started happening to me while using VB6. When I call up the
Search
> box, it appears at the bottom of the screen, instead of in the middle. I
can
> drag it to the middle, but as soon as I press the Find Next button, it
goes
> back to the bottom of the screen. How do I fix this?
>
> Scott M.
>
>