Help with display settings

BlitzPlus Forums/BlitzPlus Programming/Help with display settings

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.

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

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")