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

C / C++ / MFC

 
QuestionProblem when passing by reference Pin
capricious_00118-Jun-06 20:44
capricious_00118-Jun-06 20:44 
AnswerRe: Problem when passing by reference Pin
Viorel.18-Jun-06 21:07
Viorel.18-Jun-06 21:07 
GeneralRe: Problem when passing by reference Pin
capricious_00118-Jun-06 21:33
capricious_00118-Jun-06 21:33 
AnswerRe: Problem when passing by reference Pin
ThatsAlok18-Jun-06 22:21
ThatsAlok18-Jun-06 22:21 
AnswerRe: Problem when passing by reference Pin
ThatsAlok18-Jun-06 22:21
ThatsAlok18-Jun-06 22:21 
AnswerRe: Problem when passing by reference Pin
Hamid_RT18-Jun-06 23:09
Hamid_RT18-Jun-06 23:09 
QuestionIncorporating VC++ with flash Pin
Shraddha Gautam18-Jun-06 20:38
Shraddha Gautam18-Jun-06 20:38 
AnswerRe: Incorporating VC++ with flash Pin
Viorel.18-Jun-06 21:21
Viorel.18-Jun-06 21:21 
Perhaps this can help.

Go to dialog editor and right click on your Flash ActiveX control. Select Add Variable and add a control variable for it.

Then go to OnInitDialog handler of your dialog and add a line like this:

m_cMyFlash.put_Movie("http://... url of your movie ...");


If the movie file is located on your disk, try an URL like this: "file://c:\\MyMovie.swf".

In addition, you can set the URL of the movie manually, by clicking the Properties Page toolbar button on the Properties panel.
GeneralRe: Incorporating VC++ with flash Pin
harry_niceguy19-Jun-06 20:17
harry_niceguy19-Jun-06 20:17 
Questionvisual assist for eVC Pin
raviudari18-Jun-06 20:22
raviudari18-Jun-06 20:22 
AnswerRe: visual assist for eVC Pin
ThatsAlok18-Jun-06 22:19
ThatsAlok18-Jun-06 22:19 
QuestionEvent Logging Pin
joshiprashant18-Jun-06 20:17
joshiprashant18-Jun-06 20:17 
Questionconvertng LPARAM to CString Pin
sach!!18-Jun-06 20:14
sach!!18-Jun-06 20:14 
AnswerRe: convertng LPARAM to CString Pin
Viorel.18-Jun-06 20:26
Viorel.18-Jun-06 20:26 
AnswerRe: convertng LPARAM to CString Pin
NiceNaidu18-Jun-06 20:28
NiceNaidu18-Jun-06 20:28 
AnswerRe: convertng LPARAM to CString Pin
_AnsHUMAN_ 18-Jun-06 20:29
_AnsHUMAN_ 18-Jun-06 20:29 
AnswerRe: convertng LPARAM to CString Pin
ThatsAlok18-Jun-06 22:19
ThatsAlok18-Jun-06 22:19 
Questionhow can we get the point in the child window with respect to parent window Pin
vasusree18-Jun-06 20:11
vasusree18-Jun-06 20:11 
AnswerRe: how can we get the point in the child window with respect to parent window Pin
Weiye Chen18-Jun-06 20:13
Weiye Chen18-Jun-06 20:13 
QuestionCListBox Pin
chethu66518-Jun-06 19:56
chethu66518-Jun-06 19:56 
AnswerRe: CListBox Pin
Laxman Auti18-Jun-06 20:13
Laxman Auti18-Jun-06 20:13 
GeneralRe: CListBox Pin
chethu66518-Jun-06 20:54
chethu66518-Jun-06 20:54 
QuestionRe: CListBox Pin
Hamid_RT19-Jun-06 0:23
Hamid_RT19-Jun-06 0:23 
Questionweb page completely loaded or not? Pin
marcoslav18-Jun-06 19:54
marcoslav18-Jun-06 19:54 
AnswerRe: web page completely loaded or not? Pin
Viorel.18-Jun-06 20:30
Viorel.18-Jun-06 20:30 

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.