background color

background color

Anonymous
Not applicable
442 Views
2 Replies
Message 1 of 3

background color

Anonymous
Not applicable
We like to set the background color of the Layout tabs in AutoCAD the same as the background color of Inventor. Users like this background ! Can anyone tell me which color this is? We like to set this whith VBA (acad.vba): Thisdrawing.Application.Preferences.Display.GraphicsWinLayoutBackgrndColor = ????? Regards, Lambertus
0 Likes
443 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
The Color in RGB is 237,237,214 or Thisdrawing.Application.Preferences.Display.GraphicsWinLayoutBackgrndColor = 14085613 (works in version 2004/2005 don't know in previous versions) Patrick "Lambertus Oosterveen" wrote in message news:4145657f$1_2@newsprd01... > We like to set the background color of the Layout tabs in AutoCAD the same > as the background color of Inventor. > Users like this background ! > > Can anyone tell me which color this is? > > We like to set this whith VBA (acad.vba): > > Thisdrawing.Application.Preferences.Display.GraphicsWinLayoutBackgrndColor > = > ????? > > > Regards, > Lambertus > >
0 Likes
Message 3 of 3

Anonymous
Not applicable
Thanks! "Patrick de Stobbeleir" wrote in message news:4145fad9$1_1@newsprd01... > The Color in RGB is 237,237,214 or > > Thisdrawing.Application.Preferences.Display.GraphicsWinLayoutBackgrndColor = > 14085613 (works in version 2004/2005 don't know in previous versions) > > Patrick > > "Lambertus Oosterveen" wrote in message > news:4145657f$1_2@newsprd01... > > We like to set the background color of the Layout tabs in AutoCAD the same > > as the background color of Inventor. > > Users like this background ! > > > > Can anyone tell me which color this is? > > > > We like to set this whith VBA (acad.vba): > > > > Thisdrawing.Application.Preferences.Display.GraphicsWinLayoutBackgrndColor > > = > > ????? > > > > > > Regards, > > Lambertus > > > > > >
0 Likes