485 questions
I'm in the middle of C# example with Visual Studio 2013, how can I make the event happen when the form is closed?I saw the list of events in the property, but I don't think there was an event that clo...
I already installed sql in visual studio 2017 installer. But the book I'm reading now has a new version of Microsoft Sql Server ExpressCan I use it separately?
I want to pull out the list of all the files on drive C. I keep getting an error saying 'Access to the path has been denied' I've also tried running with administrator privileges or raising privileges...
Hello, I'm a beginner in C#.I've been using C onlyI'm working on the basics of c# For example, public class A{ public string a; public int b;}public class B{ var tmp = new A(); tmp.a = null; tmp.b = 0...
We are developing C# and Java recently. I have a question. What is the best way to initialize a variable?public class Dice{ private int topFace = 1; private Random myRand = new Random(); public void R...
if (MessageBox.Show (Do you want to exit?, Information, MessageBoxButtons.YesNo) == DialogResult.Yes) { Application.Exit(); }I wrote the code like above.Naturally, when No is called, I thought there w...
Hi, how are you?I want to make a GUI version of the code made with PythonI thought it would take too long to make it into PYQT. I'm going to make it into C# or VB.The problem is that the core function...
Convert the string.Format to a format that spaces every four spaces, and convert the result value to hexadecimal and octal I'm trying to do it, but the format of hex and oct cannot be converted. I thi...
Tool : Visual Studio 2017Language: C#(WinForm)The public data portal applies for and uses the COVID-19 outbreak status inquiry data (Xml) by city.Currently, when you run a program with Visual Studio, ...
I'm thinking about implementing it with Python in all html files within a particular folderI want to remove all strings between <script~~~/script>ㅠ
« | - 48 - | » |
636 Uncaught (inpromise) Error on Electron: An object could not be cloned
578 Who developed the "avformat-59.dll" that comes with FFmpeg?
930 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
575 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.