D
Dogmatixy
Hi all,
I'm searching for something similar to what there used to be in QBasic
etc.
There was an option to define a "visual page" and an "Active page",
where the visual one was what we saw on the screen, and the active one
was where we could do anything without it being seen on the screen,
and afterwards pass it to the screen, in other words we could prepare
forms, make changes, and only after it was all ready we could pass it
to our viewing screen.
If there is anyway to define a screen buffer,or something similar.
The reason I want this is in order to make a picture of a form,
without showing it on the screen.
I saw on the net a lot regarding screen capturing and using
CreateGraphics, but the down side is:
- When you capture screen, you need to see what you are capturing, but
I want it to be done without the objects being visible
- When using the CreateGraphics option, you can only draw graphics,
but not forms or tables.
PLEASE HELP ME.
Yours truely,
Dogmatixy.
I'm searching for something similar to what there used to be in QBasic
etc.
There was an option to define a "visual page" and an "Active page",
where the visual one was what we saw on the screen, and the active one
was where we could do anything without it being seen on the screen,
and afterwards pass it to the screen, in other words we could prepare
forms, make changes, and only after it was all ready we could pass it
to our viewing screen.
If there is anyway to define a screen buffer,or something similar.
The reason I want this is in order to make a picture of a form,
without showing it on the screen.
I saw on the net a lot regarding screen capturing and using
CreateGraphics, but the down side is:
- When you capture screen, you need to see what you are capturing, but
I want it to be done without the objects being visible
- When using the CreateGraphics option, you can only draw graphics,
but not forms or tables.
PLEASE HELP ME.
Yours truely,
Dogmatixy.