c# tag

485 questions


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

2 answers
103 views
0
Change the locale in CefSharp.Wp

Using CefSharp.Wpf, you are creating a WPF application that displays web pages.I tried to change the CefSharp Locale to Japanese, and I set it to Locale and LocalesDirPath in CefSettings as follows, b...

2 years ago

1 answers
110 views
0
Unable to Bind Enum List to ItemsSource in WPF Combo Box

I created the following user controls.<UserControl x:Class=MyCombobox ...<ComboBoxx:Name=ValueItemsSource={BindingMyItemsSource}/>In addition, I set the MyItemsSource dependency properties as...

2 years ago

2 answers
121 views
0
When you want to run more than one of the same methods with task processing

Thank you for your help.If you want to run multiple tasks for a class of methods, use the new instance of the class and Should I run multiple tasks?Or should I use the new class and method for each ta...

2 years ago

1 answers
114 views
0
WPF is unusually slow to use TextBox in bulk

If you want to be faster, you shouldn't use TextBox.Please let me know if there is any way to make it faster using TextBox.

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

2 answers
42 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

1 answers
105 views
0
If you want to add items in ComboBox to the list.

List<Member>Members=new List<Member>(); private void BtnRegisterAcct_Click (object sender, RoutedEventArgse) { string cellphone=txtMobileNr.Text; string firstName = txtFirstName.Text; ...

2 years ago

1 answers
130 views
0
ArgumentException occurs in pushSharp.

We are developing it with Visual Studio 2013 C#.I am using PushSharp to create a push server for IOS.AppleSettings=new PushSharp.Apple.ApplePushChannelSettings(appleCert, xxxxxxxx;ArgumentException ha...


1 answers
129 views
0
Information About Using the Translator Text API with Unity

Unity is creating an application for hololens.I want to use Azure's Translator Text API, but it doesn't work well.I will put the error and code on it, so please let me know when you know.The reference...

« - 22 - »

© 2024 OneMinuteCode. All rights reserved.