PDA

Click to See Complete Forum and Search --> : Creating Components thro vb/vc


venkatraman_r
Jan 5th, 2000, 02:15 PM
Hi, which is the best to create components and why? vb/vc++

Venkat.

Clunietp
Jan 5th, 2000, 02:28 PM
Components are best created via C++ because of performance reasons, but the learning curve is much steeper in C++ than creating components in VB

Crazy D
Jan 5th, 2000, 02:45 PM
Depends on the components you make, and why you make them. I've never had real performance problems with VB.

KENNNY
Jan 5th, 2000, 04:15 PM
vb6 pro or enterprise compiles to native code, like c++ does, so its nearly as fast as c++ when compiled into a dll/ocx/exe
so ui may as well use vb

------------------
cintel rules :p
www.cintelsoftware.co.uk

Crazy D
Jan 5th, 2000, 05:02 PM
only bummer is that you need the runtime dll's to use the control.. but then, if you use 'em in a vb program, that's no problem :-)