Results 1 to 5 of 5

Thread: Creating Components thro vb/vc

  1. #1

    Thread Starter
    Hyperactive Member venkatraman_r's Avatar
    Join Date
    Jul 1999
    Location
    Chennai, INDIA
    Posts
    284

    Post

    Hi, which is the best to create components and why? vb/vc++

    Venkat.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    Components are best created via C++ because of performance reasons, but the learning curve is much steeper in C++ than creating components in VB

  3. #3
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386

    Post

    Depends on the components you make, and why you make them. I've never had real performance problems with VB.

  4. #4
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    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
    www.cintelsoftware.co.uk

  5. #5
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386

    Post

    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 :-)

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