c# tag

485 questions


1 answers
261 views
0
I want to know how to get query parameters in C# language

Inside the // comment section of the presentation code, I would like to get the code on the program instead of launching the browser by launching Process.Start, but I don't know how to implement it.I'...

c#
1 years ago

1 answers
282 views
0
I would like to know how to send a request to WebAPI using the key obtained.

Regarding the presentation code, use the client key, client secret, and access token registered from the web site development page.I would like to send a request to the API, but even if I go like the ...

c#
1 years ago

2 answers
423 views
0
How do I initialize while declaring a multidimensional array in C#?

It's exactly the same as the title.For example, PHP can declare and initialize variables simultaneously as follows:$arr=[ arr1 = > [ val1, val2, val3 ], arr2 = > [ val4, val5 ], arr3 = > [ va...

1 years ago

1 answers
340 views
0
Want to know exactly how to configure WebHeaderCollection.Add()

Regarding the presentation code, regarding the code for obtaining json from the API of the mastodon site below, why does the code inside the // comment cause an exception?I don't know why.According to...

c#
1 years ago

1 answers
355 views
0
UriFormatException: Invalid URI: Failed to determine URI format, I want to know how to work with

Regarding the presentation code, I would like to know why the following exceptions occur.I entered the URL from the API site and set the parameters, but why is the exception of invalid?I wrote the sou...

c#
1 years ago

1 answers
300 views
0
I want to know why I can't get a C#http request.

Regarding the presentation code, I would like to obtain the return value by referring to the reference site A, but I can't get .json well, why is this?The client_name parameter is the same as the one ...

c#
1 years ago

1 answers
389 views
0
I want to be able to distribute the Windows form application.

Regarding the presentation image, it is the directory where .exe is located in the bin directory.As per the title, if I distribute the software I made, I think I will build it as a release build, but ...

1 years ago

2 answers
279 views
0
I want to know why Xabe.FFmpeg doesn't encode video files.

In the presentation code, the .hevc file called test.mp4 should be loaded with the function t() and output as a file called sample.mp4, but the video file is not generated.Why is this?Tried and Confir...

1 years ago

1 answers
450 views
0
I want to be able to distribute the Windows form application.

Regarding the presentation image, it is the directory where .exe is located in the bin directory.As per the title, if I distribute the software I made, I think I will build it as a release build, but ...

1 years ago

1 answers
309 views
0
I want to know why ILMerge commands don't go through.

Regarding the presentation code, I would like to know the reason why ILMerge.exe's command does not go through.Object reference is not configured on the object instance. What does mean?I entered the c...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.