Hi Nate,
> Hello! I'm looking for help incorporating a MS Visual
> Basic project into a MS FrontPage web. Any help would
> be much appreciated. I'm VERY much a newbie at this,
> so please provide help in the simplest possible terms.
The easiest way to do it would be to upgrade your VB app to VB.net -
then switch that to ASP.net. You'll have to essentially learn another
language (vb.net) but it'll be worth it for the time it saves, and
it'll severely reduce the amount you'll have to recode for the browser
itself.
Alternatively, you can go line by line through your code and convert
it to ASP+html - if it's primarily *functional* --- not
interactive --- this is very simple (iow, convert your code to a
simple web-form that takes a couple parameters that you essentially
read (sVar = Request.Form("fieldname")) then pass to your procedure
( call myFunction(sVar) ).
Regards,
Shawn K. Hall
http://ReliableAnswers.com/
'// ========================================================
You don't look so good...You don't smell so good either.
-- 'Fezzik', The Princess Bride
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/