954,541 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

software i developed

I wrote a software in pascal.
it "zoom switcher" - a mac os expose like application
("http://www.grg-software.com/")
However, while writting it, i noticed that the PrintWindow win32 functions has problems with getting a snapshow of the desktop - in case there is a wallpaper, it is not included in the snapshot, but instead the background is black
i found other win32 apis to also have strange behaviour

Attachments zoomer.JPG 214.65KB
grg
Newbie Poster
1 post since Jun 2007
Reputation Points: 10
Solved Threads: 0
 

be carefull with api functions, they have an suspicious behavior, and you can get various errors on different OS systems. also i can not find the PrintWindow in api.

try to use the VCL, the drawing routines, instead of using API functions.

also provide the errors you encounter.

best regards,

radu84
Junior Poster
171 posts since Dec 2006
Reputation Points: 14
Solved Threads: 16
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You