pop-up window

A

Anna

Hi,

I am creating a pop-up window that will come up first thing on the screen
when MS project file is opened. I would like to set the size of that pop-up
window. IS there any way I can do that? so that the size of the pop-up window
remains the same on all the PC with different size screens. Because right now
its just changes the format of the text I am displaying in the pop-up window
with differnt size screen PCs.

I would appreciate your help. Thanks in advance
 
S

Sarah

Anna,

This is not really the appropriate forum for this question. You'll
have better luck in a forum for whatever language in which you're
creating this pop-up window.

Sarah
 
G

Gerard Ducouret

Hello Anna,

Project VBA can "read" the size screen with some functions which call API :
GetSystemMetrics
GetForegroundWindow
GetWindowRect

then you are able to adapt the size of your pop-up window.

You'll find some documents on these functions on this site :
http://www.allapi.net/

Hope this helps,

Gérard Ducouret [Project MVP]
 

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