Click here to Skip to main content
15,898,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: what is "commit storage" any way? Pin
JackPuppy5-Mar-09 23:22
JackPuppy5-Mar-09 23:22 
QuestionResizing CListCtrl Pin
grassrootkit5-Mar-09 20:49
grassrootkit5-Mar-09 20:49 
AnswerRe: Resizing CListCtrl Pin
SandipG 5-Mar-09 21:04
SandipG 5-Mar-09 21:04 
GeneralRe: Resizing CListCtrl Pin
grassrootkit5-Mar-09 21:54
grassrootkit5-Mar-09 21:54 
GeneralRe: Resizing CListCtrl Pin
Code-o-mat5-Mar-09 22:47
Code-o-mat5-Mar-09 22:47 
GeneralRe: Resizing CListCtrl Pin
SandipG 5-Mar-09 23:05
SandipG 5-Mar-09 23:05 
GeneralRe: Resizing CListCtrl Pin
Code-o-mat5-Mar-09 23:10
Code-o-mat5-Mar-09 23:10 
QuestionProblem with a CFont class Pin
prithaa5-Mar-09 20:48
prithaa5-Mar-09 20:48 
Hello

Actually I want to have a class which supports Fonts along with colors.
For which I have a class Font derived from CFont and a member variable of type COLORREF

class Font1 :public CFont
{
public:
Font1(const Font1& F) ;
Font1(CString FontName = TIMESNEWROMAN,
int FontSize = 15,
bool Bold = false,
bool Italic = false,
bool Underline = false,
COLORREF tFontColor = RGB(0,0,255));
COLORREF FontColor;
bool operator =(const Font1& v) ;
void Heading();
virtual ~Font1();
};

I am not able to write the copy constructor for the class and cannot initialize COLORREF variable

Any ideas how should I go about writing.
Thanks
Prithaa
AnswerRe: Problem with a CFont class Pin
Cedric Moonen5-Mar-09 21:07
Cedric Moonen5-Mar-09 21:07 
GeneralRe: Problem with a CFont class Pin
prithaa5-Mar-09 22:03
prithaa5-Mar-09 22:03 
QuestionHow to make an HttpRequest for a file which is on the server from client... Pin
siva4555-Mar-09 20:35
siva4555-Mar-09 20:35 
AnswerRe: How to make an HttpRequest for a file which is on the server from client... Pin
Swapnil Shah5-Mar-09 20:48
Swapnil Shah5-Mar-09 20:48 
GeneralRe: How to make an HttpRequest for a file which is on the server from client... Pin
siva4556-Mar-09 0:31
siva4556-Mar-09 0:31 
GeneralRe: How to make an HttpRequest for a file which is on the server from client... Pin
Swapnil Shah6-Mar-09 2:03
Swapnil Shah6-Mar-09 2:03 
GeneralRe: How to make an HttpRequest for a file which is on the server from client... Pin
siva4556-Mar-09 18:54
siva4556-Mar-09 18:54 
AnswerRe: How to make an HttpRequest for a file which is on the server from client... Pin
David Crow6-Mar-09 3:26
David Crow6-Mar-09 3:26 
QuestionHow to make a color to checkbox and radion button. Pin
tgm.arjun095-Mar-09 20:28
tgm.arjun095-Mar-09 20:28 
AnswerRe: How to make a color to checkbox and radion button. Pin
«_Superman_»5-Mar-09 20:34
professional«_Superman_»5-Mar-09 20:34 
GeneralRe: How to make a color to checkbox and radion button. Pin
tgm.arjun0911-Mar-09 21:21
tgm.arjun0911-Mar-09 21:21 
Questionhow to convert CString to char*[]? Pin
AnithaSubramani5-Mar-09 20:28
AnithaSubramani5-Mar-09 20:28 
AnswerRe: how to convert CString to char*[]? Pin
Cedric Moonen5-Mar-09 20:34
Cedric Moonen5-Mar-09 20:34 
AnswerRe: how to convert CString to char*[]? Pin
CPallini5-Mar-09 21:11
mveCPallini5-Mar-09 21:11 
AnswerRe: how to convert CString to char*[]? Pin
Eytukan5-Mar-09 22:41
Eytukan5-Mar-09 22:41 
QuestionRe: how to convert CString to char*[]? Pin
David Crow6-Mar-09 3:29
David Crow6-Mar-09 3:29 
Questionwebbrowser control - send Post Data problem Pin
TreantBG5-Mar-09 20:23
TreantBG5-Mar-09 20:23 

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.