Old post, but I found something else that almost works. Also posted
here.
Via trail-and-error, I found out that VP does support a minimized parameter, so from a command prompt, sending "Vpinball907.exe -minimized /play -tablename.vpt" did EXACTLY what I was looking for. The bad news:
• I do not know of a way to set a custom launch line in VP-Man.
• I could probably do it pretty easily in another front end - such as Mala, EmuLoader, Mamewah, HyperPin (maybe), etc. - but I would lose most of the cool features of VP-Man such as Table Recognition, auto screenshot capture, table classification, auto-close editor on exit, etc.
• I didn't see any type of menu item for VP to minimize the editor when loading a table.
My next thought was to look at the registry (but I had no idea which options would work, so it was a matter of blind trial-and-error …
I looked at HKCU\Software\Visual Pinball\Editor.
There was a key for WindowMaximized (set to 0), so my first thought was to add a "WindowMinimized" key and set it to "1" - didn't work.
I did see WindowBottom, WindowLeft, WindowRight, and WindowTop settings.
(BTW, I use a screen resolution of 1024x768).
My first attempt was setting bottom - 1, Left - 0, Right - 1, Top - 0. This almost worked - there was a title bar that was 123x34 pixels in the upper left.
I then tried to set Window Left to 1500, which would have been off the screen, but it automatically dropped it back to 901 and put it flush right.
Then I tried to hit the bottom right of the screen. I found out that setting window top to more than 734 (768-34) made it default to 0 and full-height. However, setting it at 734 (On WinXP) made it draw the window title BEHIND the taskbar and almost invisible.
However, I still needed to be able to manually open the editor when I wanted to view/change table settings, so I clicked on the title and drug it upward until I could JUST click the Maximize and close buttons with the mouse.
My final settings ended up:
WindowBottom - 781 (not sure this is used in this case)
Window Left - 901
Window Right - 1024
Window Top - 729 (just above the single row taskbar)
The only real drawback is to have it continue working, I have to maximize the editor window when I am editing a table and minimize it back when I am not - but I'm okay with that.
Hope this helps someone else out!!!
BTW - If you don't want to hack the registry, you could get similar results by manually reducing the main editor window to minimum dimensions and moving it wherever you want - but I'm not sure if you can put it behind the taskbar doing it that way.