CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 34

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    147

    Creating Website using VB 6.0

    hi all..

    i'm newbie in VB 6. can i know, can we creating a website using vb 6?? if yes, can i know the way how to do it??

    thanks..

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Creating Website using VB 6.0

    Not really, I'd say. Download Expressions Web (90 day trial) or any one of the other packages that claim to write html for you. Some people use Notepad though, and claim it's better.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    May 2006
    Posts
    147

    Re: Creating Website using VB 6.0

    what do you mean.. i dont understand.. can someone give some advice
    Last edited by areon25; November 29th, 2007 at 02:15 AM.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Creating Website using VB 6.0

    You can write a web page, with anything. Not a web server, or a network.
    Here is html code.

    Code:
    <head>
    </head>
    <body>
    HELLO WORLD!
    </body>
    </html>
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    May 2006
    Posts
    147

    Re: Creating Website using VB 6.0

    where actually we should write the HTML code?? in notepad or VB 6??


    if we write the HTML code in notepad, what is the relation between notepad and VB 6 ??


    Could someone give advise..

    thank you..

  6. #6
    Join Date
    Dec 2006
    Location
    Pune, India.
    Posts
    579

    Re: Creating Website using VB 6.0

    Quote Originally Posted by areon25
    where actually we should write the HTML code?? in notepad or VB 6??


    if we write the HTML code in notepad, what is the relation between notepad and VB 6 ??


    Could someone give advise..

    thank you..
    If you want to develop in VB then you can start with 'DHTML Application' that comes with VB.

    If you want to develop it in Javascript and VBScript then you can use notepad and for server side application ASP. Frontpage is another tool available for your which will generate HTML code automatically. Dreamviewer is there.


    Now choice is your !!

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

Featured