Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 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 August 22nd, 2003, 12:38 PM
Registered User
 
Join Date: Jun 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default How 2 Solve ActivexComponents err

Hai all
I am a VB Programmer in India.I developed one Project
where i have 6 diff Dll, throu my Form if Initiate the instance for dll using Create Object projName.Classname. it works some time.
When i double click fastly it is saying ActivexComponents Cannot be Created error,
I donot know why it so!

Can anyone Help me , It is very Urgent

Thanks in advance
Amar

Failure is not a Defeat it is just a Delay
 
Old December 10th, 2003, 05:25 AM
Authorized User
 
Join Date: Jun 2003
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default

can you post the code where the Dll's should be created. Also is there are reason why you are using late binding as opposed to early binding of the DLL's?

 
Old December 10th, 2003, 05:29 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

Bill, using CreateObject does not necessarily mean that late binding is being used. Early or Late binding is determined by the Dim statement not the creation statement.
Dim x as Object ' Late Binding
Dim y as Project.Class ' Early Binding

I agree though, post the code :D





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to solve "server has not yet been opened" Err jigneshsoni Access VBA 0 June 6th, 2005 10:47 PM
how to solve "server has not yet been opened" Err jigneshsoni Crystal Reports 0 June 6th, 2005 10:43 PM
the err of SignOut allanhu BOOK: ASP.NET Website Programming Problem-Design-Solution 3 May 3rd, 2005 09:13 PM
Err in ShoppingCart.aspx Blueman137 ASP.NET 1.0 and 1.1 Basics 0 March 19th, 2004 09:18 PM





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