Results 1 to 8 of 8

Thread: how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2010
    Posts
    2

    how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

    hi friends i,m new here and i want to work in my 1st appilication for sms messenger can some one tell me how i convert my html coure code to Microsoft Visual Basic 2008 Express Edition!


    Thanks

    ShaNi Ax

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

    What's the HTML code?

    You can't direectly port it to VB, but maybe you can start from scratch and write an app that does the same thing. Also, you might want to look into the latest, recently released, VB 2010: http://www.microsoft.com/express/downloads/

  3. #3
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

    can some one tell me how i convert my html coure code to Microsoft Visual Basic 2008 Express Edition!
    1, Microsoft Visual Basic 2008 Express Edition is a Development environment not a language you cant convert any language into it !!

    2, What makes you think that you can just convert HTML into a .Net language ?
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  4. #4

    Thread Starter
    New Member
    Join Date
    May 2010
    Posts
    2

    Re: how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

    Quote Originally Posted by NeedSomeAnswers View Post
    1, Microsoft Visual Basic 2008 Express Edition is a Development environment not a language you cant convert any language into it !!

    2, What makes you think that you can just convert HTML into a .Net language ?
    i dnt know dear wht is .Net

    how i convert in .net and wht is .net?

  5. #5

    Re: how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

    Quote Originally Posted by ShaNi Ax View Post
    i dnt know dear wht is .Net

    how i convert in .net and wht is .net?
    If you don't know what .NET is....how did you even find this forum?
    The .NET Language is a CLR (Common Language Runtime) by Microsoft. The CLR is an implementation of CLI (Common Language Infrastructure). The Framework has a few different "Languages" you can program in, a few being VB.net (Visual Basic .NET), C# and ASP.NET (for Websites).

    In order for us to help you, you need to learn how to program in Visual Basic .NET (This is a Visual Basic forum). We also could use the original code you used in your SMS Messenger to figure things out.

  6. #6
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

    i dnt know dear wht is .Net

    how i convert in .net and wht is .net?
    If you don't know what .Net is then why on earth do you want to convert HTML into it ?

    You do realise that the language is called VB.Net or Visual Basic.Net and the development environment is called Microsoft Visual Basic 2008 Express Edition.

    It sound like you need to do a bit more reading before you attempt anything of the sort !
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  7. #7
    Addicted Member condonethis's Avatar
    Join Date
    Apr 2010
    Location
    TX
    Posts
    133

    Re: how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

    the trick is to not include the html into the form, but rather build an app with webbrowser component included and have the html file out there in an accessable directory by the user, or .asp on a webserver.

    i recently did this for my work, and was quite pleased with the result, but having some issues with form positioning, as i want it to sit flush with the top right. i attached the solution and binary in a zip file link.

    MSGBanner

    Good luck!
    Chad

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

    Re: how to put html scoure code to Microsoft Visual Basic 2008 Express Edition

    I think you're looking to make web pages, in which case you need Visual Web Developer (it's for ASP.NET)

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