Procedure on How to Customize Message Dialog Box

Asked By 0 points N/A Posted on -
qa-featured

I have a Custom Message Dialog Box that is working well. But I can’t get the message Box to be where I want. I want it to be at the left center but it has stuck in the center of my dual monitor, I have tried to place it where I want using the Code below
This is how I have entered the codes:
    Me. Left = (Screen (0).Available Width – Me. Width) * .065                    Me. Top = (Screen (0).Available Height – Me. Height) *
Is this the procedure or how am I supposed to do to get the Message Box where I want?  

SHARE
Answered By 75 points N/A #100014

Procedure on How to Customize Message Dialog Box

qa-featured

Hello Ronaldwilson88,

Are you doing programming and therefore you want to place a message dialog box at the center of the screen, or you are just creating a dialog box on your desktop screen and you want to center it?

If you are use some programming language to, then you will have to set the property for the dialog box as centered, and it could have been easier if you mentioned the type of language you are using so that we can figure out the expression you can use.

But if you just need a dialog box on your desktop at the center of the screen then you simply need to hold it with the mouse and drag it to the center of the screen.

Hope this helps.

__

Regards
Lee Hung

 

Related Questions