Results 1 to 7 of 7

Thread: VB and ActiveX EXE

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    15

    Thumbs down

    Have been using VB for a while now, mostly Active X DLL with Intranets.

    Come accoss a problem that can be solved pretty easily by an ActiveX EXE being downloaded onto the Intranet Users machines.

    Question: -

    Does the user need the VB runtime environment in order to run the ActiveX?

    VB Runtime is about the size of my Johnson and the machines go DLL/re-boot crazy before I can use my cool code!

    Help would be appreciated ....
    brock loves to code

  2. #2
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266
    I asume that you are NOT talking about the IDE, but about the run time library....

    It depends on if your ActiveX component references any VB runtime environment library.

    If not, then, no. You don't need the run time library.
    You only need to register your ActiveX EXE component on the user's machine. Just run it, it will register itself.
    With a DLL, use "regsvr32.exe" to register your component.
    jovton

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    ALL VB apps (EXE, DLL, AX EXE, etc.) require the VB runtimes

  4. #4
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266

    Question

    You mean MSVBVM60.DLL?
    jovton

  5. #5

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Posts
    15

    Exclamation So - Basically

    What you guys are saying is, if I want to write an ActiveX EXE for an Intranet environment, if I use VB its going to be humungai!

    Cheers - I am reaching for my "Learn C++ in 21 days" book now so I can write my tight little prog!
    brock loves to code

  6. #6
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    If you can guarantee that your users already have the VB runtime installed, then it shouldn't be a problem. FYI, one of the later service packs for Win NT 4 adds msvbvm50.dll and msvbvm60.dll to the computer.

    Josh
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  7. #7
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266
    The way I see it... MSVBVM60.DLL is not that big. It's only a matter of copying. What's the reboot fuzz?
    jovton

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