Hello MkSoft
Excuse me to not try to help you before, but i have problems with SYMANTEC on my enterprise machine, and it's not the moment to load EXE of PB
Now i'm in my home, and i want to help you with my little means, for test your new toy, if that can help you a little bit

But like usually i have not all understand

I have create a form "essai.pbf" with the actual designer of the 5.70, without #PB_ANY and events
Code:
; Form Designer for Purebasic - 5.70
; Warning: this file uses a strict syntax, if you edit it, make sure to respect the Form Designer limitation or it won't be opened again.
;
; This code is automatically generated by the FormDesigner.
; Manual modification is possible to adjust existing commands, but anything else will be dropped when the code is compiled.
; Event procedures needs to be put in another source file.
;
Enumeration FormWindow
#Window_0
EndEnumeration
Enumeration FormGadget
#Button_0
#String_0
EndEnumeration
Procedure OpenWindow_0(x = 0, y = 0, width = 490, height = 140)
OpenWindow(#Window_0, x, y, width, height, "", #PB_Window_SystemMenu)
ButtonGadget(#Button_0, 50, 60, 410, 50, "")
StringGadget(#String_0, 50, 20, 420, 30, "")
EndProcedure
I have load "essai.pbf" in your program, and launch start process ...and nothing with happening with W10 X64 / v5.70 X86
I'm really a "Ham butter"
