Click here to Skip to main content
15,881,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using CDHtmlDialog app, changing images (JPG,PNG) dynamically in the HTML Page Pin
Richard Andrew x648-Sep-13 14:12
professionalRichard Andrew x648-Sep-13 14:12 
AnswerRe: Using CDHtmlDialog app, changing images (JPG,PNG) dynamically in the HTML Page Pin
SoMad8-Sep-13 15:38
professionalSoMad8-Sep-13 15:38 
QuestionReading Image (JPG) file as Binary to CString Pin
Don Guy6-Sep-13 6:03
Don Guy6-Sep-13 6:03 
AnswerRe: Reading Image (JPG) file as Binary to CString Pin
jeron16-Sep-13 6:09
jeron16-Sep-13 6:09 
QuestionRe: Reading Image (JPG) file as Binary to CString Pin
David Crow6-Sep-13 6:12
David Crow6-Sep-13 6:12 
AnswerRe: Reading Image (JPG) file as Binary to CString Pin
Richard MacCutchan6-Sep-13 6:35
mveRichard MacCutchan6-Sep-13 6:35 
GeneralRe: Reading Image (JPG) file as Binary to CString Pin
Don Guy6-Sep-13 6:44
Don Guy6-Sep-13 6:44 
GeneralRe: Reading Image (JPG) file as Binary to CString Pin
Jochen Arndt6-Sep-13 7:05
professionalJochen Arndt6-Sep-13 7:05 
The function wants a pointer to a CComVariant object. So you must create a CComVariant object and attach the data in a format that is supported by the receiving function (your LoadImage function). Binary data are mainly passed as SAFEARRAY variants (see Array Manipulation Functions[^] about functions to create and access such arrays).
QuestionRe: Reading Image (JPG) file as Binary to CString Pin
David Crow6-Sep-13 17:23
David Crow6-Sep-13 17:23 
GeneralRe: Reading Image (JPG) file as Binary to CString Pin
Richard MacCutchan6-Sep-13 22:44
mveRichard MacCutchan6-Sep-13 22:44 
Questionffmpeg images to video using C++ Pin
CodingHell6-Sep-13 1:13
CodingHell6-Sep-13 1:13 
Question1-Can I reverse drawtext function? 2-How to know the length of data in your app Pin
JoneLe865-Sep-13 21:46
JoneLe865-Sep-13 21:46 
AnswerRe: 1-Can I reverse drawtext function? 2-How to know the length of data in your app Pin
Richard MacCutchan5-Sep-13 22:09
mveRichard MacCutchan5-Sep-13 22:09 
GeneralRe: 1-Can I reverse drawtext function? 2-How to know the length of data in your app Pin
JoneLe865-Sep-13 22:14
JoneLe865-Sep-13 22:14 
GeneralRe: 1-Can I reverse drawtext function? 2-How to know the length of data in your app Pin
Richard MacCutchan5-Sep-13 22:29
mveRichard MacCutchan5-Sep-13 22:29 
QuestionHow to get text of special symbol font? Pin
yangdp15-Sep-13 18:07
yangdp15-Sep-13 18:07 
AnswerRe: How to get text of special symbol font? Pin
JoneLe865-Sep-13 21:51
JoneLe865-Sep-13 21:51 
AnswerRe: How to get text of special symbol font? Pin
Richard MacCutchan5-Sep-13 22:05
mveRichard MacCutchan5-Sep-13 22:05 
GeneralRe: How to get text of special symbol font? Pin
yangdp15-Sep-13 22:54
yangdp15-Sep-13 22:54 
GeneralRe: How to get text of special symbol font? Pin
Richard MacCutchan5-Sep-13 23:40
mveRichard MacCutchan5-Sep-13 23:40 
QuestionConverting std::vector<BYTE> to CString Pin
Don Guy5-Sep-13 13:13
Don Guy5-Sep-13 13:13 
AnswerRe: Converting std::vector<BYTE> to CString Pin
Richard MacCutchan5-Sep-13 22:03
mveRichard MacCutchan5-Sep-13 22:03 
QuestionEnsuring the continuous physical allocation(storage) of a file in Hard disk Pin
VCSharp0075-Sep-13 8:41
VCSharp0075-Sep-13 8:41 
AnswerRe: Ensuring the continuous physical allocation(storage) of a file in Hard disk Pin
jschell5-Sep-13 9:23
jschell5-Sep-13 9:23 
QuestionStreaming Image File from MFC app to HTML Page Pin
Don Guy4-Sep-13 11:59
Don Guy4-Sep-13 11:59 

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.