スポンサーリンク
Life

Received the abenomask from the Ministry of Health, Labor and Welfare

This week, I received a cloth mask from the Ministry of Health, Labor and Welfare (MHLW), the so-called "Abenomask". It ...
Life

Disposable homemade masks that don’t look like kitchen paper made with cookups.

Cook Up Cooking Paper is used to make disposable homemade masks that do not look like kitchen paper. Cook-Up cooking pap...
IT

Compare Privacy filter 3M, ELECOM and YMYWorld

Recently, I started working at home on weekdays, but I don't get very much done at home. So I have been working more and...
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...
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...
IT

If the installation fails in Visual Studio 2017

The installation of Visual Studio Community2017 failed under the Prosiki environment and I tried various methods, but as...
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...
IT

If you get the message “You are connecting to the proxy server at office15client.microsoft.com”

I was recently distressed by a Windows security message when opening Excel on a company PC that uses a proxy server. Whe...
IT

When a photo is inserted into Excel in VBA and rotated incorrectly

The other day I got a bit stuck at work creating a VBA tool to batch insert photos into Excel. The tool inserts photos s...
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...
スポンサーリンク