petermeachem
Programmer
I am trying to capture a IE popup window to an image file. I use gdpicture and this makes it very easy to do once I have the window handle which is also pretty easy.
The problem is that the popup window can have scrollbars and I am only capturing the visible bit which is no good at all.
The only way I can see to do it is to use sendkeys to print to a pdf but I'm not keen on using sendkeys and the pdf generation is a bit slow anyway.
I'm sure there is a better way.
The problem is that the popup window can have scrollbars and I am only capturing the visible bit which is no good at all.
The only way I can see to do it is to use sendkeys to print to a pdf but I'm not keen on using sendkeys and the pdf generation is a bit slow anyway.
I'm sure there is a better way.