Results 1 to 2 of 2

Thread: Forgive me I’m Slow

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 1999
    Location
    Cleveland,OH
    Posts
    42

    Unhappy Forgive me I’m Slow

    Hello,

    I want to see if I got this right. With VB.Net I can make a “web” app just like I would a standalone app? No ASP coding no HTML voodoo magic. I realize there are diffs between 6 and .net. But I can make a form, drop a button and make “Hello World”. Slap it on a .Net web server, and BAMM, web app. Are there any samples out there?

    Thanks
    Jason
    Jason
    Senior Network Engineer
    VB 6 Ent. Edition SP5

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    looks like soon they'll be some samples on this site. Have you checked out other threads in this .Net forum ? A few of the sites listed there do samples.

    As for the first bit, yep, create a VB type form & MS creates the HTML for it (bit like frontpages idea, but 10,00000 times better ).
    Same as the Hello World bit (though not quite as simple as just typing hello world)!
    .Net divides your code into a separate page, so 1 for the HTML and 1 for the coding, all behind the scenes - really cool! but from your side, it'll be the same as writing a normal vb form !

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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