How do I make a spell check...?

Hey,

I searched for this, but none helped...

I am using Visual Basic 2005 express, and I need a spell check, but I can't figure out how to do this, if someone finds/knows a program that will let you put the words in it and it will give me the VB2005 express code thats fine, but if you want to give me code...I would be fine getting a 3 word spell check so I can go from there...ummm..I dont really want to use the MS Word spell check, k

Thanks




Answer this question

How do I make a spell check...?

  • dicksters

    these seem like they are for Visual C#...I using Visual Basic 2005 express.......



  • Vimla-Frank

    actualy, I found the 1.1 and now it works, hold on, the netspell one Is really confusing, so I gunna check out the other link you gave me...

     

    EDIT:

    Ok..never mind, the other one is worse...can u help me out witht he Net Spell thing



  • Andreas Masur

    I am looking forward to you solution!


  • Brian W. King

    ummmmm,

    uu, k so, what I am saying it it says I don't have .net framework and can u give me a link to download it

    And can someone tell me is VB 2005 express VB.net

    cause I thought they were 2 different microsoft compilers........



  • zgueney

    C# to VB converter....

    http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx

    Comes in handy.

    Zath


  • invc

    k, I will try it, assuming VB 2005 express is VB.NET...let me see here...................

  • Joe Malesich

    Visual Basic 2005 Express Edition is a IDE for VB.NET and can be found here and here is a list of all available framework version's.


  • MrMacisu

    K,

    well..I download 2.0, but it still gives me the error, I would use the zip and not the msi, but.....when I try to open the zip instead of downloading the msi it tells me the zip is invalid or corupt.....



  • jagadisha

    It shouldn't be hard to convert to VB.NET, only the syntax is different. But the class libraries are the same.

    And there are lot of tools that makes live easy with converting, just use a search engine to find them.
    If there are any problems converting some code, please let me know!


  • Tommy Williams - MSFT

    Check these articles at codeproject:


  • *George*

    hey,

    why is it a VB.net to C# coveterer Shouldent I be searching for C# to VB converter

    And Visual Basic 2005 express is VB.net

    just making sure before I start downloading stuff...



  • Dean S.

    k, ummm, aparently for the one I am gunna use the C# code from reqires .net framework 1.1 to be installed, I truy to find the install link but all I can find is the .net framework 1.1 SDK witch requeres .net framework 1.1, meaning that not it, can u give me a link to download the .net framework 1.1

    lol

    thanks



  • ryanmm1

    Just convert is to VB.NET code and try to use it in .NET Framework 2.0 if you allready got that running. The most 1.1 code will easy compile on 2.0 if it isn't doing to much fancy stuff.

    Most of the time only small changes have to be made. You can also run a upsize wizard to convert the C# 1.1 code to 2.0 and then convert it to VB.NET.


  • harolds

    k...I will try...

  • How do I make a spell check...?