Wrox Programmer Forums
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 23rd, 2003, 05:18 AM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Create an ActiveX DLL ....

Hello all, i'm new in this things...
i create a ClassLibrary project(and checked "Register for COM Interop" option), to make a DLL, but would like to define the Startup Object....isn't possible???

 
Old September 23rd, 2003, 08:43 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

A. When .Net builds the library it always goes to a DLL, but it's a .Net Assembly DLL not a COM dll. Unless you actually need to use this .Net assembly from a COM application, you do not need to check "Register for COM Interop".

B. There is not startup object in a Class Library. It's a library, not an application. Sounds like you need to create another project (Windows Forms App perhaps?) so you can test your library.

Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Advantages /Disadvantages of ActiveX DLL & ActiveX priyank Beginning VB 6 6 February 19th, 2007 11:34 AM
ActiveX DLL Joann Beginning VB 6 6 January 25th, 2007 08:50 PM
creating an activex dll amc VB Components 7 June 25th, 2004 05:10 PM
ActiveX Exe and Dll Vasudevan VB How-To 1 September 26th, 2003 07:48 AM
Distribution of ActiveX DLL james gold Pro VB 6 6 September 10th, 2003 11:13 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.