VictorZakharov / pinwin

.NET clone of DeskPins software
MIT License
175 stars 22 forks source link

Error creating window handle. #22

Closed mortenbrudvik closed 4 years ago

mortenbrudvik commented 4 years ago

When attaching a pin to "Task Manager" window the Pinwin application crashes.

It happen when creating the Pin form GUI. With the exception message "Error creating window handle."

form.Show(nativeWindow);
VictorZakharov commented 4 years ago

I can reproduce, will take a look over the weekend if time allows. Thanks for reporting it.

VictorZakharov commented 4 years ago

Might not be possible to fix, here is DeskPins, to which PinWin is a spiritual successor.

image

The only option would be preventing the crash then.

VictorZakharov commented 4 years ago

App no longer crashes. I will be marking this as resolved @mortenbrudvik .