Results 1 to 4 of 4

Thread: Active EXE

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    Active EXE

    Hey,

    I vb 6 you were able to create an Active EXE which you could run as a stand alone and expose some classes.

    What's the equivalent in VB.NET??
    Don't anthropomorphize computers -- they hate it

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    you can create Class libraries in .net , i think thats about as close as the activeX dll's that can be made in vb6.
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  3. #3

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    Thanks,

    But I want to be able to run the file as a stand alone as well.

    A Class library compiles a dll which can only be referenced.
    Don't anthropomorphize computers -- they hate it

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Look into remoting which can deal out/serve the classes from an exe.

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