Quote Originally Posted by Crapahute View Post
When running the example program (compiled, under W11), I can easily resize the form until I load a PDF.
Ahh, I understand better with these images!
I apologize.
It's indeed a bug on my part!
To fix this issue, replace all occurrences of Screen.Mousepointer = vbArrow with Screen.Mousepointer=vbDefault in the PDFReader project.
François