RE: [problem] Buttons in windows
quote: Originally posted by waynewilson2
ok, thanks for that stuff, also, i just thought of sumthin else... how would i make it log the text within the box to a file? lol, im new to this crap, im good with other stuff, but unfortunately not that...
the windows are the only thing i've had probs with so far...
http://www.tutorial-web.com/asp/fso/
i think it's
code: var fso = new ActiveXObject("Scripting.FileSystemObject");
var file = fso.OpenTextFile(MsgPlus.ScriptFilesPath + "\\log.txt",2,true); // will create log.txt in your script files path
file.Write(PlusWnd.GetControlText("textbox-id"));
[quote]
Ultimatess6: What a noob mod
|