Results 1 to 6 of 6

Thread: Visual Basic Project Type???

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    247
    Can someone give me a clear understanding and concepts of the different type of Visual Basic Projects. If there are site that give examples of each type, please post.

    Currently, I know how to use
    • Standard Project
    • ActiveX Control
    • VB Application Wizard
    • AddIn


    I like to know the concepts behind these project types.
    • ActiveX EXE
    • ActiveX Dll
    • ActiveX Document EXE
    • ActiveX Document Dll
    • Data Project
    • DHTML Application
    • IIS Application
    • VB Enterprise Edition Control
    • VB Professional Edition Control
    • VB Application Wizard Manager


    Thank you and greatly appreciated for any info.
    Mako Shark
    Great White

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    247

    Talking

    Anyone out there?
    Mako Shark
    Great White

  3. #3
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ....

    Check out the MSDN help for the project types.

    All ActiveX types refer to ActiveX components. Standard EXE is a normal application. Data Project is used for creating database-related apps quickly.

    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  4. #4
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    • Standard EXE - This is the type of project you would use to create a standard Windows program (.EXE file). You will probably use this type of project most often.
    • ActiveX EXE - This is an automation server that performs tasks as part of a multiple-tier application. The end result is a program that contains public classes that can be accessed by other programs or can run by itself. This used to be known as an OLE automation server.
    • ActiveX DLL - This is a remote automation program created as a DLL. ActiveX DLLs cannot run alone; however, because an ActiveX DLL runs in-process, it is faster than an out-of-process ActiveX EXE.
    • ActiveX Control - With this option, you can create your own custom controls (OCXs). These can be used in your Visual Basic programs or in any ActiveX-capable application.
    • VB Application Wizard - If you want something quick and generic, this option builds the skeleton of an application (similar to a word processor template). You can then customize the application to suit your needs.
    • Addin - This type of program is used to provide additional functionality to Visual Basic itself. An example of an add-in is the Visual Data Manager
    • ActiveX Document DLL - This type of project creates a DLL that can be utilized by applications running within Microsoft Internet Explorer
    • ActiveX Document EXE - This type of project creates an application that can run inside Microsoft Internet Explorer.
    • IIS Application - (Internet Information Server)

    That's all I know (text as is from Using Visual Basic 5 Second Edition by Mike McKelvy, Jeff Spotts, and Brian Siler)
    P.S. Sorry for adding stuff you already know. I just didn't feel like removing them (Copy-Paste method)

    [Edited by QWERTY on 07-29-2000 at 12:57 AM]

  5. #5
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ....

    Thanks, QWERTY for being so descriptive. I know all of it, but was too lazy to write all that down. Must stop being like that.
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Posts
    247

    Talking

    Thanks QWERTY for taking the time.
    Mako Shark
    Great White

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