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

C / C++ / MFC

 
GeneralRe: Code to read thru Pin
David Crow30-Sep-03 2:44
David Crow30-Sep-03 2:44 
QuestionEditbox multiline problem??? Pin
xxhimanshu30-Sep-03 0:32
xxhimanshu30-Sep-03 0:32 
AnswerRe: Editbox multiline problem??? Pin
David Crow30-Sep-03 2:45
David Crow30-Sep-03 2:45 
GeneralRe: Editbox multiline problem??? Pin
xxhimanshu1-Oct-03 1:27
xxhimanshu1-Oct-03 1:27 
QuestionIs there a difference between ".hpp" and ".h" files? Pin
WREY29-Sep-03 22:49
WREY29-Sep-03 22:49 
AnswerRe: Is there a difference between ".hpp" and ".h" files? Pin
Bernhard29-Sep-03 23:23
Bernhard29-Sep-03 23:23 
AnswerRe: Is there a difference between ".hpp" and ".h" files? Pin
jhwurmbach29-Sep-03 23:23
jhwurmbach29-Sep-03 23:23 
GeneralUsing ActiveX control in the html page Pin
Eltanin29-Sep-03 22:20
Eltanin29-Sep-03 22:20 
I want to program a ActiveX control.
It reads data from file, and show it.
(a kind of viewer)

Q1.
When i use this control in some html page,
i can use <object> or <embed /> tag.
But i don't know the difference between two tags.
(For exam, in <object> tag, codebase parameter decribes the link of install package, but what's the pluginpage paramter in <embed /> tag?)

And in the flash object insertion example, <embed /> tag is in the <object> tag, why?
When I tested html that have only <embed /> tag without <object> tag, it works well.

Q2.
When I develop the ActiveX control that is a kind of viewer, Does IE download the input file or does ActiveX control download?
How about the case of <embed /> tag?

--flash object example--
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
="" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="150" height="316">
<param name="movie" value="http://images.joins.com/common/joins_022.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />

<embed src="http://images.joins.com/common/joins_022.swf"
="" quality="high
" bgcolor="#FFFFFF
" width="150" height="316
" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" />


GeneralModeless dialog parent window Pin
Shah Shehpori29-Sep-03 22:20
sussShah Shehpori29-Sep-03 22:20 
GeneralRe: Modeless dialog parent window Pin
David Crow30-Sep-03 2:54
David Crow30-Sep-03 2:54 
General&quot; How can I get CWnd pointer for the current dialog ? &quot; Pin
drabudawood29-Sep-03 22:01
drabudawood29-Sep-03 22:01 
GeneralRe: " How can I get CWnd pointer for the current dialog ? " Pin
Rickard Andersson2030-Sep-03 0:18
Rickard Andersson2030-Sep-03 0:18 
Questionwhere to code to output graphics to view? Pin
Anonymous29-Sep-03 22:01
Anonymous29-Sep-03 22:01 
GeneralFile access onto corruped CD/DVD Pin
Eddie70029-Sep-03 21:12
Eddie70029-Sep-03 21:12 
GeneralRe: File access onto corruped CD/DVD Pin
KarstenK29-Sep-03 21:51
mveKarstenK29-Sep-03 21:51 
GeneralCollection of wierd(est) problems....WHY ME! Pin
r i s h a b h s29-Sep-03 20:48
r i s h a b h s29-Sep-03 20:48 
GeneralRe: Collection of wierd(est) problems....WHY ME! Pin
David Crow30-Sep-03 3:01
David Crow30-Sep-03 3:01 
GeneralRe: Collection of wierd(est) problems....WHY ME! Pin
r i s h a b h s2-Oct-03 20:28
r i s h a b h s2-Oct-03 20:28 
GeneralRe: Collection of wierd(est) problems....WHY ME! Pin
David Crow3-Oct-03 2:33
David Crow3-Oct-03 2:33 
QuestionMFC + COM Objects, inherant design problem ? Pin
ohadp29-Sep-03 20:47
ohadp29-Sep-03 20:47 
AnswerRe: MFC + COM Objects, inherant design problem ? Pin
ohadp29-Sep-03 21:06
ohadp29-Sep-03 21:06 
GeneralHacking into third party directx software(urgent) Pin
ash781729-Sep-03 20:06
ash781729-Sep-03 20:06 
GeneralRe: Hacking into third party directx software(urgent) Pin
ZoogieZork29-Sep-03 20:22
ZoogieZork29-Sep-03 20:22 
GeneralDifferences between AfxMessageBox and MessageBox Pin
Neelesh K J Jain29-Sep-03 19:57
Neelesh K J Jain29-Sep-03 19:57 
GeneralRe: Differences between AfxMessageBox and MessageBox Pin
twing29-Sep-03 20:30
twing29-Sep-03 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.