c# tag

485 questions


1 answers
101 views
0
Please teach me about SQL.

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

2 years ago

2 answers
46 views
0
How do I perform every n-point game score?

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

2 years ago

1 answers
69 views
0
Understanding Transparency Key Transparency Configuration Behavior in C#Form

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

2 years ago

1 answers
51 views
0
About DllImport in C#

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

c#
2 years ago

2 answers
72 views
0
Is it possible to manipulate the contents of the session variable in C#?

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

2 years ago

1 answers
130 views
0
I want to make the background of OpenGL that I draw in NSView transparent.

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

2 years ago

1 answers
101 views
0
I want to receive the stored procedure OUTPUT Parameter

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


1 answers
106 views
0
Error running exe file in Windows 10: Access violation at address

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

2 years ago

1 answers
46 views
0
button click determination

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

2 years ago

1 answers
44 views
0
About retrieving components that do not retain child objects

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

2 years ago
« - 37 - »

© 2024 OneMinuteCode. All rights reserved.