485 questions
.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...
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...
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...
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...
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 ...
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...
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[...
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...
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...
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...
« | - 24 - | » |
© 2024 OneMinuteCode. All rights reserved.