485 questions
Thank you for taking care of me.I would like to get data with the same ID, date, and serial number, code 1234 and 1235.tableA ID Date Serial Number Code 120060223 1 1234 120060223 1235 120060415 111...
I'm creating a game to defeat the enemy. I'd like to create a function to raise the enemy's spawn value every time I get a score of 20, but I don't know what to do every time I get a score of 20, so p...
Thank you for your help.I asked about transparent form through Transparency Key before, but it hasn't been resolved yet, so Let me ask you one more question.If you set TransparencyKey to Form and tran...
Hello, thank you for your help. I would like to import the DLL of the current directory explicitly in DllImport of C#, but it seems that compilation error occurs with the following source.using System...
I have a question about C#Session.Assume you have stored and retained an array or collection in your session.List<int>numlist=new List<int>();Session [a] = numlist;Is it possible to add a ...
I am trying to draw using OpenTK on my Mac.I'm trying to make the background transparent based on the sample, but I can't see any change while it's black.Here's the code: gameWindow=newMonoMacGameView...
I am developing an API with Visual Studio 2013 c#.I'm going to use StoredProcedure to select the data in the table.I don't know how to get the retrieved data with C# code.I am using ObjectParameter, b...
When I run 'xxxxxx.exe' on Windows 10, I get the following error and I can't process it.Access violation at address0066472F in module 'xxxxxx.exe'.Read of address0000007C.If the above error occurs, pl...
If there is an object (imageUI) above the button (background), is there a way to ensure that the overlapping objects have the same effect?There is a button all over the bagground.Press button to start...
I wanted to get the Render component of the child object by placing the following script on the parent object:However, not all child objects have Render components, so the MissingComponentException ca...
« | - 37 - | » |
© 2024 OneMinuteCode. All rights reserved.