PrintWindow_() API

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

PrintWindow_() API

Post by netmaestro »

This is callable from user32.dll as a library function, but if it were available directly I believe it would get used a lot. It's quite powerful and way simpler than most of the capture methods currently in use. It just needs one constant, #PW_CLIENTONLY = 1.
BERESHEIT
Straker
Enthusiast
Enthusiast
Posts: 701
Joined: Wed Apr 13, 2005 10:45 pm
Location: Idaho, USA

Post by Straker »

I believe its only for XP+ as an API call. Is there some other similar call for Win 98, etc?
Image Image
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

1) As far as i can read from the microsoft msdn, this command require XP to work!

2) PrintText_() API seems to be only for doing snapshots of a given window!?
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Post Reply