Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralListView_SortItems Pin
Anonymous5-Nov-04 7:03
Anonymous5-Nov-04 7:03 
General(help) Unicode and text files Pin
necroleak5-Nov-04 6:47
sussnecroleak5-Nov-04 6:47 
GeneralRe: (help) Unicode and text files Pin
peterchen5-Nov-04 23:56
peterchen5-Nov-04 23:56 
GeneralRemoving signature from a dll Pin
wrykyn5-Nov-04 6:03
wrykyn5-Nov-04 6:03 
GeneralOwner Drawn Button Pin
Timothy Grabrian5-Nov-04 5:47
professionalTimothy Grabrian5-Nov-04 5:47 
GeneralRe: Owner Drawn Button Pin
Antony M Kancidrowski5-Nov-04 6:12
Antony M Kancidrowski5-Nov-04 6:12 
GeneralRe: Owner Drawn Button Pin
Timothy Grabrian5-Nov-04 7:12
professionalTimothy Grabrian5-Nov-04 7:12 
GeneralRe: Owner Drawn Button Pin
John R. Shaw5-Nov-04 10:30
John R. Shaw5-Nov-04 10:30 
You'll need to call SetROP2() with the appropriate draw mode type then select a null brush into the DC so that Rectangle() will only draw the border of the rectangle without filling it.

You could take a look at one of the custom button drawing articles to see how it is done. Yes I know they are using MFC, but the steps are exactly the same. Since MFC DC class is just a wrapper around the Win32 function calls with some additional functionality to help avoid a few steps, you should have no problem understanding what they are doing.

Good Luck!

INTP
GeneralContext menu on system tray icon Pin
lillah5-Nov-04 4:31
lillah5-Nov-04 4:31 
GeneralRe: Context menu on system tray icon Pin
lillah6-Nov-04 5:28
lillah6-Nov-04 5:28 
GeneralRe: Context menu on system tray icon Pin
ThatsAlok6-Nov-04 18:12
ThatsAlok6-Nov-04 18:12 
GeneralRe: Context menu on system tray icon Pin
lillah8-Nov-04 6:13
lillah8-Nov-04 6:13 
GeneralAccessing main form from functions in other classes Pin
PaJamaMan815-Nov-04 3:56
PaJamaMan815-Nov-04 3:56 
GeneralRe: Accessing main form from functions in other classes Pin
RChin5-Nov-04 4:35
RChin5-Nov-04 4:35 
GeneralHelp me plase :: Math Class Pin
Anonymous5-Nov-04 3:49
Anonymous5-Nov-04 3:49 
GeneralRe: Help me plase :: Math Class Pin
Per Svedensten5-Nov-04 4:01
Per Svedensten5-Nov-04 4:01 
GeneralRe: Help me plase :: Math Class Pin
Arsalan Malik5-Nov-04 16:49
Arsalan Malik5-Nov-04 16:49 
Generaltalha rehman here Pin
Talha Rehman6-Nov-04 10:20
Talha Rehman6-Nov-04 10:20 
GeneralHelp me plase :: Array of CString Pin
TooLeeDiN5-Nov-04 3:44
TooLeeDiN5-Nov-04 3:44 
GeneralRe: Help me plase :: Array of CString Pin
Maximilien5-Nov-04 3:53
Maximilien5-Nov-04 3:53 
GeneralRe: Help me plase :: Array of CString Pin
Kevin McFarlane5-Nov-04 4:54
Kevin McFarlane5-Nov-04 4:54 
GeneralFile size on disk Pin
Fred_1235-Nov-04 3:21
Fred_1235-Nov-04 3:21 
GeneralRe: File size on disk Pin
David Crow5-Nov-04 5:20
David Crow5-Nov-04 5:20 
GeneralRe: File size on disk Pin
Arsalan Malik5-Nov-04 16:51
Arsalan Malik5-Nov-04 16:51 
GeneralRe: File size on disk Pin
David Crow8-Nov-04 6:19
David Crow8-Nov-04 6:19 

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.