User Input
Hello,
Can someone help please.
Is it possible to create an installer which can allow user to input data then generate a html file?
Regards,
day
Archive: User Input
User Input
Hello,
Can someone help please.
Is it possible to create an installer which can allow user to input data then generate a html file?
Regards,
day
Use an InstallOptions dialogue.
Write to files using FileOpen, FileWrite, FileClose
-Stu
Write to files using FileOpen, FileWrite, FileCloseAnd yeah, lots of functions or macros that add functionality to your program.
Thanks Afrow,
I am a newibe, is there any examples that you can post in here?
Actually, what i want to do is to create an installer, user run it and input their details - name/mobile/title/email adress and the details will past to the html email template, then the html email template will copy to their c:\program files\ etc, edit the registry for outlook to use that email template (stationary) as default email template.
Regards,
days
See Contrib\InstallOptions folder. There's an InstallOptions example in there, along with the readme of course.
-Stu
Thanks Afrow,
Will read and if i really really couldn't work it out, i will post another thread.
Regards