Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Extracting attachments from email Pin
AlexMarbus30-Nov-02 14:48
AlexMarbus30-Nov-02 14:48 
GeneralRe: Extracting attachments from email Pin
Rohit  Sinha30-Nov-02 18:45
Rohit  Sinha30-Nov-02 18:45 
GeneralRe: Extracting attachments from email Pin
AlexMarbus6-Dec-02 12:48
AlexMarbus6-Dec-02 12:48 
GeneralMFC program crashes under Win XP Pin
Romik30-Nov-02 12:52
Romik30-Nov-02 12:52 
GeneralRe: MFC program crashes under Win XP Pin
Gary R. Wheeler1-Dec-02 6:27
Gary R. Wheeler1-Dec-02 6:27 
GeneralRe: MFC program crashes under Win XP Pin
Romik1-Dec-02 7:00
Romik1-Dec-02 7:00 
GeneralPrinting JPEG in Visual C++ Pin
gaumi30-Nov-02 12:21
gaumi30-Nov-02 12:21 
GeneralRe: Printing JPEG in Visual C++ Pin
Christian Graus30-Nov-02 12:47
protectorChristian Graus30-Nov-02 12:47 
The only sort of image you can print is one you have in memory. Therefore, to print a jpeg, you must first load it, using GDI+, or an external library. Then you just StretchBlt it to a printer DC, making sure to first set COLORONCOLOR as the mode for the DC.


Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
General.txt-File Pin
Lucky200230-Nov-02 11:56
Lucky200230-Nov-02 11:56 
GeneralRe: .txt-File Pin
PJ Arends30-Nov-02 12:11
professionalPJ Arends30-Nov-02 12:11 
GeneralRe: .txt-File Pin
Lucky200230-Nov-02 12:23
Lucky200230-Nov-02 12:23 
GeneralRe: .txt-File Pin
PJ Arends30-Nov-02 14:46
professionalPJ Arends30-Nov-02 14:46 
GeneralRe: .txt-File Pin
Lucky20021-Dec-02 12:11
Lucky20021-Dec-02 12:11 
GeneralRe: .txt-File Pin
Christian Graus30-Nov-02 12:44
protectorChristian Graus30-Nov-02 12:44 
GeneralRe: .txt-File Pin
Lucky200230-Nov-02 13:02
Lucky200230-Nov-02 13:02 
GeneralRe: .txt-File Pin
Christian Graus30-Nov-02 13:08
protectorChristian Graus30-Nov-02 13:08 
GeneralRe: .txt-File Pin
Lucky200230-Nov-02 13:18
Lucky200230-Nov-02 13:18 
GeneralRe: .txt-File Pin
Nick Parker30-Nov-02 18:28
protectorNick Parker30-Nov-02 18:28 
GeneralRe: .txt-File Pin
Christian Graus30-Nov-02 21:50
protectorChristian Graus30-Nov-02 21:50 
GeneralRe: .txt-File Pin
Nick Parker1-Dec-02 1:38
protectorNick Parker1-Dec-02 1:38 
GeneralRe: .txt-File Pin
Christian Graus1-Dec-02 2:33
protectorChristian Graus1-Dec-02 2:33 
GeneralRe: .txt-File Pin
Lucky20021-Dec-02 12:13
Lucky20021-Dec-02 12:13 
GeneralRe: .txt-File Pin
Lucky20021-Dec-02 12:12
Lucky20021-Dec-02 12:12 
QuestionIs there a way to translate your C++ code to assembly code in VS? Pin
Redeemer-dk30-Nov-02 11:28
Redeemer-dk30-Nov-02 11:28 
AnswerRe: Is there a way to translate your C++ code to assembly code in VS? Pin
Christian Graus30-Nov-02 12:48
protectorChristian Graus30-Nov-02 12:48 

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.