User talk:Neo/Archive3: Difference between revisions

m
link fix
m (removed redlink)
m (link fix)
 
Line 244: Line 244:
   the only scripting language to do a Windows GUI that comes to mind is Tcl/Tk but you really don't want to use that :)
   the only scripting language to do a Windows GUI that comes to mind is Tcl/Tk but you really don't want to use that :)


You can also try AutoIt3: https://www.autoitscript.com/site/autoit/
You can also try AutoIt3: https://www.autoitscript.com/site/


It's easy to create a GUI with both of them, but AutoIt3 can't work with binary files, only text files (as far as I know). And in case of tcl/tk: It's a pain to install it. I tried and failed.
It's easy to create a GUI with both of them, but AutoIt3 can't work with binary files, only text files (as far as I know). And in case of tcl/tk: It's a pain to install it. I tried and failed.