485 questions
https://www.paypal.com/myaccount/transfer/buyI just type characters in the ID element text box.webBrowser1.Document.GetElementById(recipient).SetAttribute(value, test@mail);With the above code, you ca...
When using the ASP.NET Web Custom Control, in the ASPX file:We have added a description.'<%@Register tagprefix=tagprefix name namespace=namespace name assembly=ASSEMBLY name%>' Is it possible to...
There are many buttons on the screen, but if you use other buttons during one process, I thought it might cause freezing and bugs.Therefore, I would like to make it impossible to touch other buttons d...
using UniRx (Reactive Extension for Unity)I'm trying to create a screen that looks like a card list.If it's an individual button, you can write a pair of actions with the button, so If there is a clic...
It's just as the title says.I would like to reuse the dll that I created in the past and call it using a structure containing variables of double pointers (the real thing is a char array), but the fol...
Chapter 6-Create the MicrophoneManager class|Microsoft DocsI am referring to the above document, but the following code I have a question about private void dictationRecognizer_DictionResult (string t...
What I want to do is like applying https://www.sejuku.net/blog/55029 and We are trying to implement the MyExplanation variable content of an Item script set in a separate script by calling the SetExpl...
I'm creating an app with UnityC# and To match the input characters on Android with the input characters on iPhone, I'm trying to replace using C#'s Regax, but it doesn't work.I have written the follow...
using System;using System.Collections.General;using System.Linq;using System.Threading.Tasks;using System.Windows.Forms;using System.IO;using System.Net;using System.Drawing;namespace WindowsFormsAppl...
As the title suggests.public float speed=1.0f;in void update to transform.position+=transform.forward*speed;It's always moving forward, so for example, if (Input.GetKey(KeyCode.UpArrow)) { speed++; }...
« | - 19 - | » |
© 2024 OneMinuteCode. All rights reserved.