I'm a long time user of AHK, transitioning into VB.NET and enjoying it... but I'm hooked on the AHK syntax so I'm slowly learning how to convert file access funtions and such to import into my VB.NET projects. ie: ahk.fileappend(text,filename)
Just curious if anyone else has done anything similar? I'm aware of the DLL, i get import errors with every one i tried importing them into Visual Studio 2012/13. *shrug*
I'm going to paste my efforts here if anyone else cares to use it, i'm adding my own functions into the syntax as I learn
Lucid_Method