Can't Create ActiveX Control

Jan 23, 2010

Working on getting a legacy app up and running again for work. I'm getting an error at run time that I can't create an activeX control. The suspect call is

oSQL = CreateObject("SQLDMO.SQLServer2")

I did a bit of googling and found that SQLDMO should be in a SQLDMO.dll. I've got that DLL referenced in my project but it is still failing.

View 1 Replies


ADVERTISEMENT

VS 2008 Create At ActiveX Control Using VB08 Xpress?

Jul 21, 2009

Im trying to build an activeX control to be used in excel using VB08 Xpress addition. I have found instructions to create a Class Library Project, then add a user control. Under Build there is only one option, Build "Project Name", no options, no nothing. The build creates a .dll file not an ocx (which I was expecting?)

The problem is that when I compile the control I get a .dll file that I cant register as a activeX control, therefore I cant use it in excel. Ive tried to create stupidly simple activeX controls, ie one label that says "Hello World", still no luck. When I try and register the .dll file, it doest work, therefore no dice with excel.

The strange thing is that within VB08 Xpress I can use the control in any Windows Form Application I create.

View 1 Replies

Failed To Import ActiveX Control (trying To Load A VC++ ActiveX Component Into A VB Project)?

Apr 8, 2009

I am trying to load an actixex component in a VB project which was made in Visual C++.n VBA it works fine.In VB6, when I try to load the component on the toolbox I get an "Error 35005"In VB2008 the component can be added to the toolbox, but when I try to place it on the form, the following error occurs: "Failed to import ActiveX control. Please ensure it is properly registered."

View 1 Replies

Non-modal Forms Cannot Be Displayed In This Host Application From An ActiveX DLL, ActiveX Control, Or Property Page?

Oct 20, 2010

How to Resolve following Error in .netNon-modal forms cannot be displayed in this host application from an ActiveX DLL, ActiveX Control, or Property Page.

View 1 Replies

.net - Create ActiveX.DLL In VB 2010?

Dec 14, 2010

I am trying to create an ActiveX.DLL file. I have created them before with VB 5.0. However, I can't find this option in Visual Basic 2010. Has it been renamed?

View 1 Replies

Can Not Create An ActiveX Component

Nov 1, 2009

I didnt know if this was the correct location to post this kind of question. My code is in C# however I am using the visualBasic. Interaction. CreateObject to connect to a OCX file. I notice that this works great for a while but if it continues to do its job for lets say a few days then I get and exception... "Can not create an ActiveX component." I am 100% sure that the ocx and dlls are registed correctly to the system.

View 2 Replies

Can't Create ActiveX Component

Jan 27, 2009

I am using the following code to send an email thru Outlook 2003:

Dim omsg As Object
Dim oRcp As Object
Dim objCDO As MAPI.Session

[Code].....

View 4 Replies

Cannot Create Activex / Using Excel In App

Feb 2, 2010

I wrote an app that writes to an excel file. It works fine on my computer. I create the install through VS2008 and it adds the needed files such as the office dll files. After installing it on another machine it shows it cannot create activex. Does excel need to be installed on the machine? Or is this another type of error?

View 2 Replies

Cannot Create Activex Component

Jun 30, 2010

I am develpoing a small vb.net forms application. From that trying to load the Autocad using the following code.[code]When creating the application for first time, it works fine. Loads the Autocad correctly. But for second time if run the application the following runtime error is occuring. "Cannot create ActiveX component" at the CreateObject line.I cant predict what is the problem. I've included the following references in my program.[code]

View 1 Replies

Cannot Create ActiveX Component?

Jul 26, 2010

I am developing a VB2008 application that makes use of the Office Access runtime.I started development on Win7 64-bit & Visa 32-bit machines.The application runs just fine on the machines with VB2008 installed.I have used a number of tools to build the application installation and I am running into the same thing on all target test machines (currently XP Pro).The system fails when the Office Access portion of the code starts to run.Below is the Just-In-Time debug info.

I also notice that .NET 2 is being called.Is it wise to make .Net3x the preferred .Net client?In the application, I have specificed .Net3 (however, it does not look like it is being called).The target test machine (XP Pro) has .Net 2.3 and 4 installed.See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.Exception: Cannot create ActiveX component.[code].....

View 12 Replies

Activex Control For Firefox 3.0.17?

Jan 12, 2010

how can i get activex contol for firefox 3.0.17

View 2 Replies

Activex Control For Sending Sms?

Sep 28, 2011

Do we have an activex control for sending sms using a modem?

View 1 Replies

ActiveX Control Won't Start?

Apr 27, 2009

I created an ActiveX Control in ATL, which I can succesfully use in for instance Internet Explorer. When I want to put that object in a VB.NET (2003) app, I get some problems.

First I 'Import' the control, using Visual Studio, so there are COM Interop DLLs created. Then I insert the control in the toolbox and drag/drop on a form. The control is succesfully created.

However, when I run the VBApp, it crashes. The debugger tells me that it gets a 'Class Not Registered' error.

Same when I create a pushbutton and create the object manually:

Code:
Dim AxQuest3DCtrl As Object
AxQuest3DCtrl = CreateObject("MyControl.MyCtrl.1") //crashes here
If AxQuest3DCtrl Is Nothing Then

[Code]....

View 3 Replies

Add Reference To The COM Swf ActiveX Control ?

May 5, 2010

I wont to add swf file to my Vb.net project. I'm using Visual Studio 2010. How can i insert swf file to vb.net project ?

View 7 Replies

Migrate A VB6 ActiveX Control To .net?

Jul 9, 2009

I have a legacy VB6 ActiveX control used in IE to provide control of a parallel-port device from a browser application. I wrote this thing about five years ago; It's a pretty simple control, and it doesn't require a lot of maintenance. However, I've noticed that running the VB6 tools is becoming more and more painful over time, so I'm looking at the possibility of migrating this code to VB.net 2008.This thing is super-simple. It implements IObjectSafety and exposes a single public method, which we call using Javascript. The control has no UI other than a single box with a caption that displays its name and version number-- useful for troubleshooting deployment issues.

How would I create the equivalent in .net? Am I creating an applet? Or a .net Assembly? Any gotchas to look for as I try to make this transition?(I should make it clear here that I'm not either a VB6 programmer or a .net developer-- I've dabbled in this stuff but it isn't my area of expertise, so go easy on me).

View 1 Replies

MS WebBrowser ActiveX Control?

Apr 11, 2011

I am using the WebBrowser control in Rockwell Automation's Factory Talk SE v. 6.0 to display a PDF file. Within the "Display_AnimationStart" routine, I call the function below to send a ctrl+h to the system to hide the toolbars, which has proven to be quite unreliable.

Is there a more direct, object-specific way to hide the browser's toolbars other than the SendKeys method?

Private Sub LoadPDF(Filepath As String)
SendKeys "^h", True
Me.WebBrowser1.Navigate2 (Filepath)
End Sub

View 5 Replies

Run A Page Containing An Activex Control

Jun 15, 2010

I'm developing in VS2005 on WS 2008 and I've created a windows application containing the webbrowser control.I am trying to run a page containing an activex control, the download prompt for the cab file appears even though the control is installed and running in IE on this machine.Also if I navigate to a site containing Flash, the content is not shown as if Flash is not installed, but it is and again runs fine in IE

View 1 Replies

ActiveX Component Can't Create An Object

Dec 10, 2009

I am getting error : ActiveX component can't create object. Actually I have VB6 Dlls where business logic is reside and I am calling that dll function in my vb.net application , all dlls are dependent on other dlls.I am getting the error from one of the dlls

View 4 Replies

ActiveX Component Can't Create Object?

Nov 30, 2009

I have VB6 ActiveXDLL called A.dll , I am referencing this DLL into my VB.Net Application.Now I am calling a function of A.dll in this project. A.dll function is referring to the function of B.dll ,C.dll ,C.dll further referrer to Z.dll and so on.when I am executing application it gives an error from B.dll that ActiveX component can,t create an object.

View 4 Replies

Cannot Create ActiveX Component Error From Web Using VB6 Dll?

Mar 15, 2010

I created a VB.NET web site that must use an existing VB6 dll. In the VB.NET code, I use the dll like this:

Dim objTEST As CAPObject.TESTCls
"CAPObject.TESTCls")
objTEST.SetDefaults()

[code].....

View 1 Replies

Cannot Create ActiveX/CreateObject(). - Permissions?

Jun 30, 2011

I am troubleshooting a program that normally works, and has worked in the past on the machine I am working with.I am a very novice programmer, I didn't program this myself I am just trying to get it to work.I have done as much research as I can, which has lead me to believe it is permissions problem with the CreateObject command.I have tried a fix in the .net 2.0 machine.config file, changing the processModel user to System, that didn't help.The machine does have norton on it, and norton was installed since the program stopped working. However I have tried disabling norton and running the program. A friend suggested it might be some settings on the computer that Norton changed hence disabling it not helping.Here is the error:See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.[code]... When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

View 2 Replies

How To Create Activex Controls Just Like Osenxpsuite

Jul 1, 2011

how to creat activex controls just like osenxpsuite

View 1 Replies

WorkSite SDK - Cannot Create ActiveX Component

Jul 10, 2011

I am attempting to learn how to develop applications to interact with the Autonomy WorkSite 8.5 server and have found the WorkSite DB Administrators COM Developers Reference Guide, it has helped me somewhat and I can now see the types of objects that I can interface with, however I am stumbling on showing the members of a group. [Code] Can anyone offer any assistance on this problem? I have read on page 21 of the DB Admin COM guide that it mentions to execute iManAdmin - REGSERVER from the command prompt, however this will not work for me with Windows reporting that the file doesn't have a open with program set. I am running Windows 7 64bit.

View 1 Replies

[2005] Cannot Create ActiveX Component?

Mar 12, 2009

I have a DLL that utilizes the Redemption Outlook Library. This is included in the DLL's Reference on the Project Properties Tab. This is a DLL that I wrote and one of its newest features is its ability to send an email.This DLL is called by a Click-Once program that has a GUI. When the program called the DLL and at the point of sending the email....I receive the "Cannot create ActiveX Component" error. So, in the Click-Once application, I also referenced the Redemption Outlook Library thinking that would fix the problem but it didn't. The Click-Once app resides on a server with other Click-Once apps. In it's irectory structure the DLL is also present and now....so is the Redemption Outlook Library DLL. I'm all out of ideas. Here is the code that sends the emails below.

Private Sub SendEmailToUser()
Try
Dim Application = CreateObject("Outlook.Application")

[code].....

View 6 Replies

.NET ActiveX, Windows User Control, Or Something Else?

Mar 25, 2010

I have the need to embed what I want to call an ActiveX component into a webpage on my intranet. The reason I want to do this is, I'd like to check if a USB security token is inserted on the end users PC.

My question is: what do I need to be researching to accomplish creating a control which can be embedded into Internet Explorer when programming in VB.NET?

View 1 Replies

ActiveX Control (.ocx) Behavior At Runtime?

Dec 31, 2009

I am developing an application in Visual Basic under Visual Studio 2008 Professional. As part of this application I am using a third-party ActiveX control (.ocx file). After building the installer (.msi file) using the deployment tools in Visual Studio, I tested it on a clean system. The install appeared to run successfully--folders are created, files are copied, and the .ocx is registered. However, when I tried to run the application I received an error telling me "You must have a license to use this ActiveX control." This would be expected on the development machine, but should not happen on the client system, i.e., in the runtime environment.

On previous builds of the application, I did not receive this error. Besides updates to the application itself (the part I created, that is), I was using NSIS to create the installer, rather than the tools in Visual Studio. The application cannot run without the .ocx in question, so this error is a show-stopper.

View 14 Replies

ActiveX Control - Trapping Tabs

Dec 6, 2011

i am creating an activeX control... in this control i want to manage what the tab key does. i may a user interface that allows tabs in the textbox or it might move the user to the next screen. i have everything working in the IDE, but when my activeX is loaded into the 3rd party application the tabs no longer trigger the key down event. i assume this is because the parent application has tab stops is there a way on a control by control basis to stop the normal execution of tabs?

View 1 Replies

Embed An Activex Control (.ocx) Created Using VB6.0

Jul 10, 2009

I am trying to embed an activex control (.ocx) created using VB6.0. It's a bare bones usercontrol with no extra code, just for testing purposes. But when I embed this control in one of our windows forms in our legacy development environment (Gupta Centura V3.1), running as an MDI child in an MDI context, the main menu bar of our runtime MDI disappears.

[Code]...

View 3 Replies

Failed To Import ActiveX Control?

Jun 7, 2006

I am using VB2005 express and VC#2005 express. With my old friend VS2003, whenever i needed to add flash to my WInforms, all i needed to do was to add the control as a com component and drag it on the stage from the toolbar. Now, when i did the same in new express version, althogh it is added in the toolbars and the references list, but still, whenever i try to drag a shockwave flash instance on my win form, i get the error: Failed to import ActiveX control, please ensure it is properly registered.

does some one have any idea how to add flash comntrol as we used to do in earlier versions?

View 1 Replies

Using The Same ActiveX Control In Different Forms: 2010?

Aug 11, 2011

I am writing a customized data acquisition application in VB2010. The maker of the data acquisition hardware has provided an ActiveX control that has methods, properties, and events that can be used to interface with the hardware device.My problem is that I'd like to reference the same control (ideally the same instance of the control) on multiple forms.

To begin, it is necessary to initialize the device, sending the control information like sample rate, number of channels, etc. Then you can use methods to start or stop getting data and read properties, like the number of samples taken, or an array of the
actual data. The device also provides events, like a DataReady event that fires when a certain number of samples have been taken, and a DeviceError event that fires if the device is not present.

My program will have several forms:

1) a main menu that opens on startup and that should initialize the unit and determine whether it is present.

2) a daily check form that will get values from the device to determine whether the electronics are good.

3) a test setup form that will get values from the device to zero (tare) the input channels.

4) a run test form that will acquire and process the actual test data.

If I include separate instances of the control on each form, I need to initialize and stop the control when the forms open and close. I started to build an interface class that the forms could share and that would deal with all of the methods, but I get tripped up trying to pass the control's events back to the form.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved