Click here to Skip to main content
15,879,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 20:16
Naveen15-Sep-09 20:16 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 20:36
Game-point15-Sep-09 20:36 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 20:39
Naveen15-Sep-09 20:39 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 20:42
Game-point15-Sep-09 20:42 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 21:00
Naveen15-Sep-09 21:00 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 21:33
Game-point15-Sep-09 21:33 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 21:35
Naveen15-Sep-09 21:35 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 21:51
Game-point15-Sep-09 21:51 
its execute completly with out error but its not creating any rectangle in image... naveen ...

HGDIOBJ TmpObj2 = SelectObject(TmpDC,(HGDIOBJ)(HBITMAP)_image);			
Rectangle(TmpDC, 0,0, width/2, height/2 );
SelectObject(TmpDC,TmpObj2);
::ReleaseDC(NULL,pDC);


any need to create the new bitmap for this HGDIOBJ TmpObj2 ..??

~~~~~~~~~~~~~Raju~~~~~~~~~~~~~


GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 21:52
Naveen15-Sep-09 21:52 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 21:58
Game-point15-Sep-09 21:58 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 22:07
Naveen15-Sep-09 22:07 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 22:19
Game-point15-Sep-09 22:19 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 22:22
Naveen15-Sep-09 22:22 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 22:32
Game-point15-Sep-09 22:32 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 22:36
Naveen15-Sep-09 22:36 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 23:39
Game-point15-Sep-09 23:39 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Naveen15-Sep-09 23:45
Naveen15-Sep-09 23:45 
GeneralRe: Drawing lines, shapes on bitmaps Pin
Game-point15-Sep-09 23:51
Game-point15-Sep-09 23:51 
AnswerRe: Drawing lines, shapes on bitmaps - use Image Viewer Pin
Iain Clarke, Warrior Programmer15-Sep-09 21:17
Iain Clarke, Warrior Programmer15-Sep-09 21:17 
QuestionUse CEdit control in VC2005 Pin
liu3p15-Sep-09 17:13
liu3p15-Sep-09 17:13 
AnswerRe: Use CEdit control in VC2005 Pin
Naveen15-Sep-09 17:46
Naveen15-Sep-09 17:46 
GeneralRe: Use CEdit control in VC2005 Pin
«_Superman_»15-Sep-09 19:35
professional«_Superman_»15-Sep-09 19:35 
GeneralRe: Use CEdit control in VC2005 Pin
liu3p15-Sep-09 19:53
liu3p15-Sep-09 19:53 
QuestionWhat is wrong with this program? Pin
belleissexy33315-Sep-09 13:11
belleissexy33315-Sep-09 13:11 
AnswerRe: What is wrong with this program? Pin
Chris Losinger15-Sep-09 14:55
professionalChris Losinger15-Sep-09 14:55 

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.