Screen Menu

Screen Menu

ruslin
Explorer Explorer
206 Views
1 Reply
Message 1 of 2

Screen Menu

ruslin
Explorer
Explorer

I've pasted (vla-put-DisplayScreenMenu (vla-get-Display (vla-get-Preferences (vlax-get-acad-object))) :vlax-true)m in the command line window .. it worked by showing the old Screen Menu we used to have in the right side of my AutoCAD 2017 SCREEN. But how to change the color of its text (As it's shown in Black) to a bright color eg White ?

0 Likes
207 Views
1 Reply
Reply (1)
Message 2 of 2

scot-65
Advisor
Advisor

AFIAK, the screen menu shares the same coloring, font, and font size as the command line window.

 

HKCU\SOFTWARE\Autodesk\AutoCAD\Rxx.x\ACAD-D001:409\Profiles\<<MyProfile>>\Command Line Windows

 

CmdLine.ForeColor

 

??

 


Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes