Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalwhen to use classes Pin
Archer28221-Sep-04 15:57
Archer28221-Sep-04 15:57 
GeneralRe: when to use classes Pin
Christian Graus21-Sep-04 16:45
protectorChristian Graus21-Sep-04 16:45 
GeneralRe: when to use classes Pin
cmk21-Sep-04 20:40
cmk21-Sep-04 20:40 
GeneralRe: when to use classes Pin
Christian Graus22-Sep-04 10:28
protectorChristian Graus22-Sep-04 10:28 
GeneralRe: when to use classes Pin
cmk21-Sep-04 20:50
cmk21-Sep-04 20:50 
GeneralRe: when to use classes Pin
Neelesh K J Jain21-Sep-04 21:03
Neelesh K J Jain21-Sep-04 21:03 
GeneralRe: when to use classes Pin
V.21-Sep-04 21:22
professionalV.21-Sep-04 21:22 
Generalmschart Pin
yingkou21-Sep-04 14:41
yingkou21-Sep-04 14:41 
how to draw a line on my class derived from CMSChart?I have handle the WM_PAINT,but I find my OnPaint function is not called ,my codes as follow:

BEGIN_MESSAGE_MAP(CMyChart, CMSChart)
//{{AFX_MSG_MAP(CScreenCap)
ON_WM_PAINT()
//}}AFX_MSG_MAP
// Generated message map functions

//{{AFX_MSG(CMyChart)
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()

void CMyChart::OnPaint()
{
if(DRAWLABEL == m_ShowType)
{
DrawBackGround();
DrawLabel();
}
CMSChart::OnPaint();
}
GeneralHelp with limiting fps... ???:-\ Pin
tom_dx21-Sep-04 14:34
tom_dx21-Sep-04 14:34 
QuestionHow would I access a webpage and retrieve data from it? Pin
Redbehelit21-Sep-04 14:19
Redbehelit21-Sep-04 14:19 
AnswerRe: How would I access a webpage and retrieve data from it? Pin
Ravi Bhavnani21-Sep-04 15:21
professionalRavi Bhavnani21-Sep-04 15:21 
GeneralRe: How would I access a webpage and retrieve data from it? Pin
Redbehelit21-Sep-04 15:46
Redbehelit21-Sep-04 15:46 
GeneralRe: How would I access a webpage and retrieve data from it? Pin
ThatsAlok21-Sep-04 19:19
ThatsAlok21-Sep-04 19:19 
GeneralClass templates Pin
0v3rloader21-Sep-04 14:09
0v3rloader21-Sep-04 14:09 
GeneralRe: Class templates Pin
cmk21-Sep-04 21:05
cmk21-Sep-04 21:05 
GeneralRe: Class templates Pin
0v3rloader22-Sep-04 3:38
0v3rloader22-Sep-04 3:38 
GeneralRe: Class templates Pin
cmk22-Sep-04 8:53
cmk22-Sep-04 8:53 
GenerallpCommandLine to pass to CreateProcess Pin
ns21-Sep-04 11:25
ns21-Sep-04 11:25 
GeneralRe: lpCommandLine to pass to CreateProcess Pin
User 665821-Sep-04 12:57
User 665821-Sep-04 12:57 
GeneralListCtrl w/ Editbox & Button Pin
Doug Styner21-Sep-04 11:25
Doug Styner21-Sep-04 11:25 
GeneralSetSecurityInfo for a process Pin
Fabio Panzavolta21-Sep-04 10:57
Fabio Panzavolta21-Sep-04 10:57 
GeneralPrint .jpg file directly to printer without display Pin
sixiang21-Sep-04 10:21
sixiang21-Sep-04 10:21 
GeneralRe: Print .jpg file directly to printer without display Pin
Alexander M.,21-Sep-04 11:21
Alexander M.,21-Sep-04 11:21 
GeneralNeed ODBC help Pin
Alexander M.,21-Sep-04 9:53
Alexander M.,21-Sep-04 9:53 
GeneralRe: Need ODBC help Pin
David Crow21-Sep-04 10:29
David Crow21-Sep-04 10:29 

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.