Questions tagged [activex-documents]

ActiveX Documents are extensions to Microsoft's OLE compound document architecture that allow a container application to use the full capabilities of server applications

Also known as DocObject or DocObj.

Computer file in the form of a compound (text-based) document that allows a container application to use the full capabilities of server applications.

Wikipedia value

14 questions
3
votes
1 answer

Prerequisite for Win 10 using vb6 activex documents or webbrowser control

I am trying to install a legacy VB6 app on a Windows 10 Enterprise PC. The app has an install program and it is installed on many Windows server 2016 machines. This program uses active user documents (dob files) that load in a webbrowser control.…
Hank Anzis
  • 69
  • 5
3
votes
1 answer

HTML Object Tag Loading ActiveX Object

I am trying to load two different activex objects using the html object tag. the problem is: if the first object tag loads the activex object, then the second should not load. the following html-
user2531191
  • 579
  • 10
  • 27
3
votes
1 answer

Javascript - Is there a way to export HTML along with formatting to a word document using ActiveX?

I figured out a way to write to word using an ActiveX component but I am not sure if its possible to write HTML to Word, function generateWord(elementIdValue){ var value=$("#"+elementIdValue)).html(); var word= new…
Learner
  • 2,303
  • 9
  • 46
  • 81
1
vote
0 answers

In Qt 4.8 MS Excel ActiveX control in QWidget has no Ribbon for data formatting

I am trying to open a MS Excel workbook in my qt widget. With the following code I can successfully open the workbook in my qt application. I am using QAxWidget embedded in a QWidget. QAxWidget *excel=new QAxWidget; QWidget *mainWidget=new…
stackOverflow
  • 179
  • 1
  • 2
  • 18
1
vote
1 answer

how can i read cookie generated by web browser from activex control

I want to read and fetch the contents of a cookie generated by web browser from activex control. I dont want to read the cookie from javascript and pass it to activex control. I want read the cookie directly from activex control. If it is possible…
1
vote
1 answer

Click a button in a Out-of-process COM(Active Document Server) component hangs IE, why?

Here is the problem: I developed a active document server and used it in IE. The active Document has a button called 'work', when click it, it works for about 3 seconds. During this time, I cannot use IE in any way. Like switch tab or close tab. …
chenwq
  • 123
  • 1
  • 11
0
votes
1 answer

VBA, Active X and Legacy Tools alternatives in word

I currently have a 4 page document that has a lot of active x control boxes with VBA controlling it. This document is housed in a third party application to allow us to record information that stays within a record in that application. After a…
0
votes
1 answer

How to replace active x control form javascript project

I am currently working on javascript project which uses backbone.js as the framework. its a pretty old project where Activex components are used in it, now i need to replace this controls completely so that even when i have my active x disabled my…
0
votes
0 answers

Open a java desktop application while saving a Microsoft word document using ActiveX control in java

I am trying to open a java Desktop application(call it MyApplication.jar file written in Swing). I can open this java application using VBA macros code. I want to open it saving the word document. means when user press save it should not allowed to…
iamabhaykmr
  • 1,803
  • 3
  • 24
  • 49
0
votes
2 answers

Who to read XML file of below content into Xdocument

How can I read below content from a XML file into XDocument. How ever the resulting XDocument should not contain " "
Chat
  • 185
  • 1
  • 5
  • 15
0
votes
1 answer

Have .jpg files within excel when using ActiveX Image Control

I have an excel file with several toggle buttons. When a toggle button is on and the "calculate" command button is pressed, my activeX image frame changes. However, I have all these files in the same directory so I'd have to send the file to my…
Joseph Khub
  • 13
  • 1
  • 7
0
votes
1 answer

Microsoft word 2010 64bit VBA code when connecting to access database 2010 64bit activex error

Im trying to display records from my access 2010 64 bit database into word footer, when I run the code I get ActiveX can not create object. I do have reference in my vba project microsoft dao 3.6 object library and microsoft activex data objects 6.1…
0
votes
1 answer

how to render html file in window/dialog box using activex control

I am working on visual++ and trying to render a preview of a html file on a dialog box/Window created by me. (just as we get preview pane on window explorer on hmlFile.html single click) . I tried lot of search on google but resulted in un-success.…
Sss
  • 1,519
  • 8
  • 37
  • 67
0
votes
2 answers

Are there any good resources for dealing with "User Document" (.dob) files

I've inherited a vb6 application that makes use of "Visual Basic User Document" files (.dob). This tech seems to be abandoned and forgotten. Are there any good resources out there for working with them?
BIBD
  • 15,107
  • 25
  • 85
  • 137