Setting Explorer Size and position?

Posted by creeek on December 13, 2005

The following code works great:

ShellExecute(Application.Handle, 'open', pchar('explorer.exe'), pchar('C:\'), pchar('C:\'), SW_NORMAL);

But, what I would like to do is open the explorer window to a specific size and position, does anybody know how?

The registry sounds a logical course, because when you close 'explorer' it tends to remember the size!

thanks Mick, UK

Related Articles and Replies