windows tag

272 questions


1 answers
85 views
0
How do Windows Store apps built from Unity support changing the window size?

iThis is a problem that you encounter when porting Unity titles developed for iOS and Android as Windows Store apps.Windows 8.1 allows you to change the window size of the Windows Store app, but when ...


2 answers
132 views
0
I would like to know how to obtain the disk size of the remote environment.

Questions about Windows command prompts.I'd like to know if anyone knows, but for example, is there a simple way to check the size of the C drive in the remote environment from the command prompt? (I ...

2 years ago

1 answers
42 views
0
Can a particular window observe messages received from the program side?

Obtain a specific window handle from the C# program and The window receives messages from the operating system via mouse and other operations.I would like to check on the program, is it possible?Speci...

2 years ago

2 answers
98 views
0
How to Obtain a Source IP Address When Load Balancer Is Present in .NET

PrerequisitesI am currently creating a TCP server application with the following configuration:PC (client)Load balancer-----------Server1 -- --------------------------- Server 2 -- -------------...

2 years ago

1 answers
40 views
0
Multi-Monitor Screen Switching

Connect a graphics board with four monitors to your Windows 10 PC and I would like to create an application that switches the output status of the screen.You can play videos and more by treating four ...

2 years ago

1 answers
68 views
0
How to run exe on a client on a web browser without using ActiveX

I'm looking for a way to run an exe file on my client PC, e.g. C:/Windows/System32/calc.exe. I searched online and found many ways to use ActiveX, but ActiveX is not supported by Edge, so I'm looking ...

2 years ago

1 answers
44 views
0
Exception when using TaskDialogCommandLink in Windows APICodePack TaskDialog in 64-bit environment

.NET 4.5 (C#6.0) is developing Windows form applications application.When using TaskDialog using the libraries below, an exception occurs.Microsoft.WindowsAPICodePack.dllMicrosoft.WindowsAPICodePack.S...

2 years ago

1 answers
54 views
0
I want to use a password containing symbols for my sbt proxy settings

I installed sbt because I wanted to use scala on my company PC, but when I tried sbt new, I couldn't get the plug-in.I found a way to configure proxy settings in Qiita, so I tried it, but it didn't wo...

2 years ago

2 answers
32 views
0
xcopy deletes the directory.

The directory structure is as follows:~│ --src│ t test.txt│ t test02.txt│ │ │ --save01│ t tmp.csv│ │ │ s-save02--target │ --save01 s-save02Now we used the following command to copy the text file from...

2 years ago

2 answers
41 views
0
About Retrieving Values in System.IO.DriveInfo

When I write code in Windows C#, I don't understand the following:System.IO.DriveInfo=newSystem.IO.DriveInfo(Z);if(drive.IsReady){strings;s=string.Format ({0:f1}GB/{1:f1}GB, drive.TotalFreeSpace/1024/...

2 years ago
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.