com-interface Questions
2
Solved
I want to extract a path from the following registry key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU
I didn't find any documentation, but it seems...
Fiscal asked 28/3, 2023 at 0:40
2
Solved
Here is my Rust code:
use std::mem::ManuallyDrop;
use windows::core::ComInterface;
use windows::Win32::System::Com::*;
use windows::Win32::UI::Shell::Common::ITEMIDLIST;
use windows::{core::Result,...
Intravenous asked 26/3, 2023 at 19:14
3
Solved
What is the best way to access a serial port from VBA?
I have a need for some of our sales reps to be able to send a simple string over the serial port from an action button in PowerPoint. I don't...
Sacred asked 20/2, 2009 at 14:19
1
Solved
I'm using the following code to open and display a workbook within Excel:
import win32com.client as win32
excel = win32.gencache.EnsureDispatch('Excel.Application')
wb = excel.Workbooks.Open('my_s...
Tanga asked 5/10, 2016 at 14:51
1
© 2022 - 2024 — McMap. All rights reserved.