Click here to Skip to main content
15,904,926 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Get chinese text from rtf in messagebox . Pin
Matthew Faithfull7-Jan-08 1:14
Matthew Faithfull7-Jan-08 1:14 
GeneralThe pre tag issue Pin
Maxwell Chen7-Jan-08 1:19
Maxwell Chen7-Jan-08 1:19 
GeneralRe: How to Get chinese text from rtf in messagebox . Pin
Maxwell Chen7-Jan-08 1:10
Maxwell Chen7-Jan-08 1:10 
GeneralSmall buttons in the caption bar of file open dialog Pin
emmmatty16-Jan-08 22:53
emmmatty16-Jan-08 22:53 
GeneralRe: Small buttons in the caption bar of file open dialog Pin
Matthew Faithfull6-Jan-08 23:42
Matthew Faithfull6-Jan-08 23:42 
GeneralGetting ScanLine of bitmap image Pin
trioum6-Jan-08 22:53
trioum6-Jan-08 22:53 
QuestionRe: Getting ScanLine of bitmap image Pin
CPallini7-Jan-08 0:10
mveCPallini7-Jan-08 0:10 
GeneralRe: Getting ScanLine of bitmap image Pin
Jun Du7-Jan-08 4:35
Jun Du7-Jan-08 4:35 
Assume you have a CBitmap object, pBmp. Follow these steps:
1) Declare a BITMAP structure, btmp.
2) Call pBmp->GetBitmap(&btmp) to fill in the BITMAP structure.
3) btmp.bmHeight should be the scan lines (height of the bitmap).
4) BTW, m_bitmap.bmWidthBytes should be the width of the bitmap times the color depth in bytes.

Best,
Jun

Generalproblem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy6-Jan-08 22:45
gentleguy6-Jan-08 22:45 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
CPallini6-Jan-08 23:15
mveCPallini6-Jan-08 23:15 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy7-Jan-08 0:09
gentleguy7-Jan-08 0:09 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
CPallini7-Jan-08 0:12
mveCPallini7-Jan-08 0:12 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy7-Jan-08 0:19
gentleguy7-Jan-08 0:19 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
CPallini7-Jan-08 0:22
mveCPallini7-Jan-08 0:22 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy7-Jan-08 0:25
gentleguy7-Jan-08 0:25 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory [modified] Pin
gentleguy7-Jan-08 0:29
gentleguy7-Jan-08 0:29 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
Matthew Faithfull7-Jan-08 1:09
Matthew Faithfull7-Jan-08 1:09 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
gentleguy7-Jan-08 14:12
gentleguy7-Jan-08 14:12 
GeneralRe: problem:\PSOstatic\PSOaddition.h': No such file or directory Pin
Matthew Faithfull7-Jan-08 22:58
Matthew Faithfull7-Jan-08 22:58 
GeneralUse of CStringArray Pin
CodingLover6-Jan-08 22:26
CodingLover6-Jan-08 22:26 
GeneralRe: Use of CStringArray Pin
Maxwell Chen6-Jan-08 22:40
Maxwell Chen6-Jan-08 22:40 
QuestionRe: Use of CStringArray Pin
CPallini6-Jan-08 23:07
mveCPallini6-Jan-08 23:07 
GeneralRe: Use of CStringArray Pin
CodingLover6-Jan-08 23:19
CodingLover6-Jan-08 23:19 
QuestionRe: Use of CStringArray Pin
CPallini7-Jan-08 0:04
mveCPallini7-Jan-08 0:04 
GeneralRe: Use of CStringArray Pin
CodingLover7-Jan-08 0:48
CodingLover7-Jan-08 0: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.