PDA

Click to See Complete Forum and Search --> : Choosing a language


WeezelDS
Apr 15th, 2005, 01:23 PM
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

moinkhan
Apr 15th, 2005, 01:34 PM
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..

Hack
Apr 15th, 2005, 01:46 PM
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,
SidIt 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.

mendhak
Apr 15th, 2005, 11:17 PM
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++.