Click here to Skip to main content
15,915,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GDI+ lib file Pin
Neo Andreson7-Dec-06 20:54
Neo Andreson7-Dec-06 20:54 
GeneralRe: GDI+ lib file Pin
Neo Andreson7-Dec-06 21:01
Neo Andreson7-Dec-06 21:01 
QuestionBitBlt() Problem, Please help ... Pin
MacGadger7-Dec-06 20:06
MacGadger7-Dec-06 20:06 
AnswerRe: BitBlt() Problem, Please help ... Pin
Hamid_RT7-Dec-06 20:41
Hamid_RT7-Dec-06 20:41 
GeneralRe: BitBlt() Problem, Please help ... Pin
MacGadger7-Dec-06 21:45
MacGadger7-Dec-06 21:45 
GeneralRe: BitBlt() Problem, Please help ... Pin
Hamid_RT7-Dec-06 21:56
Hamid_RT7-Dec-06 21:56 
QuestionRe: BitBlt() Problem, Please help ... Pin
MacGadger8-Dec-06 17:59
MacGadger8-Dec-06 17:59 
AnswerRe: BitBlt() Problem, Please help ... Pin
Hamid_RT9-Dec-06 20:47
Hamid_RT9-Dec-06 20:47 
I was tring to this.
You can create a dc bitmap then load your image with this dc,now you have your image on dc next step you want to split this image so create a another dc and bitmap(20x20) you must use of BitBlt for draw on the another dc.BitBlt(this hdc is second dc that you created for split,......,this dc has your image)
Now you have a bitmap(20x20) on second dc that it has bitmap then you can attach this handle to CImage class and save to a file(bmp/jpg...)




WhiteSky

Questionhow to read a hex value and convert it into binary Pin
Feroz R7-Dec-06 19:46
Feroz R7-Dec-06 19:46 
AnswerRe: how to read a hex value and convert it into binary Pin
ThatsAlok7-Dec-06 19:58
ThatsAlok7-Dec-06 19:58 
AnswerRe: how to read a hex value and convert it into binary Pin
Hamid_RT7-Dec-06 20:44
Hamid_RT7-Dec-06 20:44 
AnswerRe: how to read a hex value and convert it into binary Pin
David Crow8-Dec-06 4:00
David Crow8-Dec-06 4:00 
QuestionCheckoxes Pin
radhika287-Dec-06 19:19
radhika287-Dec-06 19:19 
AnswerRe: Checkoxes Pin
ThatsAlok7-Dec-06 19:33
ThatsAlok7-Dec-06 19:33 
GeneralRe: Checkoxes Pin
radhika287-Dec-06 19:38
radhika287-Dec-06 19:38 
GeneralRe: Checkoxes Pin
Hamid_RT7-Dec-06 20:54
Hamid_RT7-Dec-06 20:54 
GeneralRe: Checkoxes Pin
radhika287-Dec-06 21:43
radhika287-Dec-06 21:43 
GeneralRe: Checkoxes Pin
Hamid_RT7-Dec-06 21:49
Hamid_RT7-Dec-06 21:49 
GeneralRe: Checkoxes Pin
radhika287-Dec-06 21:53
radhika287-Dec-06 21:53 
GeneralRe: Checkoxes Pin
Hamid_RT7-Dec-06 21:58
Hamid_RT7-Dec-06 21:58 
GeneralRe: Checkoxes Pin
radhika287-Dec-06 22:13
radhika287-Dec-06 22:13 
GeneralRe: Checkoxes Pin
Hamid_RT8-Dec-06 1:14
Hamid_RT8-Dec-06 1:14 
GeneralRe: Checkoxes Pin
Hamid_RT10-Dec-06 6:53
Hamid_RT10-Dec-06 6:53 
QuestionExample for Windows service in Native code Pin
dvsr7-Dec-06 19:01
dvsr7-Dec-06 19:01 
GeneralRe: Example for Windows service in Native code Pin
prasad_som7-Dec-06 19:11
prasad_som7-Dec-06 19:11 

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.