Click here to Skip to main content
Page 1 of 8
Page Size: 10 · 25 · 50


Tag filtered by:  ActiveX [x]
Answer 11 May 2013   license: CPOL
And Bingo was his name o!MSCOMCT2.OCX exists but is not registered by default in x64 SP1Now it works
Question 8 May 2013   license: CPOL
I should say at the outset that this problem may not be limited to win7 x64 as I just haven't tested any other OSes yet except I can say that I have not had a problem with XP 32bit.I wrote a 64 bit COM plug DLL for a larger 64 bit commercial applicationMy DLL starts and talks to, a UI that...
Question 5 May 2013   license: CPOL
Hi,I have a question of OCX.I got the OCX/Demo sources which are coded by VC++6.After I upgrade these codes to VS2008 and rebuild all of them,there are no errors!But when I open the main dialog of the demo program and double click the OCX object on the dialog,the visual studio 2008...
Question 1 May 2013   license: CPOL
Hi,I have an out of process server running as windows services.I have made another application which instantiate the class defined in the out of process server. But when it calls a method of the class, it just hangs. It though runs fine when the out of process is not running already. When...
Question 1 May 2013   license: CPOL
Hello,I created a simple AxctiveX control which would change its color in response to popup menu. I dynamically created a menu in the function OnContextMenu of the control. The problem is, if i call TrackPopupMenu() , passing 'this' as a Cwnd*, the popup commands are not enabled. Can someone...
Question 27 Apr 2013   license: CPOL
Longshot here ...I'm trying to subclass a tree control in a plugin to a 3rd party application. The application hosts the control but does not expose enough functionality to manipulate it in the plugin.The tree control is an Infragistics ActiveTreeView (SSTree.ocx).the windows class is...
Article 26 Apr 2013   license: CPOL
This article talks about how to use Dynamic Web TWAIN ActiveX control with Internet Explorer Protected Mode.
Question 22 Apr 2013   license: CPOL
hey ...i used this code to compile a source in run time. Microsoft.CSharp.CSharpCodeProvider cscp = new Microsoft.CSharp.CSharpCodeProvider(); System.CodeDom.Compiler.CompilerParameters cp = new...
Question 21 Apr 2013   license: CPOL
Hi all!i have created a button control activeX MFC, and created property 'Text' , it same 'caption' of basic button.however, after i compile, use on VB.net, that ok. But C++ application MFC, caption not change now, but when i move it on design dialog, it changed.i do not understand...
Answer 21 Apr 2013   license: CPOL
use different texts so you will see, that you see a different text value than, you want to see.Check that you are using the right handle. Check the result and read the docs:http://msdn.microsoft.com/en-us/library/windows/desktop/ms633546(v=vs.85).aspx[^]
Answer 18 Apr 2013   license: CPOL
It depends on architecture of your application.Any COM method accepts only "known" parameters in its methods which are primitive datatypes, VARIANT-based or user defined interfaces. So if you want to invoke some method in its implementation it must be defined in some other interface. And your...
Question 18 Apr 2013   license: CPOL
Hello,I tried to add a function with a function pointer as parameter to my ATL C++ project.Unfortunately, VS2008 doesn't provide function pointer as parameter type! :-(In my non-ATL DLL library, I declared my function as following:void SetCashierDisplayEventHandler(void...
Answer 17 Apr 2013   license: CPOL
Please see my comment to the question addressed against using Direct X and COM with .NET. You don't have to use it to use VLC. For example, please see this CodeProject article:LiquidVideo, Play Video Anywhere with VLC C# .NET VideoLan[^].—SA
Question 17 Apr 2013   license: CPOL
I'm using a customized VLC control in vb.net, but the control needs the VLC player to be registered, on some clients computers VLC isn't installed, at the moment, my installer is installing vlc on the computer if not installed already, but I don't really want to do this, is there a way to...
Answer 11 Apr 2013   license: CPOL
Thank you for your time The_Inventor!I've got the problem solved by adding the chart in a IDD_DIALOG and attaching it to the ActiveX. But the ActiveX must be enabled for control container,and the dialog must have a bunch of flags setted.More InfoCheers!
Answer 10 Apr 2013   license: CPOL
It depends if the a typelib is available for the OCX. It may be included as a resource in the binary or somewhere else. The quickest way to check that is to add OCX reference in C#. "Add Reference->Browse". Visual Studio will try to create a wrapper of the ocx. If it succeeds you may start...
Question 9 Apr 2013   license: CPOL
Hi,I have a device controlled by a controller with a software interface. I do not have any documentation regarding SDK available but a manual for software. This software has .dll files and .ocx files available in it's Binaries folder. I want to develop a custom application in C# to...
Answer 9 Apr 2013   license: CPOL
Presuming you have a:CDC* m_pchrtMyChart;in your code then all you should have to do is:m_pchrtMyChart = mschrt20obj.m_pchrtObj or something to that extent. Often there is a HANDLE involved in order to transfer information about the object. It is a lot like using Bitmaps.
Answer 8 Apr 2013   license: CPOL
You need a member and method(s) that point to the mschrt20.ocx functions within the mschrt20.ocx module within your module's code. Also you will need to include mschrt20.h in your header file for you module. Then in your OnDraw() use the methods and member, that is in your header file of your...
Question 8 Apr 2013   license: CPOL
Hi, I want to draw an ActiveX (mschrt20.ocx) inside the OnDraw method in my custom ActiveX made in (C++/VS2010).Someone have a clue on that?
Answer 26 Mar 2013   license: CPOL
As the error message suggests, the problem is probably not related to your code: it is a SQL Sever configuration issue (and Google is your friend[^]).
Question 26 Mar 2013   license: CPOL
Hello allI am using ActiveX in my web application in one page, it is working properly in my PC, i am passing the connection string from the web page that has the activex in it as following:This is the javascript code in the page that passing the connection string to the...
Question 22 Mar 2013   license: CPOL
I created a rectangle using a activex(internally using GDI concepts) plugin. But when I zoom the webpage in browser (using Ctrl+ mouse_scroll) the drawn rectangle remains as it is and only the web page gets zoomed. is there any way to map the drawn rectangle to map to browser zoom level..??I...
Answer 12 Feb 2013   license: CPOL
This is a solution more for CHill60 who I don't want to frustrate, rather than for OP, but I'm sure my answer will be pretty useful for nearly everyone, especially for those using VB6.Folk wisdom says:How to mount a dead horse?Even though its seems that, if a horse is dead, using some...
Question 12 Feb 2013   license: CPOL
Hi,I am facing some problems in the deployment of my VB ActiveX DLL on a server.I have a job which runs a stored procedure. The job and the SP are on the same server as the DLL. Using this stored procedure I access the classes (and the methods in those classes) in DLL by using the...
Answer 3 Feb 2013   license: CPOL
After all those responses :) and a couple of days of more searching I found this:http://visualstudiogallery.msdn.microsoft.com/28b96cd4-b755-48a0-b686-9abb7d5607a8[^]Works like a dream.Dree
Question 2 Feb 2013   license: CPOL
Hi,Just back from a few years not programming, before with vb6, now I'm using Visual Basic 2010. Re making my old programs I encountered a small problem. I made a email notification program with a free PoP ActiveX, it can set the port but it does not contain the Possibility to set SSL on or...
Answer 23 Jan 2013   license: CPOL
Not really a good way to handle this - anyway Matthew Hudson has created a VB script that allows you to handle this using WMI:http://www.sccm-tools.com/tools/vbscript/vbscript-certificates.html[^]The above script will allow you to get information about certificate expiration using WMI....
Question 21 Jan 2013   license: CPOL
Hi Team,I am new to .Net. I have a requirement, where I need to get Client Machine details such as OS, Version, Hardware, IE browser version, and all the certificate details and send that information to Server. The main aim is to help client to install right Certificates.Please suggest...
Answer 16 Jan 2013   license: CPOL
Your error may not be a missing Entry Point in your OCX but may be a missing dependency.Try to run the dependency walker ("depends.exe") on the client computer.It should help you to add the missing dlls (may be from VB6 runtime).
Answer 16 Jan 2013   license: CPOL
I have COM Component which is developed in VB6. I have to use this component in my Application. I am upgrading an application for Document Management in which i used Read_Write_Doc.ocx component which Read doc and Write it into another doc. For This I have to do this all.
Answer 16 Jan 2013   license: CPOL
You did not provide anything to solve this problem, but even considering it makes no sense at all. If you already using C#, dealing with VB6 can be justified only by a masochist.VB6 was obsolete even before it was introduced to the market. You hardly can tell a single reason to mess with...
Question 16 Jan 2013   license: CPOL
Hello,I am developing Application which use VB6 ActiveX(COM) Component. Its work fine at Development PC. But it don't work at other PC.I tried to register .ocx control using regsvr32 but it gives error 'Entry point not found'. I tried many ways but it does't work.Please help.Thanks...
Answer 4 Jan 2013   license: CPOL
ActiveX used on the client size is evil, really. First of all, this is proprietary technology, so browsers are not obliged to support it and often don't or do via some plug-ins which many user's won't install. Especially on non-Microsoft platforms. What, developing application only for the users...
Question 4 Jan 2013   license: CPOL
Hello,I have this .NET library class that inherits an abstract class. I found several tutorials on how to make the class/methods and properties visible as a COM object. Also, I was able to register the Active X on the system. ...
Answer 30 Dec 2012   license: CPOL
I solved the problem :)The problem was :1) I used to put msi file only or setup.exe in CAB file but i must put both msi and setup.exe and refer to setup.exe in inf file2) inf file format was wrong , the correc one is...
Question 27 Dec 2012   license: CPOL
I am using an activeX control which i have created using c#, in an html page. This activeX works fine when we do not mouse over the image button which has src change inline javascript attached to it.When we do mouse over the image butoon it is causing this activeX to flicker by sending resize...
Answer 26 Dec 2012   license: CPOL
Why using ActiveX at all? For a Web application, this is pure evil. ActiveX is proprietary and aging technology which will never be available on all client systems. Moreover, using ActiveX is considered unsafe, for good reasons, so really knowledgeable users will deny using your application as...
Question 26 Dec 2012   license: CPOL
I'm trying to run activex control for a simple hello world message box. First i created the class library and i have now the dll , then i created the HTML page and called the activeX control : DemoActiveX
Question 23 Dec 2012   license: CPOL
Hi guys... I have a problem in my C# project. Normally it was running but now my project has a license error. when I ran main form, telling me "you must have a license to use ActiveX control"I dont make anything upgrade/improving or else, this error suddenly occuredAlthough my research did...
Answer 20 Dec 2012   license: CPOL
Thank you for you helpYour solution really helped me work out the problem!I needed the row hr = AtlAxGetControl( wndBrowser, &pUnk ); So It's remained to make inner ActiveX stretch following composite control stretching.
Answer 19 Dec 2012   license: CPOL
It is easy.//ATL ActiveX wnd for the nested control, best place is as a class memberCAxWindow wndAnimationWnd; //best in OnCreate:wndAnimationWnd.Create(hWndOfYourControl, //hwnd of outer control &rect_ForEmbededAnimation, //client coordinates inside the outer control ...
Answer 19 Dec 2012   license: CPOL
Right click References, Add Referenceselect the COM tab in the dialog box and locate your activeX object - I'll call mine objA for now - and hit Ok. objA should appear in your list of references.In your code you will need to putusing objA;Then you can use it like any other object...
Question 19 Dec 2012   license: CPOL
I am converting an old desktop application that uses 2 ActiveX EXE's. It uses CreateObject() to return a reference to the COM object. This reference is then used to pass in pertinent information to the COM component such as database connection information and call the appropriate fuctions. There...
Question 12 Dec 2012   license: CPOL
I have written an ActiveX component to get list of .Net frameworks installed on client's Machine. When i use to test it with simple HTML page, it goes fine but when i run it in ASP.Net project then it says "Access is denied" while creating its object in javascript. here is the javascript...
Question 5 Dec 2012   license: CPOL
I need to integrate HCLINFOSECU disk(FD0U04) in my .net application.I tried secugen sdk,but that is not able to detect this device.Please guide.

Page 1 of 8
1 2 3 4 5 6 7 8


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid