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

C / C++ / MFC

 
GeneralRe: Retrieving data members from memory [modified] Pin
CPallini23-Apr-08 4:55
mveCPallini23-Apr-08 4:55 
GeneralRe: Retrieving data members from memory Pin
manustone23-Apr-08 21:51
manustone23-Apr-08 21:51 
GeneralRe: Retrieving data members from memory Pin
CPallini23-Apr-08 22:03
mveCPallini23-Apr-08 22:03 
GeneralRe: Retrieving data members from memory Pin
Saurabh.Garg23-Apr-08 5:22
Saurabh.Garg23-Apr-08 5:22 
GeneralRe: Retrieving data members from memory Pin
manustone23-Apr-08 21:50
manustone23-Apr-08 21:50 
GeneralWriting text to somewhere else than the screen Pin
Anthony Appleyard23-Apr-08 4:06
Anthony Appleyard23-Apr-08 4:06 
GeneralRe: Writing text to somewhere else than the screen Pin
led mike23-Apr-08 4:24
led mike23-Apr-08 4:24 
GeneralRe: Writing text to somewhere else than the screen Pin
Mark Salsbery23-Apr-08 9:26
Mark Salsbery23-Apr-08 9:26 
Create a memory DC
Select the bitmap into it (saving the previously selected bitmap)
Render your text on the DC
Select the saved bitmap back into the DC (this un-selects your bitmap from the DC)
Destroy the DC


The only catch here is, if the HBITMAP is not a DIBSection, then the DC will need to be
compatible with the bitmap or selecting the bitmap into the DC can fail.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Writing text to somewhere else than the screen Pin
Hamid_RT24-Apr-08 5:59
Hamid_RT24-Apr-08 5:59 
GeneralGetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux23-Apr-08 3:48
vikramlinux23-Apr-08 3:48 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
CPallini23-Apr-08 3:59
mveCPallini23-Apr-08 3:59 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) [modified] Pin
vikramlinux23-Apr-08 4:14
vikramlinux23-Apr-08 4:14 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
CPallini23-Apr-08 4:27
mveCPallini23-Apr-08 4:27 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux23-Apr-08 23:52
vikramlinux23-Apr-08 23:52 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux24-Apr-08 0:25
vikramlinux24-Apr-08 0:25 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
CPallini24-Apr-08 0:26
mveCPallini24-Apr-08 0:26 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux24-Apr-08 0:29
vikramlinux24-Apr-08 0:29 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
CPallini24-Apr-08 0:44
mveCPallini24-Apr-08 0:44 
GeneralRe: GetShortPathNameW issue with UNC path (more than 255 chars) Pin
vikramlinux24-Apr-08 0:46
vikramlinux24-Apr-08 0:46 
QuestionSSL decryption Pin
Dr. Kelwin23-Apr-08 3:41
Dr. Kelwin23-Apr-08 3:41 
AnswerRe: SSL decryption Pin
led mike23-Apr-08 8:29
led mike23-Apr-08 8:29 
Generalopen ssl based window c,c++ application Pin
amit_pansuria23-Apr-08 3:28
amit_pansuria23-Apr-08 3:28 
GeneralRe: open ssl based window c,c++ application Pin
CPallini23-Apr-08 3:42
mveCPallini23-Apr-08 3:42 
GeneralRe: open ssl based window c,c++ application Pin
Nemanja Trifunovic23-Apr-08 3:56
Nemanja Trifunovic23-Apr-08 3:56 
GeneralRe: open ssl based window c,c++ application Pin
Maximilien23-Apr-08 4:17
Maximilien23-Apr-08 4:17 

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.