![]() activex help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: activex help (/showthread.php?tid=70242) activex help by Wakaki on 01-03-2007 at 10:58 AM i have a window with a button save and when you click on it the values of 2 editcontrols should be saved to tewo different textfiles and the window shoulkd close i don't understand how i should do this so plz help RE: activex help by Matti on 01-03-2007 at 04:15 PM
Use the FileSystemObject! code:Use that function to write the content, like: code: If you need a function to read the contents again: code: * Matti ![]() RE: activex help by Wakaki on 01-03-2007 at 04:40 PM thank you very much mattike but i only must happen when they press the button save RE: activex help by Matti on 01-03-2007 at 05:10 PM
Well, then place it in an OnWindowidEvent_CtrlClicked event! code: RE: activex help by Wakaki on 01-03-2007 at 05:21 PM thank you mattike i've done this and then i get that i don't have prvileges so my script isn't started ![]() ![]() ![]() ![]() ![]() ![]() RE: activex help by roflmao456 on 01-03-2007 at 11:28 PM
try posting your code (or debug window of the error ) RE: activex help by Wakaki on 01-04-2007 at 09:59 AM
i was baout to do right now when i read your reply code:and then in the ctrlclicked function you see code: and silly me made it : code: so that was the error cause the script thought : code: thank you al for replying |