C# Get the date and time the photo was taken down to the second I have previously written about file property acquisition-related issues in the article GetDetailsOf to get file propert... 2020.01.07 C#IT
C# Order of events when clicked in C# listvew When I created a function to process a list view when it is selected by mouse click, I checked the order of events. Crea... 2018.08.15 C#IT
C# GetDetailsOf to get file properties This is a reminder to get file properties in C#. GetDetailsOf to get properties with reference to Shell32 First, Shell32... 2018.01.09 C#ITVisual Studio
C# Save application settings to SQLite in C# Environment used Visual Studio2010 / C# will be used for this explanation. Download SQLite.dll To use SQLite as a DB, fi... 2017.05.30 C#IT
C# If the placement or size of controls in a multilingual application changes from language to language After making a multilingual version, you may have changed the position or size of a control and suddenly realize that it... 2017.05.28 C#ITMulti LanguageVisual Studio
C# Creating Multilingual Applications in Visual Studio Steps to make it multilingual If you want to make it multilingual, create the default value in English. This time, we wi... 2017.05.28 C#ITMulti LanguageVisual Studio