We are in the process of building a 64bit version of our software, but we use Flash player's OCX control to host Flash in our windows. This OCX file is a 32bit build, do you know if it's possible to host this 32bit version of Flash within our 64bit application?
...
hi
i use shelexecute() function to register
flash.ocx but i want to find programmicaly that this file
is registered or not?
please help me
thanks
...
Hi.
The current ocx controls I'm using for voice recording and playback are not compatible with Windows 7. I'm already feeling the pressure to produce a Windows 7 compatible version of my software. The author has already stated that he is not planning to write a Windows 7 compatible ocx.
I work from xharbour so I need to consume an...
I am developing an OCX with some DISP_FUNCTION_ID defined.
How could I automatically generate a wrapper for it to be used in an MFC C++ Dialog so it can be autoregenerated when I add functions to my OCX?
Regards
...
I have to use a ocx in .Net application. In the toolbox, i right clicked and from com tab added the ocx. Now the ocx appeared in the toolbox and added the control to the form. When i execute the application got this error 'Could not load file or assembly 'Interop.WINCMP3XLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one ...
I have a test utility that depends upon an ocx file that is installed/registered on my development machine. We'd like to run this tool on a test machine without polluting the machine with any unnecessary files. Nothing should be installed except the target machine software. Running the tool on a network drive or from a stand-alone dir...
Is it important for a VB6 app to refer to certain OCX versions?
I have noticed that if I put my VB6 app code through the IDE on one machine then the form files will refer to different version of some OCXs than if I use another machine.
What is the rule of thumb with this? Is it safe to assume that most of these old OCX versions will b...
Hi,
I currently have an web based application that hosts an OCX control. I want to be able to add this control programatically if possible allowing me to plug in new OCX controls without having to ammend the OBJECt tag in the HTML.
I also need to be able to maintain the ability to download the OCX control to the Client if it is not fou...
I am creating C# application that uses OCX component. I have this component from manufacturer of some kind of printer. During installation of their files, foo.ocx was added to my C:\Windows\System32.
The only thing I had to do is add reference in Solution Explorer, and point that library in COM tab. Then I took interface:
[Guid("XXX")...
I'm looking for a component to view and print PDF files from Delphi/C++Builder. Delphi or ActiveX, not .NET. The license must be for royalty free distribution and the viewer must not require Adobe Reader to be installed.
So far I have tried:
Gnostice PDFtoolkit:
Display problems with JPX images
Radaee PDF Viewer:
Fast rendering, but c...
As the title points out, what I want to do is use an .OCX control (namely AxShockwaveFlashObject) in a C# console application.
I assume that it's possible, as I've seen it done before. but it was C++, and I don't even sure it was .NET.
So, is it possible? and if so, how?
Thanks,
Leeron
...
I've a need to analyze an .OCX in order to create a spoof -- the original installation files for this particular component are gone and the company that made it no longer in business. I can identify where it is used in the program that used to use it (and my understanding is that the feature the component made available never worked any...
Right now I'm developing an application in VB.NET that streams video using VLC, but each time I want to stream a video I have to open a new vlc interface using a .BAT file and passing some arguments. The problem is that I need the VLC to be Embedded and stream from inside my applications. I have manage to get the vlc embedded and I can p...
I'm trying to set up a webpage that downloads the OCX and installs it with the user permission when the user right click in the yellow bar
Note: it's a business app and I know... IE, but 95% of company customers use it and it's easy for us to move from Windows > OCX first and then to full WebService
What I did was create a cab file wi...
Hello,
I have to debug a big application done in VB6. The application is comprised of a main EXE, some ActiveX projects and other ActiveX control projects.
The problem I'm facing is that I cannot hit breakpoints inside some ActiveX projects. Looks like the application is using the OCX outside the debugger because the application runs b...
Hi,
I have a situation where I need to chnage version of a ocx file, but I lost source code. Is it possible to change it? I know some people do it with hex editor, but I can't find it on google.
thanks
...
I am writing the scripted GUI tests for a system which I do not have access to its source code; and I want to invoke the methods and access the properties of an OCX control (specifically the MSFlexGrid control) as I could not find any other way of finding out the number of rows and columns, as well as the data values in each cell, in the...
So I am installing an OCX which works great for the current user (when I use regsvr32) however I want to register the ocx for the system, not just the current user. Is there a way to easily do this?
...
Is there any tool, commercial or freeware, that allows merging OCX files with .NET executable?
I know it's possible to make an isolated OCX reference, but that's not sufficient in my case, I need to get a single exe without installation requirement.
Thanks.
...
hi !
I will start on a private project that will require some GPS software on my computer, so far I have been contacting Garmin and Destinator to ask if they have some sort of SDK kit for theire map services. however they could not offer me this in Norway.
I am therefore asking here if anyone here know any kind of map software, capable...