Hi, which is the best to create components and why? vb/vc++
Venkat.
Printable View
Hi, which is the best to create components and why? vb/vc++
Venkat.
Components are best created via C++ because of performance reasons, but the learning curve is much steeper in C++ than creating components in VB
Depends on the components you make, and why you make them. I've never had real performance problems with VB.
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
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 :-)