Help with display settings

BlitzPlus Forums/BlitzPlus Programming/Help with display settings

CASO(Posted 2005) [#1]
I have tried to track down an old code that was on this site, but I just can't find it. It opened the little window that you get when you right-click on the desktop and click properties. The original topic had that little bit of code and some more things similar.

All I remember is that it had something to do with chr$(34)....and possibly execfile()

Please Help.


CASO(Posted 2005) [#2]
I figured out my own problem and wanted to show everyone in case someone else needs it.

It had nothing to do with chr$(34). I guess that was going on a wild goose chase, but it did use execfile()

This is the codes:

ExecFile("desk.cpl") ;display options
ExecFile("timedate.cpl") ;time and date
ExecFile("inetcpl.cpl") ;internet options
ExecFile("sysdm.cpl") ;system info

Those were the codes


CASO(Posted 2005) [#3]
Also, if you want to open a folder in a regular window you just type the folder name and no specific file.

Like this:

ExecFile("D:\yadayada")