Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: create window groups Pin
shaosean29-Oct-09 9:25
shaosean29-Oct-09 9:25 
GeneralRe: create window groups Pin
CPallini29-Oct-09 3:24
mveCPallini29-Oct-09 3:24 
GeneralRe: create window groups Pin
Maximilien29-Oct-09 4:23
Maximilien29-Oct-09 4:23 
GeneralRe: create window groups Pin
shaosean29-Oct-09 8:39
shaosean29-Oct-09 8:39 
AnswerRe: create window groups Pin
Maximilien29-Oct-09 4:32
Maximilien29-Oct-09 4:32 
QuestionProblem in SetFont of GroupBox Caption in PropertyPages? Pin
Le@rner29-Oct-09 2:40
Le@rner29-Oct-09 2:40 
AnswerRe: Problem in SetFont of GroupBox Caption in PropertyPages? Pin
David Crow29-Oct-09 3:08
David Crow29-Oct-09 3:08 
QuestionStatic Control in Combo Pin
kumar sanghvi29-Oct-09 1:42
kumar sanghvi29-Oct-09 1:42 
Hi,
how can i get handle to static control in combobox..
i tried

COMBOBOXINFO cbi;
cbi.cbSize = sizeof(COMBOBOXINFO);
m_ComboBox.GetComboBoxInfo(&cbi);

but cbi gives the handle for edit control but not static control....

Please help me regarding the same..
AnswerRe: Static Control in Combo Pin
Covean29-Oct-09 2:07
Covean29-Oct-09 2:07 
Questionsaving the external input number to a variable Pin
raviteja202029-Oct-09 1:10
raviteja202029-Oct-09 1:10 
AnswerRe: saving the external input number to a variable Pin
enhzflep29-Oct-09 1:59
enhzflep29-Oct-09 1:59 
QuestionRe: saving the external input number to a variable Pin
David Crow29-Oct-09 2:39
David Crow29-Oct-09 2:39 
AnswerRe: saving the external input number to a variable Pin
Iain Clarke, Warrior Programmer29-Oct-09 2:56
Iain Clarke, Warrior Programmer29-Oct-09 2:56 
QuestionCComboBox in CHeaderCtrl of CListCtrl Pin
Sheebuk29-Oct-09 0:03
Sheebuk29-Oct-09 0:03 
AnswerRe: CComboBox in CHeaderCtrl of CListCtrl Pin
Iain Clarke, Warrior Programmer29-Oct-09 3:07
Iain Clarke, Warrior Programmer29-Oct-09 3:07 
GeneralRe: CComboBox in CHeaderCtrl of CListCtrl Pin
Sheebuk29-Oct-09 5:50
Sheebuk29-Oct-09 5:50 
QuestionMaking a DNS (domain name system) resolver with c++ [modified] Pin
marti8628-Oct-09 23:59
marti8628-Oct-09 23:59 
AnswerRe: Making a DNS (domain name system) resolver with c++ Pin
David Crow29-Oct-09 2:40
David Crow29-Oct-09 2:40 
QuestionExecuting a process a startup of System?(Vista & Windows 2008) [modified] Pin
Kushagra Tiwari28-Oct-09 23:40
Kushagra Tiwari28-Oct-09 23:40 
AnswerRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
Iain Clarke, Warrior Programmer29-Oct-09 0:19
Iain Clarke, Warrior Programmer29-Oct-09 0:19 
AnswerRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
Kushagra Tiwari29-Oct-09 0:42
Kushagra Tiwari29-Oct-09 0:42 
GeneralRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
dxlee29-Oct-09 3:48
dxlee29-Oct-09 3:48 
GeneralRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
Kushagra Tiwari29-Oct-09 4:00
Kushagra Tiwari29-Oct-09 4:00 
GeneralRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
dxlee29-Oct-09 4:02
dxlee29-Oct-09 4:02 
GeneralRe: Executing a process a startup of System?(Vista & Windows 2008) Pin
Kushagra Tiwari29-Oct-09 4:04
Kushagra Tiwari29-Oct-09 4:04 

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.