wow!! i'm so sorry...
i did this request a long time ago.. but i forgot to publish.
I dont have the files now, but tomorrow i will post the files. I make a tutorial too. ^^
i see that you are on line now... xD
its good
please publish the tutorial to do that, thanks
I use this Autohotkey script to hide the title bar in Mach. You'll have to install Autohotkey from
www.autohotkey.com first.
Run, c:\mach3\mach3.exe /p mach3mill , c:\mach3
Loop
sleep, 20
Until winexist("Mach3 CNC")
WinActivate
WinSet, Style, -0x800000
WinMove, , , -4, -4, 1034, 771