windows tag

272 questions


1 answers
111 views
0
I want to do RPA in VBA, so please give me a hint.

Using SendInput, SendMessage, FindWindow, etc. from Windows API user32, I am thinking of copying from Excel to several text boxes in other application software in VBA.However, ①Paste occurs even if th...

2 years ago

2 answers
28 views
0
If a file with the same name exists in Windows batch file movement, I would like to give it a serial number instead of overwriting it.

What do you want to do in the end·I want to move only specific extension files in the target folder (including subfolders) to the specified folder·If a file with the same name exists, I would like to ...

2 years ago

1 answers
80 views
0
Why C#IOException Occurs?

Thank you for your help.In order to find out how many devices are connected to the PC in C#, Creating an application to view open COM ports.In order to detect a new connection or disconnect and update...

2 years ago

1 answers
121 views
0
How do I get a font filename (*.ttf) from a font name? (C++/Windows)

I would like to get the font filename (*.ttf) from the font name.Example: Times New Roman→times.ttf(The font name here is the name that can be obtained by the LOGFONT structure lfFaceName.) in the reg...

2 years ago

1 answers
92 views
0
I want to get bit information for the Office installed by the command.

I'd like to use the Windows command prompt to get information about whether the installed Office is 32-bit or 64-bit.You can obtain the name and version of Office software installed with the following...

2 years ago

1 answers
28 views
0
Is it possible to build a DHCP server on client OS such as Windows 10?

Is it possible to build a DHCP server on a regular Windows 10 or Windows 11 other than Windows Server?I think I can do it if I introduce a software called Open DHCP Server, but am I correct in underst...

2 years ago

1 answers
58 views
0
How to edit the euc-jp file with と written on vim

On Windows, a text file in EUC-JP format with と written on it was created in Sakura Editor If you open it in Kaoriya Vim, the characters will be garbled even if the encoding is EUC-JP.I know the file ...

2 years ago

1 answers
68 views
0
I want to resize the PDFium control.

I would like to use PDFium to create a PDF viewer Windows app.I am having trouble changing the size of the PDFium.pdfViewer1.Width=500;pdfViewer1.Height=300;Even so, the size does not.How can I change...

2 years ago

1 answers
87 views
0
Member references to tkinter fail

You can run it on a terminal, but when you run it on a VScode, you get an error when you browse members.Confirmationpython-mtkinter displays a window (version was 8.6)Be able to execute correctly on t...


1 answers
82 views
0
I can't open the jpeg file saved in screenshot of Puppeteer.

Running Puppeteer in node.js.I accessed Google's top page with the following code and saved the screenshot as a jpg file.const supplier=require('puppeter');browser = wait supplier.launch({headless:fal...

« - 21 - »

© 2024 OneMinuteCode. All rights reserved.