Skip to main content

Questions tagged [activex]

ActiveX is a Microsoft-proprietary framework for defining and accessing interfaces, to system resources, in a programming-language independent way.

0 votes
0 answers
25 views

MS Excel 2016 ActiveX Toolbox

Good morning experts. Our company creates macro enabled spreadsheet tools using VBA and controls from the ActiveX toolbox. There are some developers who use shapes vs. command buttons to trigger subs ...
VBA_Guy's user avatar
0 votes
0 answers
17 views

Change value to a renamed activeX checkbock vba

I need to change the value of a renamed activeX checkbox ("cbZinc"). I've wrote the following code that I found in an old post but it doesn't work. I'm sure that it has to be something quite ...
vbabeginner's user avatar
0 votes
0 answers
13 views

Can't access Web Viewer for Hanwha DVR on browser

I try to access Web Viewer for Hanwha DVR on Web. Because company use CCTV web camera(Camera type HRD-442). It's 32bit system so I need to use Internet Explorer mode. 1.access IP from company intra NW....
mermer's user avatar
  • 1
0 votes
0 answers
18 views

Client-side replacement for activex

I'm trying to restore a site that made an activex call that placed a Window Media Player in a table to play an mp3 file while the user reads info about the music. Here is what I have so far: <TR ...
RobertPA1's user avatar
0 votes
0 answers
13 views

Rendering issues with our .Net application post windows patch

Recently, we've encountered rendering issues with our .NET application following a Windows patch update for Windows 10 Version 22H2. Specifically, after applying the cumulative update for .NET ...
Duc Mai's user avatar
2 votes
0 answers
101 views

Delphi 11.3: save MHT with resources without dialog

My code: uses System.SysUtils, MSHTML, ActiveX, SHDocVw; implementation procedure TForm1.FormCreate(Sender: TObject); begin WebBrowser1.Navigate('google.com'); end; procedure TForm1....
 GhostVento 's user avatar
1 vote
1 answer
136 views

Visual Basic 6.0 crashing when adding Windows Common Controls (MSCOMCT2.OCX)

I am trying to add the above OCX as a reference to my VB6 project but whenever I add it, my system just hangs and I have to forecefully close the program I have registered the ocx beforehand using ...
user3468174's user avatar
0 votes
1 answer
50 views

Does IBM MQ 9.3 still support ActiveX applications (AXMQ200.dll)?

I "support" an old webserver application, which uses ServerSide Jscript ActiveX component. This is the IBM MQ WebSphere dll (IBM MQ) called MQAX200. The latest documentation i can find on ...
Manteia's user avatar
0 votes
0 answers
21 views

Excel 2019 ActiveX combobox as dropbox does not show all items after a selection is made

When the combobox has no entry and the list button is clicked, the entire range is displayed. When the combobox already has a value, the list displayed is only from the value's position to the end. In ...
Perry Sugerman's user avatar
1 vote
1 answer
96 views

Edit Excel Cell with ActiveX [closed]

Im trying to edit a Cell in my Excel Sheet with an ActiveX Macro (from Powerpoint). But the value never appears in that cell. I even see in the file explorer that the File have been edited. Private ...
Noah's user avatar
  • 11
0 votes
0 answers
138 views

Powershell script to launch my web app in chrome with maximized window

I want to create a power shell script that can launch my web application on Chrome. Also to launch it in maximized window size. Below is the related ps1 code: $flags = "--app=$appUrl --start-...
Tian Qin's user avatar
  • 183
0 votes
0 answers
48 views

pyautocad & ActiveX: pywintypes.com_error, AddTable & wrong parameters

I am currently trying to add a table to a newly created AutoCAD layout in Python, using the AddTable() method. I am currently facing this error: type he table = modelspace.AddTable(insertion_point, ...
Leo C's user avatar
  • 1
0 votes
0 answers
14 views

Excel sheet with both Form Control and ActiveX Check Boxes with Macro to change the colour when selected

Have Excel sheet with both Form Control and ActiveX Check Boxes with Macro to change the colour when selected. When selected the Form Control check box colors are automatically getting changed, ...
Ganesh Arumugan's user avatar
0 votes
1 answer
89 views

When I insert a Word file as an object into PowerPoint, the macros in the Word file no longer work

I need help please. I'm trying to embed a Word file containing macros into a PowerPoint presentation that will be distributed to several people, but once it's inserted as an object in PowerPoint, and ...
MatLa's user avatar
  • 1
0 votes
2 answers
549 views

Using Interaction.CreateObject("Outlook.Application") with new version of Outlook does not work

I have a VB.Net application that emails via Outlook using Interaction.CreateObject("Outlook.Application"). This has been working fine until my client's IT department started pushing version ...
Mark Lugg's user avatar

15 30 50 per page
1
2 3 4 5
256