VBA
Discuss AutoCAD ActiveX and VBA (Visual Basic for Applications) questions here.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

dialog box size

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
279 Views, 3 Replies

dialog box size

Hello newsgroup,
When I launch a VB application, my dialog box for the application does not
show me all of the buttons and I have to resize it. It appears that my
computer is the only one in our group that does this. Does anyone know why?
Thank you.
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

its your display settings...everyone else in your group may have a higher
resolution set on there monitors

Jason Roper wrote in article
...
> Hello newsgroup,
> When I launch a VB application, my dialog box for the application does
not
> show me all of the buttons and I have to resize it. It appears that my
> computer is the only one in our group that does this. Does anyone know
why?
> Thank you.
>
>
>
Message 3 of 4
Anonymous
in reply to: Anonymous

Is there a way to accomodate different resolutions in the program?

Jaime wrote in message
news:01c1620a$a27d9a20$2c6464c0@pfieng04...
> its your display settings...everyone else in your group may have a higher
> resolution set on there monitors
>
> Jason Roper wrote in article
> ...
> > Hello newsgroup,
> > When I launch a VB application, my dialog box for the application does
> not
> > show me all of the buttons and I have to resize it. It appears that my
> > computer is the only one in our group that does this. Does anyone know
> why?
> > Thank you.
> >
> >
> >
Message 4 of 4
Anonymous
in reply to: Anonymous

Jason.....You could use the GetSystemMetrics API to get that info.

Public Declare Function GetSystemMetrics Lib "user32" Alias "GetSystemMetrics" (ByVal nIndex As Long) As Long

Check it out

Good luck,

Bob Coward
CADS, Inc.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Forma Design Contest


Autodesk Design & Make Report