Pavel Yosifovich

Results 145 comments of Pavel Yosifovich

Currently, no. But I have an idea on how to do it...

Constant checking won't work, since you'd surely miss it. I would start with PsSetLoadImageNotifyRoutine and when the driver file in question loads prepare to hook. Although I need to think...

Thank you for the suggestion. Agreed it is a good idea. I will put it on my backlog.

I recommend you use the standard GDI+ in .NET (System.Drawing.Bitmap class etc.). It's not worth it to use the WinAPI directly in this case.

It's not undocumented, I found it in the latest insider preview SDK (build 22000).

Currently, not directly. You can detach each tab into a separate window and place them anywhere. I will consider adding support for multiple tabs within the same window.

Thank you! I need to find the time to look into it further.

I have moved to working with vcpkg Install and configure vcpckg... and then vcpkg install scintilla:x64-windows-static vcpkg install wtl:x64-windows vcpkg install detours:x64-windows-static vcpkg install wil:x64-windows I will add proper instructions...