Click here to Skip to main content
15,887,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: read array of file names with CString array ? Pin
mrby12324-Sep-07 6:47
mrby12324-Sep-07 6:47 
QuestionRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:57
David Crow24-Sep-07 6:57 
AnswerRe: read array of file names with CString array ? Pin
Vaclav_24-Sep-07 6:07
Vaclav_24-Sep-07 6:07 
QuestionRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:14
David Crow24-Sep-07 6:14 
AnswerRe: read array of file names with CString array ? Pin
mrby12324-Sep-07 6:41
mrby12324-Sep-07 6:41 
GeneralRe: read array of file names with CString array ? Pin
David Crow24-Sep-07 6:52
David Crow24-Sep-07 6:52 
QuestionActivex in mfc Pin
saisp24-Sep-07 5:14
saisp24-Sep-07 5:14 
AnswerRe: Activex in mfc Pin
nbugalia24-Sep-07 19:01
nbugalia24-Sep-07 19:01 
You need to use the OBJECT tag in HTML. For ex. the following code will load the adobe flash player in internet explorer.
If you want to load you activex control, just change the following classid with your control classid.

<html>
<body>
<OBJECT height=150 width=150 align=middle classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
<PARAM NAME="background" VALUE="transparent">
<PARAM NAME="BGCOLOR" VALUE="#CCCCFF">
</OBJECT>
</body>
</html>

QuestionFirst chance exception Pin
Waldermort24-Sep-07 4:19
Waldermort24-Sep-07 4:19 
GeneralRe: First chance exception Pin
Matthew Faithfull24-Sep-07 4:33
Matthew Faithfull24-Sep-07 4:33 
GeneralRe: First chance exception Pin
Waldermort24-Sep-07 4:55
Waldermort24-Sep-07 4:55 
Questionhow to put Icon in ToolTip Pin
GauranG Shah24-Sep-07 4:15
GauranG Shah24-Sep-07 4:15 
QuestionSorry to my poor English! Pin
bornunique24-Sep-07 2:57
bornunique24-Sep-07 2:57 
AnswerRe: Sorry to my poor English! Pin
Nishad S24-Sep-07 3:11
Nishad S24-Sep-07 3:11 
AnswerRe: Sorry to my poor English! Pin
Russell'24-Sep-07 3:17
Russell'24-Sep-07 3:17 
AnswerRe: Sorry to my poor English! Pin
Hamid_RT24-Sep-07 3:42
Hamid_RT24-Sep-07 3:42 
AnswerRe: Sorry to my poor English! Pin
ThatsAlok24-Sep-07 19:49
ThatsAlok24-Sep-07 19:49 
QuestionIs mfc still popular now? Pin
bornunique24-Sep-07 2:44
bornunique24-Sep-07 2:44 
AnswerRe: Is mfc still popular now? Pin
Waldermort24-Sep-07 2:55
Waldermort24-Sep-07 2:55 
AnswerRe: Is mfc still popular now? Pin
Justin Perez24-Sep-07 2:56
Justin Perez24-Sep-07 2:56 
QuestionRe: Is mfc still popular now? Pin
David Crow24-Sep-07 3:01
David Crow24-Sep-07 3:01 
JokeRe: Is mfc still popular now? Pin
CPallini24-Sep-07 3:47
mveCPallini24-Sep-07 3:47 
AnswerRe: Is mfc still popular now? Pin
led mike24-Sep-07 4:45
led mike24-Sep-07 4:45 
GeneralRe: Is mfc still popular now? Pin
David Crow24-Sep-07 5:06
David Crow24-Sep-07 5:06 
GeneralRe: Is mfc still popular now? Pin
led mike24-Sep-07 5:28
led mike24-Sep-07 5:28 

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.