Click here to Skip to main content
15,914,410 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralInteresting Interview with Bjarne Stroustrup Pin
Kevin McFarlane19-Oct-03 6:16
Kevin McFarlane19-Oct-03 6:16 
GeneralDatabase Implementation, Please!!! Pin
Chopper19-Oct-03 4:39
Chopper19-Oct-03 4:39 
GeneralSetAtGrow problem Pin
YaronNir19-Oct-03 2:42
YaronNir19-Oct-03 2:42 
GeneralRe: SetAtGrow problem Pin
BadJerry19-Oct-03 7:11
BadJerry19-Oct-03 7:11 
GeneralRe: SetAtGrow problem Pin
YaronNir19-Oct-03 7:12
YaronNir19-Oct-03 7:12 
GeneralSwitchnig beetween views Pin
Chernobog119-Oct-03 0:38
Chernobog119-Oct-03 0:38 
GeneralMCI prob Pin
AI_Warrior19-Oct-03 0:30
AI_Warrior19-Oct-03 0:30 
GeneralRe: MCI prob Pin
Alexander M.,19-Oct-03 4:00
Alexander M.,19-Oct-03 4:00 
lol?

what you have here means that the program will loop THROUGH the message box until the end is reached.
once the message box shows, the execution stops here!

if you want to do it that way, it has to look like:
while( player_online )
{
  play_next_track();

  while( MCIWndGetPosition(m_Video) != MCIWndGetEnd(m_Video) )
   Sleep( 1 );
}


but i don't know if this is the optimal way... i propose to use an existing mp3 player, until you've learned how it works the best way!

Don't try it, just do it! Wink | ;-)
GeneralSending a "Click". Help please is urgent. Pin
Rafael Fernández López18-Oct-03 23:54
Rafael Fernández López18-Oct-03 23:54 
GeneralRe: Sending a "Click" Pin
User 665819-Oct-03 1:00
User 665819-Oct-03 1:00 
GeneralRe: Sending a "Click". Help Please, is Urgent Pin
Rafael Fernández López19-Oct-03 1:01
Rafael Fernández López19-Oct-03 1:01 
GeneralRe: Sending a "Click". Help please is urgent. Pin
Michael Dunn19-Oct-03 5:35
sitebuilderMichael Dunn19-Oct-03 5:35 
GeneralRe: Sending a "Click". Help please is urgent. Pin
Rafael Fernández López19-Oct-03 5:51
Rafael Fernández López19-Oct-03 5:51 
GeneralRe: Sending a "Click". Help please is urgent. Pin
Michael Dunn19-Oct-03 8:28
sitebuilderMichael Dunn19-Oct-03 8:28 
GeneralRe: Sending a "Click". Help please is urgent. Pin
Rafael Fernández López19-Oct-03 10:19
Rafael Fernández López19-Oct-03 10:19 
GeneralRe: Sending a "Click". Help please is urgent. Pin
Jonas Larsson20-Oct-03 1:08
Jonas Larsson20-Oct-03 1:08 
GeneralRe: Sending a "Click". Help please is urgent. Pin
Rafael Fernández López20-Oct-03 1:48
Rafael Fernández López20-Oct-03 1:48 
QuestionList Box with DoModal - Can anyone help a newbie? Pin
Anonymous18-Oct-03 23:29
Anonymous18-Oct-03 23:29 
AnswerRe: List Box with DoModal - Can anyone help a newbie? Pin
YaronNir19-Oct-03 2:37
YaronNir19-Oct-03 2:37 
GeneralRe: List Box with DoModal - Can anyone help a newbie? Pin
Anonymous19-Oct-03 8:52
Anonymous19-Oct-03 8:52 
Generalcannot retrieve dialog user inputs Pin
coda_x18-Oct-03 22:26
coda_x18-Oct-03 22:26 
GeneralRe: cannot retrieve dialog user inputs Pin
YaronNir18-Oct-03 22:48
YaronNir18-Oct-03 22:48 
GeneralRe: cannot retrieve dialog user inputs Pin
coda_x18-Oct-03 23:08
coda_x18-Oct-03 23:08 
GeneralRe: cannot retrieve dialog user inputs Pin
YaronNir18-Oct-03 23:13
YaronNir18-Oct-03 23:13 
GeneralRe: cannot retrieve dialog user inputs Pin
coda_x18-Oct-03 23:17
coda_x18-Oct-03 23:17 

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.