c# tag

485 questions


2 answers
65 views
0
C#TransparencyKey does not work on the back when the transparent panel is overlapped on the backgroundless form.

Set the red background image to the WindowsForm background and set the TransparencyKey to Red.This will create a form in the form of the image without the background (whether or not the edges are remo...

2 years ago

2 answers
134 views
0
I want to send a SendMessage to the desktop app with Windows locked.

During the Windows lock screen, the USB connection remote control operation is triggered.I want to send a SendMessage with mouse click to the appropriate button on my desktop appI am thinking that *It...

2 years ago

1 answers
42 views
0
Retrieving Multiple Objects

multiple objs already generated by instantiateGet it with Find and move the position to random.range I'd like to move each object to Random.Range.Based on the implementation below, it is not possible ...

2 years ago

2 answers
38 views
0
What is the internal processing of the reference delivery?

I don't understand why the reference point for both list2 and list2 has changed with the code below.Note: I am not familiar with C#.private void TestMethod(ref List<String>list2){list2 = new Lis...

2 years ago

2 answers
35 views
0
For methods with no scope specified in class C#

C# Getting Startedpublic class Sample{ public void Hoge(){} void Fuga(){} }What is the difference between Sample.Hoge() and Sample.Fuga() in the above code?What kind of treatment do you take when the...

c#
2 years ago

1 answers
101 views
0
How to not flicker in screen transitions in Livet

The screen transition is done with the following coding, but it will be done after window.Hide(), so In order to hide the current window, it becomes empty and the transition destination window opens.T...

2 years ago

1 answers
54 views
0
I want C# source code folder out of solution

I would like to place the C# source code (.cs) outside the VisualStudio solution folder.This is because I want to manage some project codes in the solution separately from the main unit.C#How do I get...

2 years ago

4 answers
70 views
0
Understanding Language Advantages

Currently, I am worried about choosing a language for developing a new system.A desktop application will be developed for Windows.The development environment is VisualStudio and the language choice is...

2 years ago

3 answers
102 views
0
I want to pick up the mouse Enter and Leave correctly on the form with overlapping C# controls.

Thank you for your help.I'm creating a Windows form application in C#.Net 4.5, but I have a mouse in the form (Enter) and from the form.I'm trying to pick up the mouse that came out (Leave).However, i...

2 years ago

1 answers
39 views
0
No response when ping with NIC disabled

Send() does not respond when the working PC has an IP address of 192.168.10.10 and the NIC is disabled. When the NIC is enabled, it responds with the specified timeout value.Is this behavior correct?I...

2 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.