Click here to Skip to main content
15,885,985 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: terminating, susending/resuming thread ... a little complex issue Pin
Bob Stanneveld9-Feb-06 23:34
Bob Stanneveld9-Feb-06 23:34 
AnswerRe: terminating, susending/resuming thread ... a little complex issue Pin
Rage10-Feb-06 1:27
professionalRage10-Feb-06 1:27 
AnswerRe: terminating, susending/resuming thread ... a little complex issue Pin
Stephen Hewitt11-Feb-06 0:36
Stephen Hewitt11-Feb-06 0:36 
QuestionClass view is not showing the whole classes in my project Pin
BiswaR9-Feb-06 21:06
BiswaR9-Feb-06 21:06 
AnswerRe: Class view is not showing the whole classes in my project Pin
_anil_9-Feb-06 21:11
_anil_9-Feb-06 21:11 
AnswerRe: Class view is not showing the whole classes in my project Pin
ThatsAlok10-Feb-06 0:40
ThatsAlok10-Feb-06 0:40 
QuestionChanging colors of TabCtrl ? Pin
danara9-Feb-06 20:52
danara9-Feb-06 20:52 
AnswerRe: Changing colors of TabCtrl ? Pin
NoxMan9-Feb-06 22:46
NoxMan9-Feb-06 22:46 
You need to WM_PAINT in the class CmyTabCtrl

class CmyTabCtrl : public CTabCtrl
{
// Construction
public:
CmyTabCtrl();
virtual ~CmyTabCtrl();

DECLARE_MESSAGE_MAP()
public:
//{{AFX_MSG(CmyTabCtrl)
afx_msg void OnPaint();
//}}AFX_MSG
};


GeneralRe: Changing colors of TabCtrl ? Pin
danara9-Feb-06 23:46
danara9-Feb-06 23:46 
QuestionGet CPU Usage of each CPU for a process running on multi CPUs system Pin
lvantin9-Feb-06 20:50
lvantin9-Feb-06 20:50 
QuestionListBox Pin
NoxMan9-Feb-06 20:36
NoxMan9-Feb-06 20:36 
AnswerRe: ListBox Pin
Owner drawn9-Feb-06 21:19
Owner drawn9-Feb-06 21:19 
GeneralRe: ListBox Pin
NoxMan9-Feb-06 22:39
NoxMan9-Feb-06 22:39 
QuestionSummation of Floating-point values. Best accuracy. Pin
dmivlad9-Feb-06 20:22
dmivlad9-Feb-06 20:22 
AnswerRe: Summation of Floating-point values. Best accuracy. Pin
Ryan Binns9-Feb-06 21:46
Ryan Binns9-Feb-06 21:46 
GeneralRe: Summation of Floating-point values. Best accuracy. Pin
dmivlad9-Feb-06 23:35
dmivlad9-Feb-06 23:35 
GeneralRe: Summation of Floating-point values. Best accuracy. Pin
Ryan Binns10-Feb-06 12:21
Ryan Binns10-Feb-06 12:21 
GeneralRe: Summation of Floating-point values. Best accuracy. Pin
dmivlad12-Feb-06 19:00
dmivlad12-Feb-06 19:00 
QuestionRead Data from file to CString Pin
anilksingh9-Feb-06 19:58
anilksingh9-Feb-06 19:58 
AnswerRe: Read Data from file to CString Pin
ThatsAlok10-Feb-06 0:02
ThatsAlok10-Feb-06 0:02 
QuestionMac Os Installation Problem Pin
Girish6019-Feb-06 19:39
Girish6019-Feb-06 19:39 
AnswerRe: Mac Os Installation Problem Pin
ThatsAlok10-Feb-06 0:41
ThatsAlok10-Feb-06 0:41 
QuestionOpening other application from our own application Pin
Katamneni9-Feb-06 18:42
Katamneni9-Feb-06 18:42 
AnswerRe: Opening other application from our own application Pin
Cool Ju9-Feb-06 19:30
Cool Ju9-Feb-06 19:30 
AnswerRe: Opening other application from our own application Pin
csc9-Feb-06 20:38
csc9-Feb-06 20:38 

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.