Results 1 to 6 of 6

Thread: Put in visual basic code to a site like freewebs?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    27

    Question Put in visual basic code to a site like freewebs?

    Hi! I wonder if its possible (and if its possible, then how) to put in a Visual Basic (program/exe file or what to name it) into FreeWebs!?

    Also if i want to make a page with buttons and listbox and that!
    Like this peaples have done http://global.hidden-street.net/general/damagecalc.php

    They've made an calculator (but i dont know how).

    But i guess this will work with Visual Basic? or am im wrong?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Put in visual basic code to a site like freewebs?

    Thread moved from the FAQ forum, which is not the place to post your questions.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    27

    Re: Put in visual basic code to a site like freewebs?

    Quote Originally Posted by si_the_geek
    Thread moved from the FAQ forum, which is not the place to post your questions.
    Ok, thanks..


    Well, does someone knows how to do this ? O_O

  4. #4
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    Re: Put in visual basic code to a site like freewebs?

    Quote Originally Posted by 2ManyGuys
    Hi! I wonder if its possible (and if its possible, then how) to put in a Visual Basic (program/exe file or what to name it) into FreeWebs!?
    I'm not sure how external web pages are integrated with Freewebs. Somebody who has tried it will have to answer it.
    Quote Originally Posted by 2ManyGuys
    Also if i want to make a page with buttons and listbox and that!Like this peaples have done http://global.hidden-street.net/general/damagecalc.php
    They've made an calculator (but i dont know how).
    But i guess this will work with Visual Basic? or am im wrong?
    You can make a page like that in ASP.Net and then choose to write code in either VB.Net or C#. The formulae used in the calculator is given towards the bottom of the page. So you can use them in your program to calculate the values(not sure about copyrights).But still not sure where are you stuck?

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Jul 2008
    Posts
    27

    Re: Put in visual basic code to a site like freewebs?

    Quote Originally Posted by rjv_rnjn
    I'm not sure how external web pages are integrated with Freewebs. Somebody who has tried it will have to answer it.
    You can make a page like that in ASP.Net and then choose to write code in either VB.Net or C#. The formulae used in the calculator is given towards the bottom of the page. So you can use them in your program to calculate the values(not sure about copyrights).But still not sure where are you stuck?

    ***? so what im going to do?

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Put in visual basic code to a site like freewebs?

    Freewebs is a hosting site. They will allow you to register an account with them and upload pages.

    You can do this in a plain HTML page with some javascript or in an ASP.NET page with VB.NET. You will not be able to do this if you don't have a basic grasp of programming, though. The formulae are at the bottom of the page. What you need is a page with form elements on it (dropdowns, textboxes, checkboxes) and a submit button which then performs the calculation by calling a function.

    You should probably start with an HTML Tutorial

    www.w3schools.com/html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width