485 questions
When I move characters, I use LookRotation() to specify the direction of the characters, but when I stop, the direction of the characters is reversed.Please let me know if you have any solutions or id...
I asked the TeraTails site before, but they didn't respond at all, so I'll ask them again.I wanted to control the video with C#, so I hesitated between DirectShow and MediaFoundation, but I decided to...
The problem is that when you call UserControl in DataTemplate from an ItemSource such as ListView, Binding does not work.The UserControls I created are as follows: MyUserControl1.cs namespace Editable...
In VS2017 C#, I declared using System.Messaging; because I wanted to use the message queue.Namespace name 'Messaging' does not exist in namespace 'System'.I've looked into various things, but I don't ...
The other day, I purchased NFC tags and handy readers as below to make suggestions to customers for business.https://goo.gl/yoWA3gIn order to fill in the NFC tag of ↑, I purchased Sony's following pro...
I am developing using C# (.Net API) in IJCAD 2015.I would like to have the slide file displayed in AutoCAD DCL displayed on the dialog with C#, but if you know how to do it with IJCAD, please let me k...
I would like to create a wrapper DLL with a C# embedded in the DLL I created in C++ for use with Windows OS.If possible, I'd like to put it together as one DLL, but is this possible?
C#WPF Code TemplateYou have created and displayed a DataTemplate using the above page as a reference.FrameworkElementFactory textBlock = newFrameworkElementFactory(typeof(TextBlock), TextBlock);textBl...
Hello.I am currently studying C#, but I am writing a thread program using the Task class.I make a lot of threads in the Task class and look at the number of handles in Task Manager, but it keeps incre...
Migrating the website created in VS2010 to VS2017, but During debugging, the URL of the website HogeWeb changed. Before migration: http://localhost:60357/HogeWeb/Default.aspx After migration: http://l...
« | - 8 - | » |
© 2024 OneMinuteCode. All rights reserved.