Thanks DrewPee

I know that some people hates that window asking for fullscreen mode

, so I've added a new function capable to enable/disable message box, and if you enable it you can choose your own text for it.
ptc_setdialog(1,"Do you really want FullScreen ?",0)First option will disable messagebox, the 2nd option you will choose your text, the 3rd option will let you start direct in fullscreen or windowed mode when first option disables messagebox.
ptc_setdialog(0,"bla",1) 'Disable messagebox, and start in windowed mode
ptc_setdialog(0,"bla",0) 'Disable messagebox, and start in fullscreen mode
Add it before you open your ptc window
ptc_setdialog(1,"Do you really want Full Screen ?",0)
if ( ptc_open ( "TEST....", 640, 480) = 0 ) then
end -1
end if
have fun
