[2005] Using Vb6 ActiveX OCX

Apr 15, 2008

I have an activeX OCX which i used in my program in vb6 (it is a 3rd party component), it actually interfaces with a PLC to do some work. Now i am porting my VB6 app to vb.net (Console application), i tried to reference it and create an instance of the activeX. But i realised that my instance is always = nothing. Here is the code snippet of what am i doing and i have attached the activex ocx in a zip file. Will anyone test it if it will work in vb.net (Console apps only).

[Code]...

View 5 Replies


ADVERTISEMENT

VS 2005 Activex Spreadsheet Component In Visual Basic .net 2005?

Oct 11, 2010

I have developed win application on win XP with office 2003 using visual studio .net 2005.I am using Microsoft activex spreadsheet component.I installed my application on win 7 with office 2007, i get runtime error when i load the screen on ehich i have used that component. it says "Attempted to read or write protected memory. This is often an indication that other memory is corrupt"My AxInteropx.Owc11.dll and Interop.Owc11.dll are in same directory where .exe is stored.

View 3 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

VS 2005 : Old ActiveX Control No Longer Supported?

Jun 10, 2011

I have these robots. The maker of the robots (Sankyo) wrote some ActiveX controls. Some work, some don't. There is absolutely no support on the ActiveX from Sankyo or anybody else. I think except for parts and service Sankyo is out of the robotics business in the US.The examples are in VB6. Here is one example of one that does not work:

GetPosition(taskSpec As Long, coordType As Long, posArray As Variant)
Dim vPoints(3) As Single
SRSync.GetPosition 1, 1, vPoints

The error I get is a cryptic hex code that I can't find anything on. If I try the exact code above in VB6 I get a message that says that the vPoints variable is not the right kind of array. I have tried all kinds of data structures in both vb6 and vb.net including just a simple object. I suspect that the data is coming back in some kind of structure that makes vb puke.I have read about marshaling but an still confused. In this case I don't understand the underlying mechanics of how the returned stream of data gets converted into the variable "posArray".I am thinking that if I could just get a look at what is being returned then I could create some kind of code that could chop it up and make it usable.

View 5 Replies

VS 2005 Installing And Using Older ActiveX Controls

Jun 6, 2011

I have some work I need to do with some older ActiveX controls. When I install the controls (outside of Visual Studio) I get an error message:

Quote:

The procedure entry point SRWriteStringLocalCmd could not be located in the dynamic link library SankyoMP.dll

Doing a little research I get a whole bunch of different answers. Microsoft says that this is because it was written for an older version of Windows (2000 or before, I am using XP) and to contact the vendor. The vendor is out of business.

Does anybody know of a way to install and use this older ActiveX control in VB.net/Visual Studio 2005?

View 4 Replies

[2005] Add Click Event To An ActiveX Control?

Jan 8, 2009

I am working with an ActiveX control and need the ability to detect a mouse click. The problem I've run into is that this ActiveX control does not have a Click event. Is there a way to add a Click Event to this control?

View 3 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

[2005] Organization Chart Dynamically Using Activex Or Visio Components

Feb 2, 2009

I have table .I need to create a Organization chart dynamically using activex or Visio components and display it in my appplacation usingr vb.net programming

View 6 Replies

64 Bit ActiveX DLLs?

May 27, 2011

I've seen quite a few questions about calling 32 bit ActiveX components on 64 bit platforms - as I understand it you can't create a 32 bit ActiveX component from a .NET application running in X64 (native) mode. This is OK and I think I understand it.But my question is more basic. Is there such a thing as a 64 bit ActiveX component? or is ActiveX always 32 bit, period?

View 5 Replies

Activex Com .dll Not Working Under Ie8

Nov 19, 2009

I have a COM dll that has been developed under vb.net. The Control works just fine in IE 6 and IE 7, but when IE 8 tries to load the control, the browser crashes. I look at the event viewer and I get an error 1000 about iexplorer.exe and mshtml.dll. Do I have to build this com dll with IE 8 on my development machine? How can I track down what is wrong with the Control?

View 2 Replies

Activex Not Working Ie8?

Sep 23, 2009

I created an activex in vb6 and used it asp.net. It work perfectly in ie6 . But not working in ie8 . No errors showing. In security setting I enabled activex option just like i changed in ie6. Only the small square i can see in ie8.

View 2 Replies

Add A ActiveX To Program?

Jun 17, 2009

I added an ActiveX dll to my program in VB.NET (Project/add reference/COM Tab).i put the control on a windows form, but when i try to start debugging it gives this error: 'Unable to get the window handle for the'AxMyActivex'control. Windowless ActiveX controls are not supported.

View 1 Replies

Proper Way To Use Activex?

Mar 5, 2011

I use thrid party activex control/ dll/ocx file. I add them by using choose items and browse the desire file. When i deploy the application is that works?If not where i add these files which are use at any system where i install my application.

View 2 Replies

Redimming/Using An ActiveX DLL's UDT?

Sep 7, 2009

I am converting an application to Visual Basic .NET.I have an ActiveX DLL that I must use that contains a PublicNotCreatable class that contains these user defined types:

Public Type CSGSelectionItem
Primary As Long
Sub As Long

[code]....

I have come across a couple of problems with this. The most important problem is that VB.NET doesn't want to let me Redim the 'ItemList' of a variable with a type of CSGShapeSubSelection:

Dim cdtShapeSubSelection As CanvasSG.CSGShapeSubSelection
ReDim cdtShapeSubSelection.ItemList(lSelectionItemListCount - 1)

I get an error: 'Redim' statement requires an array.Also, it seems as though VB.NET has no knowledge of what CSGSelectionItem is. So, when I type:cdtShapeSubSelection.ItemList(0).I get no auto-complete suggestions of any value. I would have expected suggestions of "Primary", "Sub", and "OperationControlEffect", but instead I get "Equals", "GetHashCode" etc.

View 7 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

.Net Program With COM ActiveX Capabilities?

Jun 9, 2011

I created a program with a textbox on it and a button that does something with the text in the textbox.How do I make that program COM visible, load it and automate it from another project?My goal is to be able to automate the program using COM:

Dim myProj as object = createObject("myProgram")
myProj.setText("Hello World")
myProj.buttonClickEvent()

Similar to how you can load a new excel and automate via interop:

dim xl as object = createobject("excel.application")
Dim wb as object = xl.workbooks.add
Dim ws as object = wb.worksheets(1)
ws.cells(1,1) = "i love stackoverflow"

How do programs do this? I'm looking for the answer VB.Net specific.

View 1 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

Activex Controls Cannot Be Displayed Because Either?

May 20, 2012

I have created a created a webbrowser on a form and pointed it to [URL]..when i use the web form to change a verb, part way through navigation i get an the error:

Title Windows Internet Explorer body one or more activex controls cannot be displayed because either:

1) Your current security settings prohibit running activeX controls on this page or,

2) You have blocked a publisher of one of the controls

As a result the page might not display properly.

View 1 Replies

ActiveX DLL Not Working On Different Workstation

Mar 30, 2010

I have created a VB ActiveX Control. I embed the DLL using the following semantics. It appears to be working fine in my local machine. However, it does not in other's workstation. But I was not able to generate the LPK file using the LPK_tool.exe since the ActiveX control did not show up in the list.

<object id="printUtil" name="printUtil" classid="CLSID:440616e0-8d63-47b8-b16d-4fd281dc652b" >
</object>

View 1 Replies

ActiveX Project With Win Form?

Nov 1, 2010

I develeped VB.NET solution composed of two projects: 1 Win Form project and 1 class library (.dll) project.I need to import all the .NET solution to a "Lab View" project ("National Instruments" product) as an ActiveX object (or suitable LabView object to import from .NET as well). The "Lab View" view interface shoulf have a button which call the WinForm interface.Is it possible? I think that there could be some problems with Win Form project, that is difficult to set inside an ActiveX .NET project.

View 2 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

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

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

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







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