Click here to Skip to main content
15,917,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Building from the command line. Pin
Prakash Nadar24-Mar-04 2:58
Prakash Nadar24-Mar-04 2:58 
GeneralRe: Building from the command line. Pin
David Crow24-Mar-04 3:14
David Crow24-Mar-04 3:14 
GeneralRe: Building from the command line. Pin
Prakash Nadar24-Mar-04 3:25
Prakash Nadar24-Mar-04 3:25 
GeneralRe: Building from the command line. Pin
David Crow24-Mar-04 3:30
David Crow24-Mar-04 3:30 
GeneralRe: Building from the command line. Pin
Prakash Nadar24-Mar-04 4:14
Prakash Nadar24-Mar-04 4:14 
GeneralRe: Building from the command line. Pin
David Crow24-Mar-04 4:20
David Crow24-Mar-04 4:20 
QuestionHow to hide or show tray icon in Windows XP Pin
Arcrest23-Mar-04 16:52
Arcrest23-Mar-04 16:52 
GeneralUpdate Bitmaps in subroutine Pin
Dimenser23-Mar-04 16:46
Dimenser23-Mar-04 16:46 
Hello,
I've written a card game with all the bells and whistles, but I still have some learning to do. The problem is when I programmed it so that you see your first card, get a sound effect, a pause by the computer, then your next card, etc. Instead, you get five straight sound effects, a ton of pause, then all five cards pop up at once.

m_box01.SetBitmap(face[y]); soundfx(3); Sleep(250);

somewhere inbetween calling my soundfx subroutine and the Sleep function, I need to call something that will refresh the screen and show the card I displayed with SetBitmap. Something like an UpdateData or DoDataExchange OMG | :OMG: kind of thing. I've made guesses until I'm blue in the face. Can anyone help?
thanks!

Dimenser
GeneralRe: Update Bitmaps in subroutine Pin
Ryan Binns23-Mar-04 17:01
Ryan Binns23-Mar-04 17:01 
GeneralRe: Update Bitmaps in subroutine Pin
Dimenser24-Mar-04 16:57
Dimenser24-Mar-04 16:57 
Generala trouble problem about CMSCOMM.OCX Pin
Grrrr23-Mar-04 16:42
Grrrr23-Mar-04 16:42 
GeneralCapturing mouse clicks on a custom Win32 control Pin
IGx8923-Mar-04 15:35
IGx8923-Mar-04 15:35 
GeneralRe: Capturing mouse clicks on a custom Win32 control Pin
Ceri24-Mar-04 2:49
Ceri24-Mar-04 2:49 
GeneralRe: Capturing mouse clicks on a custom Win32 control Pin
IGx8924-Mar-04 3:01
IGx8924-Mar-04 3:01 
GeneralPostMessage question... Pin
rmnowick23-Mar-04 15:16
rmnowick23-Mar-04 15:16 
GeneralRe: PostMessage question... Pin
Antony M Kancidrowski24-Mar-04 0:32
Antony M Kancidrowski24-Mar-04 0:32 
GeneralRe: PostMessage question... Pin
rmnowick24-Mar-04 8:25
rmnowick24-Mar-04 8:25 
GeneralRe: PostMessage question... Pin
Roger Allen24-Mar-04 2:07
Roger Allen24-Mar-04 2:07 
Generalservice status Pin
Irish_GUI23-Mar-04 14:23
Irish_GUI23-Mar-04 14:23 
GeneralRe: service status Pin
Maksim Lepikhin23-Mar-04 15:22
Maksim Lepikhin23-Mar-04 15:22 
GeneralRe: service status Pin
Arcrest23-Mar-04 17:00
Arcrest23-Mar-04 17:00 
GeneralHandle Leak : HKLM\SYSTEM\ControlSet001\Services\DnsCache\Parameters Pin
cmk23-Mar-04 13:03
cmk23-Mar-04 13:03 
GeneralA question about reading non-data CDs Pin
Roger Wright23-Mar-04 12:20
professionalRoger Wright23-Mar-04 12:20 
GeneralRe: A question about reading non-data CDs Pin
Shog923-Mar-04 19:56
sitebuilderShog923-Mar-04 19:56 
GeneralRe: A question about reading non-data CDs Pin
Roger Wright23-Mar-04 20:52
professionalRoger Wright23-Mar-04 20:52 

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.