Click here to Skip to main content
15,905,915 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
Prakash Nadar5-May-04 0:05
Prakash Nadar5-May-04 0:05 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
Maxwell Chen5-May-04 0:49
Maxwell Chen5-May-04 0:49 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
RChin5-May-04 0:53
RChin5-May-04 0:53 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
Maxwell Chen6-May-04 16:05
Maxwell Chen6-May-04 16:05 
GeneralRe: translate this code from Ansi C to C++ (file related) Pin
Joe Woodbury5-May-04 6:38
professionalJoe Woodbury5-May-04 6:38 
GeneralSetTimer Pin
Anonymous4-May-04 15:48
Anonymous4-May-04 15:48 
GeneralRe: SetTimer Pin
Monty24-May-04 18:59
Monty24-May-04 18:59 
GeneralRe: SetTimer Pin
John R. Shaw4-May-04 19:18
John R. Shaw4-May-04 19:18 
They usualy use DirectX (DirectDraw) or OpenGL. If you must use SetTimer then only use it to invalidate the portion of the client area that needs changing OR use it to post a user defined message that instructs your program to load the next frame and let the function that handles that message invalidate the area. You should spend as little time as possible in the function used to handle the timer message (OnTimer). You should also look into using a thread to load the images in the backgound. While you're surffing look for code that is used to display .flc, .avi and .mpeg files, they may provide the answers you are looking for.

INTP
GeneralCom Port Problem Pin
aman20064-May-04 15:04
aman20064-May-04 15:04 
GeneralRe: Com Port Problem Pin
Monty24-May-04 19:01
Monty24-May-04 19:01 
GeneralGETTING DIRECTORY LISTING Pin
chapelle4-May-04 12:49
chapelle4-May-04 12:49 
GeneralRe: GETTING DIRECTORY LISTING Pin
Mike Dimmick5-May-04 1:04
Mike Dimmick5-May-04 1:04 
GeneralWriting a scripting language Pin
Dev5784-May-04 12:17
Dev5784-May-04 12:17 
GeneralRe: Writing a scripting language Pin
Chris Losinger4-May-04 14:58
professionalChris Losinger4-May-04 14:58 
GeneralRe: Writing a scripting language Pin
Maxwell Chen4-May-04 18:29
Maxwell Chen4-May-04 18:29 
GeneralOpenDocumentFile( NULL) Win2000 Pin
brdavid4-May-04 11:38
brdavid4-May-04 11:38 
GeneralRe: OpenDocumentFile( NULL) Win2000 Pin
Mike Dimmick5-May-04 1:20
Mike Dimmick5-May-04 1:20 
GeneralC# dll import into C++ Pin
student66694-May-04 11:05
student66694-May-04 11:05 
GeneralRe: C# dll import into C++ Pin
Mike Dimmick4-May-04 11:11
Mike Dimmick4-May-04 11:11 
GeneralRe: C# dll import into C++ Pin
monrobot134-May-04 11:48
monrobot134-May-04 11:48 
GeneralRight clicking in CButtonST Pin
Albedo4-May-04 10:52
Albedo4-May-04 10:52 
GeneralCommand-line parameter in URL Pin
BlackDice4-May-04 10:05
BlackDice4-May-04 10:05 
GeneralRe: Command-line parameter in URL Pin
Terry O'Nolley4-May-04 10:09
Terry O'Nolley4-May-04 10:09 
GeneralRe: Command-line parameter in URL Pin
BlackDice4-May-04 10:17
BlackDice4-May-04 10:17 
Questionhow to focus in a desired window Pin
shammyrly4-May-04 9:57
shammyrly4-May-04 9:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.