Eugene Volynko

Results 66 comments of Eugene Volynko

OK. Give me a couple of days.

Or hours =) [1.3.0] ![image](https://user-images.githubusercontent.com/40366303/79637672-0b1ad800-818a-11ea-8fb4-40b4a1f5ff42.png)

"list of colors could either be saved to a file or exported and then reimported" - OK There will be something like a color book with grouping. ![image](https://user-images.githubusercontent.com/40366303/79669241-daa36000-81c2-11ea-8aee-75a05a6292f4.png)

Hi! Try this solution from #102: > Delete the folder "quick-picture-viewer.exe_Url_[random string]" located at C:\Users\user\AppData\Local\Module_Art I believe the app is trying to read some invalid settings from there, and crashing...

> To solve this issue is enough to change in MainForm.cs the line > > > > Recorder.DrawIcon(g.GetHdc(), pci.ptScreenPos.x, pci.ptScreenPos.y, pci.hCursor); > > > > To > > > >...

> It looks like the problem is happening on [this line of code][1]. The `AreaForm` constructor is being called, which calls `InitializeComponent()`, which executes the `AreaForm_SizeChanged` event handler, and all...

@adriengivry All libs you mentioned are using the local dll for the QuickLibrary ([example](https://github.com/ModuleArt/quick-color-picker/blob/v2/quick-color-picker/bin/Debug/QuickLibrary.dll)) so I think it's okay to update QPV and QuickLibrary to .NET 8.0 LTS but I...