Support Forums
[HELP]Tutorial/Learning System[HELP] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: [HELP]Tutorial/Learning System[HELP] (/showthread.php?tid=27013)



[HELP]Tutorial/Learning System[HELP] - norBATman - 08-27-2012

Hey guys. I'm Norman, new member in SUPPORT FORUMS. I'd like to ask some help or guide regarding in my project.

OK, I want to make a Tutorial/Learning Program for web languages in VB2010 like (w3schools.com or codecademy.com).
Since they are online, I'd like to make in VB2010 an offline version of the program.


Do you have any idea on how I can make a program in VB like the sites above?
Thank you for help.
If some similar threads like this please reply here.
Thanks in advance!


RE: [HELP]Tutorial/Learning System[HELP] - spesificrelax - 09-08-2012

hello,

thank you ... great.........


RE: [HELP]Tutorial/Learning System[HELP] - AceInfinity - 09-08-2012

(09-08-2012, 04:17 PM)spesificrelax Wrote: hello,

thank you ... great.........

Another low quality poster... Rolleyes

You'd need to be able to store the lessons someplace locally. And retrieve it accordingly. Text based files maybe? XML? Plain text? Etc... It's up to you.