Screen Captures/Fades 
Author Message
 Screen Captures/Fades

Recently we had to produce a Macromedia lead-in. It had to do a screen
dissolve similar to the one you see in Macromedia, then launch a DOS
based animation player (AAPLAY.EXE) for full screen animation in Win95.

Before we could dissolve the screen using the BitBlt function, we had to
get the display handle(DC).  The calls were made from a form, which is
the usual method of programming in VB.  We kept encountering an error
when trying to make the call GetDC("DISPLAY",0,0,0).

It turns out that you can only make this particular call from the 'sub
main' precedure of your bas module, which is similar in nature to the
'Void Main' you use in C/C++.  

This type of missed information can bring a lot of grief to
programmers learning to use the windows API.



Thu, 01 Jun 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How to Capture the Screen and capture and poke keypresses

2. Using StretchBlt to capture screen image to screen saver preview pane

3. Capturing screen contents of full screen DOS app under windows

4. Capturing screen contents of full screen DOS app under windows

5. Draw selection rectangle on screen for screen capture

6. Capture Screen in DirectX full screen application

7. :Need Help, Fading screen 12

8. Dissolve, fade, wipe between screens??

9. Fading In Splash Screen

10. How do you fade a splash screen?

11. Screen effects: fades, wipes, dissolves etc

12. Fading in splash screen

 

 
Powered by phpBB® Forum Software