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

C / C++ / MFC

 
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 
GeneralRe: Incorporating VC++ with flash Pin
harry_niceguy19-Jun-06 20:17
harry_niceguy19-Jun-06 20:17 
I have a piece of code which works for my project.... It runs for my project...try n see if it works in your project...
Add this code to OnInitDialog()

CString Path(*__argv);
int i = Path.ReverseFind('\\')+1;
if(i) Path = Path.Left(i);
Path = Path + "filename.swf";
m_flashplayer.SetMovie((LPCTSTR)Path);
Also add "shockwaveflash.h" to your project..try this ..it shud work...








Regards,
harry

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 
Questionhow can i pass string in BREW throuch C++. Pin
nitinjdalal18-Jun-06 19:46
nitinjdalal18-Jun-06 19:46 

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.