2017-05

スポンサーリンク
IT

Decompile C# code with ILSpy

NET applications are said to be easy to reverse engineer. Software sold commercially may be subject to copyright infring...
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...
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...
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...
スポンサーリンク