Results 1 to 4 of 4

Thread: Choosing a language

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    27

    Question Choosing a language

    Hello,
    I'm trying to pick a language/platform for a small to medium size app. I tried to use VB.NET 2003 only to realize that it requires the user to have the .NET framework and penetration is not high enuf, so a lot of ppl would end up having to download it, which is not good. So i'm thinking either VB6 (yikes, its old!) or Borland C++ (yikes, long development time!)....here's the programs requirements:

    Needs to talk across a network securely
    Needs to transfer files over a network (doesnt need to be secure)
    Needs to draw simple graphics in full screen mode (2d boxes, lines and text)
    Needs simple windows forms (of course)
    The program itself can't be a big download (no VB.NET, framework is too big)

    I havent used vb6 in a while, can it do all that stuff?....would i be better off w/ borland C++ or some other platform?

    Thanks,
    Sid

  2. #2
    Frenzied Member moinkhan's Avatar
    Join Date
    Jun 2000
    Location
    Karachi, Pakistan
    Posts
    2,011

    Re: Choosing a language

    Quote Originally Posted by WeezelDS
    Hello,
    I'm trying to pick a language/platform for a small to medium size app. I tried to use VB.NET 2003 only to realize that it requires the user to have the .NET framework and penetration is not high enuf, so a lot of ppl would end up having to download it, which is not good. So i'm thinking either VB6 (yikes, its old!) or Borland C++ (yikes, long development time!)....here's the programs requirements:

    Needs to talk across a network securely
    Needs to transfer files over a network (doesnt need to be secure)
    Needs to draw simple graphics in full screen mode (2d boxes, lines and text)
    Needs simple windows forms (of course)
    The program itself can't be a big download (no VB.NET, framework is too big)

    I havent used vb6 in a while, can it do all that stuff?....would i be better off w/ borland C++ or some other platform?

    Thanks,
    Sid
    VB can do ANYTHING.......
    or
    maybe..
    Java can be used..

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

    Re: Choosing a language

    Quote Originally Posted by WeezelDS
    Hello,
    I'm trying to pick a language/platform for a small to medium size app. I tried to use VB.NET 2003 only to realize that it requires the user to have the .NET framework and penetration is not high enuf, so a lot of ppl would end up having to download it, which is not good. So i'm thinking either VB6 (yikes, its old!) or Borland C++ (yikes, long development time!)....here's the programs requirements:

    Needs to talk across a network securely
    Needs to transfer files over a network (doesnt need to be secure)
    Needs to draw simple graphics in full screen mode (2d boxes, lines and text)
    Needs simple windows forms (of course)
    The program itself can't be a big download (no VB.NET, framework is too big)

    I havent used vb6 in a while, can it do all that stuff?....would i be better off w/ borland C++ or some other platform?

    Thanks,
    Sid
    It sounds like something VB6 can do pretty easily and with just the controls that shipped with it, so no need to rollout the extra dependency files that would be necessary with third party controls.

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

    Re: Choosing a language

    Quote Originally Posted by WeezelDS
    Hello,
    I'm trying to pick a language/platform for a small to medium size app. I tried to use VB.NET 2003 only to realize that it requires the user to have the .NET framework and penetration is not high enuf, so a lot of ppl would end up having to download it, which is not good. So i'm thinking either VB6 (yikes, its old!) or Borland C++ (yikes, long development time!)....here's the programs requirements:

    Needs to talk across a network securely
    Needs to transfer files over a network (doesnt need to be secure)
    Needs to draw simple graphics in full screen mode (2d boxes, lines and text)
    Needs simple windows forms (of course)
    The program itself can't be a big download (no VB.NET, framework is too big)

    I havent used vb6 in a while, can it do all that stuff?....would i be better off w/ borland C++ or some other platform?

    Thanks,
    Sid

    With VB6 you'll be shipping the runtime files along with it as well, which makes it just another "large" download.

    If you're so worried about the download sizes, then you might as well go for C++.

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