Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionStatic Control in Combo Pin
kumar sanghvi29-Oct-09 1:42
kumar sanghvi29-Oct-09 1:42 
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 
I'm 99% sure you can't do this. So, you have a few choices...

You could make a few comboboxes above the list control, and not use the header text?

Or you could detect that someone has clicked on the header control, and instead of sorting (default bahaviour), you could pop up a box instead?

For ideas on how to do that, have a look at my article: Generic Picker Dropdown Control[^] or the original inspiration for my article: Office 97 style Colour Picker control[^]

You won't be able to use them directly, but they will help you with the idea of positionaing a popup window next to another, in such a way as it looks like a combobox.

You have a thrid alternative of explaining to whoever is requiring this requirement that what they want is not easy, and are they sure they want to budget time / resources to this...

Good luck,

Iain.

I have now moved to Sweden for love (awwww).
If you're in Scandinavia and want an MVP on the payroll (or happy with a remote worker), or need contract work done, give me a job! http://cv.imcsoft.co.uk/[^]

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 
QuestionHow to check if any specific folder is empty Pin
sunny_vc28-Oct-09 23:07
sunny_vc28-Oct-09 23:07 
AnswerRe: How to check if any specific folder is empty Pin
Richard MacCutchan28-Oct-09 23:21
mveRichard MacCutchan28-Oct-09 23:21 
AnswerRe: How to check if any specific folder is empty Pin
Randor 28-Oct-09 23:23
professional Randor 28-Oct-09 23:23 
QuestionRe: How to check if any specific folder is empty Pin
Iain Clarke, Warrior Programmer29-Oct-09 0:21
Iain Clarke, Warrior Programmer29-Oct-09 0:21 
AnswerRe: How to check if any specific folder is empty Pin
sunny_vc29-Oct-09 0:33
sunny_vc29-Oct-09 0:33 
GeneralRe: How to check if any specific folder is empty [modified] Pin
Michael Schubert29-Oct-09 1:04
Michael Schubert29-Oct-09 1:04 
GeneralRe: How to check if any specific folder is empty Pin
sunny_vc29-Oct-09 1:49
sunny_vc29-Oct-09 1:49 

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.