Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Settings 1

Status
Not open for further replies.

bursland

Technical User
Mar 21, 2005
14
0
0
GB
Is there any way to change the settings via code.

I need to change the Display/keyboard/cursor key from
application to normal on exit from a extra session
and would be simpler than going through the menu after each session

 
You can change the keyboard map with:
oSession.KeyMap = strKeyMap
Where oSession is your Extra session and strKeyMap is the name of the map you want to select.

You can load a color scheme, but I don't think you can change the display settings with the session object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top