Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can a self-extracting file get parameter from html ? Pin
suninwater30-Oct-03 18:24
suninwater30-Oct-03 18:24 
AnswerRe: How can a self-extracting file get parameter from html ? Pin
valikac31-Oct-03 5:22
valikac31-Oct-03 5:22 
GeneralDocking Windows Pin
monrobot1330-Oct-03 17:02
monrobot1330-Oct-03 17:02 
GeneralHelp about GetBitmapBits!!! Pin
twing30-Oct-03 16:07
twing30-Oct-03 16:07 
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 16:18
protectorChristian Graus30-Oct-03 16:18 
GeneralRe: Help about GetBitmapBits!!! Pin
twing30-Oct-03 16:53
twing30-Oct-03 16:53 
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 17:02
protectorChristian Graus30-Oct-03 17:02 
GeneralRe: Help about GetBitmapBits!!! Pin
twing30-Oct-03 17:25
twing30-Oct-03 17:25 
unsigned char *px = new unsigned char[bm.bmHeight*bm.bmWidthBytes];
bitmap->GetBitmapBits(bm.bmHeight*bm.bmWidthBytes,px);

if my image is 24 bit, the px array is stored as neither BGR nor RGB.
why so?

Thank you!

Hello World!
GeneralRe: Help about GetBitmapBits!!! Pin
Christian Graus30-Oct-03 17:27
protectorChristian Graus30-Oct-03 17:27 
QuestionHow to get network interface name of local machine? Pin
George230-Oct-03 15:15
George230-Oct-03 15:15 
AnswerRe: How to get network interface name of local machine? Pin
Alexander M.,30-Oct-03 22:15
Alexander M.,30-Oct-03 22:15 
QuestionDoes anyone have spare time and want to help me? Pin
Snyp30-Oct-03 14:43
Snyp30-Oct-03 14:43 
AnswerRe: Does anyone have spare time and want to help me? Pin
kotbegemot31-Oct-03 1:24
kotbegemot31-Oct-03 1:24 
AnswerRe: Does anyone have spare time and want to help me? Pin
Anonymous24-Dec-04 19:58
Anonymous24-Dec-04 19:58 
GeneralRandom number generator Pin
Snyp30-Oct-03 14:36
Snyp30-Oct-03 14:36 
GeneralRe: Random number generator Pin
alex.barylski30-Oct-03 15:51
alex.barylski30-Oct-03 15:51 
GeneralRe: Random number generator Pin
ZoogieZork30-Oct-03 15:54
ZoogieZork30-Oct-03 15:54 
GeneralRe: Random number generator Pin
Mike Dimmick31-Oct-03 6:14
Mike Dimmick31-Oct-03 6:14 
QuestionHow to create a slider control Pin
vhunghl30-Oct-03 14:07
vhunghl30-Oct-03 14:07 
AnswerRe: How to create a slider control Pin
vcplusplus30-Oct-03 14:16
vcplusplus30-Oct-03 14:16 
GeneralRe: How to create a slider control Pin
vhunghl30-Oct-03 22:44
vhunghl30-Oct-03 22:44 
Questionwhy does it not happen MM_WOM_DONE? Pin
vhunghl30-Oct-03 13:25
vhunghl30-Oct-03 13:25 
Questionhow to find whether a file already exists in a folder? Pin
Deepak Samuel30-Oct-03 12:53
Deepak Samuel30-Oct-03 12:53 
AnswerRe: how to find whether a file already exists in a folder? Pin
yndfcd30-Oct-03 13:17
yndfcd30-Oct-03 13:17 
AnswerRe: how to find whether a file already exists in a folder? Pin
Jeryth30-Oct-03 13:18
Jeryth30-Oct-03 13:18 

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.