Click here to Skip to main content
15,881,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: [mfc] system tray icons Pin
David Crow20-Feb-06 3:09
David Crow20-Feb-06 3:09 
Question[mfc] combobox - disable typing Pin
Sam 200619-Feb-06 8:14
Sam 200619-Feb-06 8:14 
AnswerRe: [mfc] combobox - disable typing Pin
Christian Graus19-Feb-06 8:24
protectorChristian Graus19-Feb-06 8:24 
GeneralRe: [mfc] combobox - disable typing Pin
Sam 200619-Feb-06 8:30
Sam 200619-Feb-06 8:30 
GeneralRe: [mfc] combobox - disable typing Pin
Jörgen Sigvardsson19-Feb-06 9:53
Jörgen Sigvardsson19-Feb-06 9:53 
AnswerRe: [mfc] combobox - disable typing Pin
MANISH RASTOGI19-Feb-06 17:32
MANISH RASTOGI19-Feb-06 17:32 
QuestionMFCGridCtrl not visible Pin
toxcct19-Feb-06 4:52
toxcct19-Feb-06 4:52 
Questioncheck box in CButtonST Pin
Member 200639819-Feb-06 3:16
Member 200639819-Feb-06 3:16 
I use CButtonST Class to enhance checkbox in Dialog.
but according to the example of CButtonST ,I can't success.
who know why? thanks.forgive my poor english.

//dlg.h
CButtonST m_chkCheckbox;
//dlg.cpp
DDX_Control(pDX, IDC_CHECK, m_chkCheckbox);
BOOL CDlgDisk::OnInitDialog()
{
CDialog::OnInitDialog();
m_chkCheckbox.SetIcon(IDI_LEDON,IDI_LEDOFF);

return TRUE;
}

AnswerRe: check box in CButtonST Pin
Owner drawn19-Feb-06 18:18
Owner drawn19-Feb-06 18:18 
QuestionRight-Aligned Tree Control Pin
Hadi Rezaee19-Feb-06 1:58
Hadi Rezaee19-Feb-06 1:58 
QuestionChanging a System Tray Icon Menu? Pin
-273C18-Feb-06 23:49
-273C18-Feb-06 23:49 
AnswerRe: Changing a System Tray Icon Menu? Pin
Gary R. Wheeler19-Feb-06 4:05
Gary R. Wheeler19-Feb-06 4:05 
GeneralRe: Changing a System Tray Icon Menu? Pin
-273C19-Feb-06 5:12
-273C19-Feb-06 5:12 
GeneralRe: Changing a System Tray Icon Menu? Pin
Gary R. Wheeler19-Feb-06 5:50
Gary R. Wheeler19-Feb-06 5:50 
GeneralRe: Changing a System Tray Icon Menu? Pin
-273C19-Feb-06 12:16
-273C19-Feb-06 12:16 
GeneralRe: Changing a System Tray Icon Menu? Pin
Owner drawn19-Feb-06 18:23
Owner drawn19-Feb-06 18:23 
Questionhow to explore file? Pin
nm_11418-Feb-06 21:13
nm_11418-Feb-06 21:13 
AnswerRe: how to explore file? Pin
David Crow19-Feb-06 9:59
David Crow19-Feb-06 9:59 
Questionocx replace1 Pin
mahmoodi18-Feb-06 20:35
mahmoodi18-Feb-06 20:35 
Questionocx replace Pin
mahmoodi18-Feb-06 20:34
mahmoodi18-Feb-06 20:34 
QuestionQuestion Pin
Hamid_RT18-Feb-06 20:28
Hamid_RT18-Feb-06 20:28 
AnswerRe: Question Pin
mbue18-Feb-06 20:56
mbue18-Feb-06 20:56 
AnswerRe: Question Pin
Divyang Mithaiwala18-Feb-06 21:19
Divyang Mithaiwala18-Feb-06 21:19 
Questionfind pixel colour on screen Pin
OnTilt18-Feb-06 18:51
OnTilt18-Feb-06 18:51 
AnswerRe: find pixel colour on screen Pin
Divyang Mithaiwala18-Feb-06 20:57
Divyang Mithaiwala18-Feb-06 20:57 

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.