Click here to Skip to main content
15,896,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralShellExecute Pin
T i T i12-Jan-05 21:13
T i T i12-Jan-05 21:13 
GeneralRe: ShellExecute Pin
Antony M Kancidrowski12-Jan-05 23:44
Antony M Kancidrowski12-Jan-05 23:44 
GeneralI am confused with this: Pin
Noble D. Bell12-Jan-05 17:50
Noble D. Bell12-Jan-05 17:50 
GeneralRe: I am confused with this: Pin
ThatsAlok12-Jan-05 18:24
ThatsAlok12-Jan-05 18:24 
GeneralRe: I am confused with this: Pin
ThatsAlok12-Jan-05 18:25
ThatsAlok12-Jan-05 18:25 
GeneralRe: I am confused with this: Pin
Selvam R12-Jan-05 23:26
professionalSelvam R12-Jan-05 23:26 
GeneralPROBLEM DRAWING WITH A MOUSE Pin
phijophlip12-Jan-05 17:06
phijophlip12-Jan-05 17:06 
GeneralRe: PROBLEM DRAWING WITH A MOUSE Pin
namaskaaram12-Jan-05 17:46
namaskaaram12-Jan-05 17:46 
i dunno if thiz will help!!!!!
why dont u use the CPen function???and attach it with the dc object.....
if making a simple drawing application is ur aim,u will find thiz useful......

herez the sample code.....

CDC dc(this);
CPen penz(PS_SOLID,1,RGB(255,0,0));//here 1 standz for pen stroke thickness.....
dc.SelectObject(&penz);//attact it to the dc object.....




hope u find that useful!!!!!;)


happy programmin.....

cheerz.....
Big Grin | :-D
GeneralRe: PROBLEM DRAWING WITH A MOUSE Pin
ThatsAlok12-Jan-05 18:49
ThatsAlok12-Jan-05 18:49 
GeneralCompiler error!! !! Pin
LiYS12-Jan-05 16:10
LiYS12-Jan-05 16:10 
GeneralRe: Compiler error!! !! Pin
nutkase12-Jan-05 22:18
nutkase12-Jan-05 22:18 
GeneralON_WM_KILLFOCUS Pin
digwizfox12-Jan-05 15:23
digwizfox12-Jan-05 15:23 
GeneralRe: ON_WM_KILLFOCUS Pin
Ryan Binns12-Jan-05 17:00
Ryan Binns12-Jan-05 17:00 
GeneralRe: ON_WM_KILLFOCUS Pin
digwizfox13-Jan-05 6:33
digwizfox13-Jan-05 6:33 
GeneralDynamic Views Pin
Anonymous12-Jan-05 15:12
Anonymous12-Jan-05 15:12 
GeneralRe: Dynamic Views Pin
Yulianto.12-Jan-05 15:31
Yulianto.12-Jan-05 15:31 
GeneralMSVC 2003 GUI Help Pin
c++code10112-Jan-05 14:31
c++code10112-Jan-05 14:31 
GeneralSending output to a printer Pin
BRIMID12-Jan-05 13:29
BRIMID12-Jan-05 13:29 
GeneralMFC socket programing problem Pin
shaihnc12-Jan-05 12:39
shaihnc12-Jan-05 12:39 
GeneralRe: MFC socket programing problem Pin
shaihnc13-Jan-05 5:32
shaihnc13-Jan-05 5:32 
GeneralSpeed of operators Pin
Malcolm Smart12-Jan-05 11:57
Malcolm Smart12-Jan-05 11:57 
GeneralRe: Speed of operators Pin
Rick York12-Jan-05 12:18
mveRick York12-Jan-05 12:18 
GeneralRe: Speed of operators Pin
Mike Dimmick12-Jan-05 12:19
Mike Dimmick12-Jan-05 12:19 
GeneralRe: Speed of operators Pin
Mike Dimmick12-Jan-05 12:59
Mike Dimmick12-Jan-05 12:59 
GeneralRe: Speed of operators Pin
Ryan Binns12-Jan-05 16:58
Ryan Binns12-Jan-05 16:58 

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.