c# tag

485 questions


1 answers
83 views
0
When you move with the Character controller, even if you point the character in the direction of movement, it will return immediately.

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...

2 years ago

2 answers
38 views
0
Volume Manipulation in MediaFoundation

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...

c#
2 years ago

1 answers
80 views
0
Binding UserControl During DataTemplate

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...

2 years ago

1 answers
42 views
0
VS2017 System.Messaging Does Not Exist in Namespace 'System'

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 ...

c#
2 years ago

1 answers
47 views
0
How do I write any information to an NFC tag in Windows?

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...

c#
2 years ago

1 answers
87 views
0
I want to use AutoCAD slide files in C#

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...

2 years ago

2 answers
75 views
0
I want to create a DLL that wraps the DLL created in C++.

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?

2 years ago

1 answers
123 views
0
I want to get and set the AppendChild value that I added to DataTemplate

C#WPF Code TemplateYou have created and displayed a DataTemplate using the above page as a reference.FrameworkElementFactory textBlock = newFrameworkElementFactory(typeof(TextBlock), TextBlock);textBl...

2 years ago

1 answers
103 views
0
Handle leak in C#'s Task class??

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...

2 years ago

1 answers
140 views
0
What is the website path when migrating from VS2010 to 2017

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...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.