CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (4 messages)

#2543 #Video capture card Message #2602
From: Mark Qian Desktop Video Forum · Digital Encoding February 3, 1995 7:11 PM
Is there any way to get more details about those cards you mentioned? Thanks
#Video capture card Message #2533
From: Mark Qian Desktop Video Forum · Digital Encoding February 2, 1995 5:56 PM
I am looking for a video capture card that can capture full screen, say 640 x 480, from video source like VCR or TV with good image quality. I used to use ProMovie Studio that provided me a very poor image quality when I capture big size frames. Any suggestion…
From: Mark Qian Computer Animation Forum · General Discussion November 11, 1994 9:23 PM
How can I turn a EXE file into a screen saver — to be recognized by Windows? (The EXE can be shutdown by mouse click or key press.)
I am building a progress indicator dlg. There is a edit control in the dlg to indicate what part of computation is computed. I defined a CString, m_sEdit, attached to the edit control and appended string to it during the process as following m_sEdit += "More infor"; Then I call…