Results 1 to 15 of 15

Thread: Looking for RAD to replace VB 6.0

  1. #1

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    Looking for RAD to replace VB 6.0

    Hello All,

    I am considering a replacement for VB 6.0, any information would be very helpful.

    I considered the following candidates

    1. Visual Studio.net: Expensive

    Does .net support other OS apart from Windows ??

    2. Delphi: Looks like VB but is expensive

    3. RealBasic 2007

    They claim VB applications can be easily integrated, support for all platforms included.

    The trial version slowed the computer to a snail's pace....

    3. Lazarus:

    Open Source, Support for all platforms, has an IDE like Visual Basic...I am downloading the software...

    Are there any other RADs that are worth considering.......

    thanks

    aa

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Looking for RAD to replace VB 6.0

    The .NET express edition as not expensive.

    In fact, they can be downloaded from Microsoft's web site for free.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Looking for RAD to replace VB 6.0

    You can also get the Express version of SQL Server 2005 if you want.

  4. #4
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: Looking for RAD to replace VB 6.0

    Although its windows only for .net at the moment. There is the mono project for linux and ive heard that there trying to implement a framework that will fit on a microchip.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Looking for RAD to replace VB 6.0

    Would that still be a RAD environment?

  6. #6
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Looking for RAD to replace VB 6.0

    Quote Originally Posted by CodedFire
    Although its windows only for .net at the moment. There is the mono project for linux and ive heard that there trying to implement a framework that will fit on a microchip.
    What do you mean? .Net fits on a microchip right now... in your desktop.

    Microsoft has said before they're only interested in developing the .Net framework for their OSes so the only support you're going to get .Net wise on other platforms is Mono.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  7. #7
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Looking for RAD to replace VB 6.0

    Quote Originally Posted by arunb
    I am considering a replacement for VB 6.0, any information would be very helpful.
    If you're using just Windows (maybe some minor Linux), then I would go with .Net. Many items in .Net 2.0 will work with Mono so you may be able to do some minor Linux / OS X applications but remember, at least on OS X they won't execute like native applications. I think you may need to do some additional work to make it look like a native app.

    If you want cross-platform then you should look at either Java or wxWidgets. Java will be more RAD like and will work on all platforms. wxWidgets can be used with C, C++, Python and possibly more languages (I'm only familiar with the C++ side of things) and allows you to build your application fairly easy and quickly but you'll need to use a lower level language. Using wxWidgets is almost RAD as you can get a GUI up really quick but there are somethings, since it's using a lower level language, that may be more time consuming.

    So go with .Net for Windows (and maybe very minor Linux) RAD.
    Go with Java for cross-platform RAD.
    Go with wxWidgets for cross-platform almost RAD.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  8. #8
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: Looking for RAD to replace VB 6.0

    Quote Originally Posted by kasracer
    What do you mean? .Net fits on a microchip right now... in your desktop.

    Microsoft has said before they're only interested in developing the .Net framework for their OSes so the only support you're going to get .Net wise on other platforms is Mono.
    I heard its an extesnion of the micro framework, although maybe im picking it up wrong and it is a project involving the micro framework. anyhow micro framework: http://www.ecnmag.com/embedded-dot-net.aspx

    @Hack: never tried mono so i wouldn't be able to say if thats a RAD, although the micro framework plugs into Visual Studio so it would be a RAD.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

  9. #9
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Looking for RAD to replace VB 6.0

    Quote Originally Posted by CodedFire
    I heard its an extesnion of the micro framework, although maybe im picking it up wrong and it is a project involving the micro framework. anyhow micro framework: http://www.ecnmag.com/embedded-dot-net.aspx
    Ah I haven't seen that before. Cool and good read
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  10. #10
    Fanatic Member CodedFire's Avatar
    Join Date
    Aug 2007
    Location
    In Cog Neato
    Posts
    568

    Re: Looking for RAD to replace VB 6.0

    Yeah looks good alright, came across the idea in MAKE mag. Anyhow back to the topic, i suppose it VS would be a good rad for the OP. Anyhow its free so there is no point NOT having it.
    Languages: Visual Basic 05/08, C# 08
    IDE: Express Editions
    Framework: 2.0, 3.0, 3.5


    Lesson 5: Don't take domestic advice from perpetual singles. - Mendhak

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

    Re: Looking for RAD to replace VB 6.0

    ICSharpCode is another free one, isn't it?

  12. #12
    Hyperactive Member
    Join Date
    Jul 2005
    Location
    In A House :)
    Posts
    291

    Re: Looking for RAD to replace VB 6.0

    Quote Originally Posted by mendhak
    ICSharpCode is another free one, isn't it?
    the product name is actually sharpdevelop iC#code is the group that put it together, quite nice for a freebie actually.
    --"Tap Dancing On The Brittle Edge Of Sanity"--

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

    Re: Looking for RAD to replace VB 6.0

    Ah right, SharpDevelop. I wouldn't know of course, what could possibly beat Visual Studio?

    (Aside from two Visual Studios)

  14. #14
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Looking for RAD to replace VB 6.0

    XCode is actually pretty nice. Still doesn't beat Visual Studio but it's better than SharpDevelop. Unfortunately you better know Objective-C or C++ to use it.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  15. #15

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    Re: Looking for RAD to replace VB 6.0

    just checked out lazarus ide, it uses freepascal and is free, it also supports windows,linux and mac.

    the ide is similar to vb and I could very easily make an application in just a few minutes..

    bye
    a

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