Virtual PC
From Axaptapedia
Not exactly axapta but "Microsoft Virual PC" (VPC) is a great tool used by me and many of my colleagues.
However there is a bug in the most recent version regarding "dual monitor" setup.
The startupposition of the "main form" is not set to "monitor 0", this can result in a dissapering form if you like me are coding on a laptop.
I made a batchfile as a remedy, and i am sharing it here.
1. Download: http://www.codeplex.com/RxFind
2. Place it in the same dir as the batch file below, and execute.
[edit] ================ COPY PASTE INTO .bat FILE ===============
@REM Fix for Microsoft Virtual PC 2007, Out of screen bug.</p>
@rxfind “%APPDATA%\Microsoft\Virtual PC\Options.xml” /Q /B:1 /P:”<left_position type=\”integer\”>[0-9]*</left_position>” /R:”<left_position type=\”integer\”>10</left_position>”
@rxfind “%APPDATA%\Microsoft\Virtual PC\Options.xml” /Q /B:1 /P:”<top_position type=\”integer\”>[0-9]*</top_position>” /R:”<top_position type=\”integer\”>10</top_position>”