-
Repositioning MsgBox, InputBox
How do I reposition the message box or the input box?
Sometimes they block parts of the form that I want to look at.
-
Re: Repositioning MsgBox, InputBox
> How do I reposition the message box or the input box?
> Sometimes they block parts of the form that I want to
> look at.
Victor: Click on the dialog's title bar and drag it to the desired location.
There's no easy way to control where they appear programmatically.
---
Phil Weber
-
Re: Repositioning MsgBox, InputBox
Phil,
You spoke a little too soon about the InputBox function. It has two parameters,
XPos and YPos, which do allow you to set the position of the dialog programatically.
- Jim
"Phil Weber" <pweber@teleport.com> wrote:
> > How do I reposition the message box or the input box?
> > Sometimes they block parts of the form that I want to
> > look at.
>
>Victor: Click on the dialog's title bar and drag it to the desired location.
>There's no easy way to control where they appear programmatically.
>---
>Phil Weber
-
Re: Repositioning MsgBox, InputBox
> You spoke a little too soon about the InputBox function.
> It has two parameters, XPos and YPos, which do allow
> you to set the position of the dialog programatically.
Jim: Oops! Sorry, guess it's apparent that I've never used InputBox. Thanks
for catching my mistake.
---
Phil Weber
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|