ObiWan
2024-02-16 08:10:45 UTC
:: On Thu, 15 Feb 2024 21:28:19 -0800 (PST)
:: (microsoft.public.vb.general.discussion)
https://stackoverflow.com/questions/38374540/vb6-screen-shot-function
wrap the code inside a function, and change the code to use the hDC of
a picture control (may be invisible), so that you may then pick the
image and save it to a file, done that, try the function and adjust it
as desired and then add some separate code to call the function when
desired and save the returned image to file
:: (microsoft.public.vb.general.discussion)
I have no idea of how to even start this coding but need vb6 code
If the date = the 4th of each month then
If register (A) <> 0 then Register (A) = 0
Take a screen shot of desktop and store it in C:\file as
“screenshot1.jpg” End if
If the date => then the 5th of each month then register (A) = 1
See here (first reply)If the date = the 4th of each month then
If register (A) <> 0 then Register (A) = 0
Take a screen shot of desktop and store it in C:\file as
“screenshot1.jpg” End if
If the date => then the 5th of each month then register (A) = 1
https://stackoverflow.com/questions/38374540/vb6-screen-shot-function
wrap the code inside a function, and change the code to use the hDC of
a picture control (may be invisible), so that you may then pick the
image and save it to a file, done that, try the function and adjust it
as desired and then add some separate code to call the function when
desired and save the returned image to file