This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (4 messages)
Is there any way to get more details about those cards you mentioned? Thanks
#Video capture card
Message #2533
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…
#EXE –>screen saver
Message #797
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.)
display edit smoothly
Message #30693
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…