Image processing made easy!

ResizeKit2.NET / ResizeKit2.NET X: Frequently Asked Questions

Below are a few of the most frequently asked questions by users of the ResizeKit2.NET and ResizeKit2.NET X.

Click on the question number to jump to the answer.

No. Question Date
  Answer  
Q. When using the ResizeKit2.NET X retail version, creating a new project in Visual Studio, installing the ResizeKit2 package, and trying to paste a ResizeKit2 control into a Form, the control does not appear in the toolbox, or even if it is pasted, it is the ResizeKit2 .NET X demo version! 2023/12/13
  A. Please clear the NuGet package storage as there may be some old information left on the PC.
Specifically, please use one of the following methods to clear the system.

Using Visual Studio to clear NuGet package storage
(1) Open "NuGet Package Manager" -> "Package Manager Settings" from the menu "Tools".
(2) Press the "Clear all NuGet storage" button on the "General" page of the Package Manager settings.
(It will clear the cache of all NuGet packages you have used, not just those related to ResizeKit2, but you can re-open the created project and use it without problems.)

Using Windows Explorer to clear only the ResizeKit2.NET X packages.
(1) Open the [Current Logon Name] folder under the [User] folder.
(2) Open the ".nuget\packages" folder in it and delete ResizeKit2 related packages.
(Example of folder name: C:\Users\current logon name\.nuget\packages)
 
2 Q. After installing, ResizeKit does not appear in the Visual Studio toolbox. What should I do now? 2020/07/27
  A. Follow the steps below to register in the toolbox.
1. Display one of the forms of the Windows Form project.
2. Open the "Toolbox" on the left side of Visual Studio, right-click (create a new tab with "Add Tab" if necessary), and click "Select Item".
3. Select the ResizeKit component in the ".NET Framework Components" tab of the "Select Toolbox Item" window (check the component check box) and click "OK".

* At this time, there are two types of ResizeKit components, one for Framework 3.5 or earlier and the other for 4.0 or later, so select the one that matches the Framework version of your project. (The version number of the ResizeKit component is "2.0.2. *****" for Framework3.5 or earlier, and "2.0.4. *****" for Framework4.0 or later.)

Please note that if the version number is different, The ResizeKit2 control may not appear in the toolbox even if you select it. (Register in the toolbox either for Framework 3.5 or earlier or for 4.0 or later.)
 
1 Q. When a form designed to fill the screen is executed with a reduced resolution, the entire form is not displayed and the lower right is cut off. 2020/03/05
  A. Install version 2.0. *. 10002 or later and set the AutoScaleMode property of the Form to None.