Hi, all:
Not sure is this the right forum for this post. I am quite new about "portable apps". so please forgive my ignorance.
I need to program an application (from scratch) that view/edit/save user's data. The application and data will be put on the flash drive and distributed to end user.
I read a lot of post here but only found that most you guys are modify existing apps to make it portable. I am wondering what language I need to use for this portable app? Mostly I am using asp.net for web application development. If I use C#, I believe there will be an error when the end user try to run my appl since there is no .net runtime. like Java, the end user must download JRE also. I am thinking using C++ but afraid that I need to compile all the user interface DLL I needed into the executable? and finally, how about Visual Basic 6.0.
Last question, are these portable apps runs on windows OS only, how about Mac or Linux.
Thanks in advance
-rockdale