Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: My diaogbox dont respond inbetween SetTimer () calls. Pin
vikas amin18-Oct-05 3:44
vikas amin18-Oct-05 3:44 
GeneralRe: My diaogbox dont respond inbetween SetTimer () calls. Pin
S. Senthil Kumar18-Oct-05 4:20
S. Senthil Kumar18-Oct-05 4:20 
GeneralRe: My diaogbox dont respond inbetween SetTimer () calls. Pin
David Crow18-Oct-05 4:46
David Crow18-Oct-05 4:46 
QuestionDbgHelp.dll : how to parse a pdb file? Pin
Zillon17-Oct-05 23:12
Zillon17-Oct-05 23:12 
Questionhow can i play animations Pin
sheerprogrammer17-Oct-05 22:57
sheerprogrammer17-Oct-05 22:57 
AnswerRe: how can i play animations Pin
vikas amin18-Oct-05 0:19
vikas amin18-Oct-05 0:19 
GeneralRe: how can i play animations Pin
sheerprogrammer18-Oct-05 1:16
sheerprogrammer18-Oct-05 1:16 
AnswerRe: how can i play animations Pin
Eytukan18-Oct-05 0:46
Eytukan18-Oct-05 0:46 
use appropriate activex controls.
1.right click on the Dialog, then select "insert activex control"
(assume that u've selected Windows Media Player control)
2.Add a control variable to your control. (ie.IDC_MEDIAPLAYER1)
A dialog apprears asking wether to create a class for your activex control, clik yes.
3.now use that variable to access its methods,props etc,

m_Mplayer.play()
m_Mplayer.stop()

void CVideo::OnPlay()
{
m_MPlayer.SetFileName("c:\\basheer.wmv");
m_MPlayer.Play();
}
this'l play your video.
similarly for flash select shockwave flash Object.

He is like a one-legged man in a bum kicking competition. -Novjot Sidhu

--[v]--
GeneralRe: how can i play animations Pin
sheerprogrammer18-Oct-05 1:19
sheerprogrammer18-Oct-05 1:19 
GeneralRe: how can i play animations Pin
Eytukan18-Oct-05 1:31
Eytukan18-Oct-05 1:31 
Questionhow to hide the Firewall dialog when my exe run? Pin
szcococut17-Oct-05 22:30
szcococut17-Oct-05 22:30 
AnswerRe: how to hide the Firewall dialog when my exe run? Pin
Anonymous18-Oct-05 4:06
Anonymous18-Oct-05 4:06 
GeneralRe: how to hide the Firewall dialog when my exe run? Pin
DeepToot18-Oct-05 4:55
DeepToot18-Oct-05 4:55 
GeneralRe: how to hide the Firewall dialog when my exe run? Pin
szcococut18-Oct-05 15:17
szcococut18-Oct-05 15:17 
GeneralRe: how to hide the Firewall dialog when my exe run? Pin
DeepToot19-Oct-05 3:47
DeepToot19-Oct-05 3:47 
Questionhow can i use CDC pointer base on dailog!! Pin
ebinaini17-Oct-05 21:35
ebinaini17-Oct-05 21:35 
AnswerRe: how can i use CDC pointer base on dailog!! Pin
Cedric Moonen17-Oct-05 21:59
Cedric Moonen17-Oct-05 21:59 
AnswerRe: how can i use CDC pointer base on dailog!! Pin
khan++17-Oct-05 22:31
khan++17-Oct-05 22:31 
AnswerRe: how can i use CDC pointer base on dailog!! Pin
Mircea Puiu18-Oct-05 1:27
Mircea Puiu18-Oct-05 1:27 
QuestionPlease help me Pin
dSolariuM17-Oct-05 21:30
dSolariuM17-Oct-05 21:30 
AnswerRe: Please help me Pin
ThatsAlok17-Oct-05 21:52
ThatsAlok17-Oct-05 21:52 
QuestionListbox with VScrollBar Pin
P-Rex17-Oct-05 21:16
P-Rex17-Oct-05 21:16 
AnswerRe: Listbox with VScrollBar Pin
khan++17-Oct-05 22:44
khan++17-Oct-05 22:44 
QuestionHow to set the size of the view? Pin
yuduntang17-Oct-05 20:43
yuduntang17-Oct-05 20:43 
QuestionTrouble in writing a CRC CCITT program Pin
LaHaHa17-Oct-05 20:05
LaHaHa17-Oct-05 20:05 

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.