Hi Martin, > I now have my old VB application running again as a > stand-alone. I would like to modify it so that it > can be run from a web browser - probably with the > main data input screen presented as a web page, and > then some means of carrying the data input back to > the app living on a server somewhere. To save me > wading through countless books, can someone give > me some clues on how to do this?
Have you looked at ASP yet? It's very similar to VB6, minus explicit variable types. As a VB-guy myself, the moment I found ASP I was hooked. It's got everything I enjoyed from VB in a web-based engine, and more control over the display - since the output is just HTML. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== "All laws which are repugnant to the Constitution are null and void." -- Marbury vs Madison, 5 US (2 Cranch) 137, 174, 176, (1803) ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
