Click here to Skip to main content
16,011,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help with OnPaint Pin
Prakash Nadar5-Mar-04 13:21
Prakash Nadar5-Mar-04 13:21 
GeneralRe: Help with OnPaint Pin
John R. Shaw6-Mar-04 6:18
John R. Shaw6-Mar-04 6:18 
GeneralRe: Help with OnPaint Pin
Joe Woodbury6-Mar-04 11:51
professionalJoe Woodbury6-Mar-04 11:51 
Generalplay music in the background of my program Pin
til rules5-Mar-04 10:41
til rules5-Mar-04 10:41 
GeneralRe: play music in the background of my program Pin
LunaticFringe5-Mar-04 12:41
LunaticFringe5-Mar-04 12:41 
Generalin confused Pin
til rules5-Mar-04 10:18
til rules5-Mar-04 10:18 
GeneralRe: in confused Pin
David Crow5-Mar-04 10:24
David Crow5-Mar-04 10:24 
GeneralRe: in confused Pin
BlackDice5-Mar-04 10:26
BlackDice5-Mar-04 10:26 
private keeps things from being utilized by other classes on accident, or maybe even another user if you plan to let someone else use your classes down the line.

Protected only allows access by derived classes, so it's private to itself and any of its children that are derived from it.

public is letting everyone have access, so that if you have a CEdit control object declared as public, another dialog or screen can access it.

If it's broken, I probably did it

bdiamond
GeneralRe: in confused Pin
til rules5-Mar-04 10:31
til rules5-Mar-04 10:31 
GeneralDisplaying a list of CD/DVD drives Pin
Dev5785-Mar-04 10:06
Dev5785-Mar-04 10:06 
GeneralRe: Displaying a list of CD/DVD drives Pin
mmica5-Mar-04 10:09
mmica5-Mar-04 10:09 
GeneralRe: Displaying a list of CD/DVD drives Pin
David Crow5-Mar-04 10:19
David Crow5-Mar-04 10:19 
GeneralRe: Displaying a list of CD/DVD drives Pin
Prakash Nadar5-Mar-04 13:15
Prakash Nadar5-Mar-04 13:15 
GeneralRe: Displaying a list of CD/DVD drives Pin
David Crow5-Mar-04 10:17
David Crow5-Mar-04 10:17 
GeneralRe: Displaying a list of CD/DVD drives Pin
Michael Dunn5-Mar-04 13:53
sitebuilderMichael Dunn5-Mar-04 13:53 
QuestionHow do I establish a dial up connection Pin
glweid5-Mar-04 7:53
glweid5-Mar-04 7:53 
AnswerRe: How do I establish a dial up connection Pin
David Crow5-Mar-04 8:36
David Crow5-Mar-04 8:36 
AnswerRe: How do I establish a dial up connection Pin
Lee Fuller5-Mar-04 8:41
Lee Fuller5-Mar-04 8:41 
AnswerRe: How do I establish a dial up connection Pin
Ivor S. Sargoytchev5-Mar-04 10:55
Ivor S. Sargoytchev5-Mar-04 10:55 
GeneralQueryInterface failing after network reconnect in DCOM Pin
Nirav Thakkar5-Mar-04 7:23
Nirav Thakkar5-Mar-04 7:23 
GeneralConvert MFC Doc / View App to a COM server Pin
John M. Drescher5-Mar-04 6:53
John M. Drescher5-Mar-04 6:53 
GeneralRe: Convert MFC Doc / View App to a COM server Pin
Prakash Nadar5-Mar-04 7:01
Prakash Nadar5-Mar-04 7:01 
GeneralRe: Convert MFC Doc / View App to a COM server Pin
basementman5-Mar-04 7:24
basementman5-Mar-04 7:24 
GeneralRe: Convert MFC Doc / View App to a COM server Pin
John M. Drescher5-Mar-04 7:52
John M. Drescher5-Mar-04 7:52 
GeneralRe: Convert MFC Doc / View App to a COM server Pin
l a u r e n5-Mar-04 8:20
l a u r e n5-Mar-04 8:20 

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.