c# tag

485 questions


3 answers
85 views
0
How to Determine the Cause from WCF Connection Errors

.NET Framework 4.5 creates WCF services and client applications that utilize them.Custom classes and enumerations used for arguments and returns for WCF services may forget to attach the DataMember or...

2 years ago

1 answers
45 views
0
About CookieContainer Specifications

How do I escape separators (semi-colon and commas) when I add cookies to CookieContainer?I found an alternative way to encode percentage and replace space, but I wanted to know how to set the separato...

2 years ago

2 answers
120 views
0
How to create a toe-strike notification within an application

I would like to issue a toast-like notification from Windows 8 or later within the WPF application.Please tell me the appropriate library and reference site.The image looks like the video on the URL b...

2 years ago

1 answers
66 views
0
Failed to merge DLLs for WPF applications referencing MahApps.Metro in Prism environment

In a Prism environment, for WPF applications referencing MahApps.Metro, when I try to combine DLLs and applications using this site, the build fails with the following error:Error Code CS1508The descr...

2 years ago

1 answers
86 views
0
Want to move InkCanvas in the background

while the application (currently the application you want to create) is starting.I want to keep drawing lines in the application window while I'm using other apps (game and browser), but I don't know ...

2 years ago

2 answers
33 views
0
How to Create Generic Functions

Hello.I would like to create a method that retrieves data from XML in LINQ, stores the data in each type, and returns it.However, I can't do it at all when they tell me to specify the type, such as Nu...

c#
2 years ago

2 answers
37 views
0
sequence for statement

using System;class CodeFile1{ static void Main() { int[] sample = new int[100]; inti; for(i=0;i<10;i=i+1); sample[i] = i; for(i=0;i<10;i=i+1) Console.WriteLine(This is sample[+i+]:+sample[...

c#
2 years ago

1 answers
94 views
0
How to Obtain the Same Signal Value as the WiFi Icon in the Task Tray

I would like to obtain the same signal value as the icon displayed in the wifi intensity displayed in the task tray in Windows 10 other than the netsh wlan command.The goal is to integrate it into the...


2 answers
115 views
0
About Windows EXE Executable Release

Compiled with Visual Studio (C#), I have a question about the release of the Windows EXE executable.Boot to Task Scheduler as a batch system, but Due to frequent system fixes, releases are required ea...

2 years ago

1 answers
57 views
0
generate a gameobject

Is there a way to generate game objects in a script?Specifically, after destroying the original gameobject, another gameobject is placed on the spot It's like generating I tried using Instantiate(game...

2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.