Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralReading an *.Dat File(Again) Pin
a_david1231-Aug-05 20:49
a_david1231-Aug-05 20:49 
GeneralRe: Reading an *.Dat File(Again) Pin
khan++1-Aug-05 21:22
khan++1-Aug-05 21:22 
GeneralRe: Reading an *.Dat File(Again) Pin
David Crow2-Aug-05 4:02
David Crow2-Aug-05 4:02 
GeneralExplorer type application Pin
BicycleTheif1-Aug-05 20:47
BicycleTheif1-Aug-05 20:47 
GeneralRe: Explorer type application Pin
P-Rex1-Aug-05 23:19
P-Rex1-Aug-05 23:19 
GeneralRe: Explorer type application Pin
David Crow2-Aug-05 4:07
David Crow2-Aug-05 4:07 
Generalimage subtraction Pin
htv221-Aug-05 20:44
htv221-Aug-05 20:44 
GeneralRe: image subtraction Pin
johny_d2-Aug-05 1:26
johny_d2-Aug-05 1:26 
First, you need to get the dimensions of the bitmaps, then allocate an appropriate array (wid*hei*bpp/8 bytes). Use the GetBitmapBits function to populate the array. Do the same with the second array. Subtract them byte by byte. Use the SetBitmapBits to fill the CBitmap.



Live long and in prosper

johny74656@gmail.com
Generalreset dialog box Pin
Member 20725781-Aug-05 19:29
Member 20725781-Aug-05 19:29 
GeneralRe: reset dialog box Pin
aarontan1-Aug-05 19:35
aarontan1-Aug-05 19:35 
GeneralRe: reset dialog box Pin
Marc Soleda1-Aug-05 21:58
Marc Soleda1-Aug-05 21:58 
GeneralRe: reset dialog box Pin
BlackDice2-Aug-05 2:16
BlackDice2-Aug-05 2:16 
GeneralRe: reset dialog box Pin
David Crow2-Aug-05 4:13
David Crow2-Aug-05 4:13 
Generalmaintain focus in edit box Pin
aarontan1-Aug-05 19:04
aarontan1-Aug-05 19:04 
GeneralRe: maintain focus in edit box Pin
Eytukan1-Aug-05 22:29
Eytukan1-Aug-05 22:29 
GeneralRe: maintain focus in edit box Pin
aarontan2-Aug-05 17:00
aarontan2-Aug-05 17:00 
Questionheader files? Pin
Member 20725781-Aug-05 18:18
Member 20725781-Aug-05 18:18 
AnswerRe: header files? Pin
Blake V. Miller1-Aug-05 18:24
Blake V. Miller1-Aug-05 18:24 
GeneralRe: header files? Pin
Member 20725781-Aug-05 18:42
Member 20725781-Aug-05 18:42 
GeneralRe: header files? Pin
adam syria18-Oct-09 10:59
adam syria18-Oct-09 10:59 
GeneralRe: header files? Pin
Hans Dietrich18-Oct-09 11:30
mentorHans Dietrich18-Oct-09 11:30 
Generalhelp!About change packet data on ndis or spi Pin
riynivke1-Aug-05 16:33
riynivke1-Aug-05 16:33 
GeneralDDE in longhorn Pin
ppp0011-Aug-05 16:25
ppp0011-Aug-05 16:25 
QuestionHow to pass a Structure to CreateProcess as CommnadLine parameter? Pin
ginee1-Aug-05 16:19
ginee1-Aug-05 16:19 
AnswerRe: How to pass a Structure to CreateProcess as CommnadLine parameter? Pin
Rick York1-Aug-05 16:30
mveRick York1-Aug-05 16:30 

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.