Open Control Panel via Shell in Rev

2005-02-01 Thread Derek Bump
Anyone know how to open a Windows Control Panel, let's say Internet Options, via the Windows Shell in Rev 2.5? Derek Bump Dreamscape Software Compress Images Easily with JPEGCompress http://www.dreamscapesoftware.com

Re: Open Control Panel via Shell in Rev

2005-02-01 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yep: get shell(control inetcpl.cpl) Note: this will stall your app until the control panel is closed. The .cpl files are in c:\windows\system32 (modify if needed to suit your installation; e.g. d:\windows or e:\winnt or whatever); you don't need to

Re: Open Control Panel via Shell in Rev

2005-02-01 Thread Derek Bump
get shell(control inetcpl.cpl) Works Perfectly! Note: this will stall your app until the control panel is closed. This didn't happen at all, but we'll see when it becomes a standalone. :) Thank you! Derek Bump Dreamscape Software Compress

Re: Open Control Panel via Shell in Rev

2005-02-01 Thread Frank D. Engel, Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oops - apparently some windows programs (including control.exe) release the shell immediately after starting. So yeah, that shouldn't stall the stack then. Cool. On Feb 1, 2005, at 5:15 PM, Derek Bump wrote: Note: this will stall your app until the

Open Control Panel via Shell in Rev

2005-02-01 Thread Ben Fisher
Hi Derek, This page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_adv/conpanel.asphttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_adv/conpanel.asp should answer your