Quote Originally Posted by MrPolite
with all due respect it's alightly stupid to get a screenshot using print screen. You ruin the guy's clipboard data too I found this a few days before and it's in C# http://www.developerfusion.com/show/4630/
that gets the screen using APIs, I'm sure some of you gurus can rewrite that in VB
Yes it is stupid. You should read post #16 API all the way baby, yeah!

That code on Developerfusion is a bit flabby imho. Why use 300 api functions when 2 will do? Blitterchip bungs the image straight into a bitmap for you so you can save it in any format supported by GDI+.