cuikeqiang
Results
2
comments of
cuikeqiang
Seems like it's blocking at this line: int textLen = GetWindowTextLength(Handle); (in Runtime/WindowInfo.cs) I changed the code to this and it worked: ``` public bool UpdateWindowTitle() { // int textLen...
> I was wondering same... says it works with 5 virtual @apexiptv Try Microsoft's example: [https://github.com/microsoft/Windows-driver-samples/blob/main/video/IndirectDisplay/IddSampleDriver/Driver.cpp](url) It will create 3 displays with different size. You need to set this one...