Click here to Skip to main content
15,891,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: checking the current time in C++ Pin
David Crow29-Feb-08 10:19
David Crow29-Feb-08 10:19 
GeneralRe: checking the current time in C++ Pin
Bram van Kampen29-Feb-08 12:39
Bram van Kampen29-Feb-08 12:39 
GeneralRe: checking the current time in C++ Pin
nahitan1-Mar-08 11:41
nahitan1-Mar-08 11:41 
GeneralRe: checking the current time in C++ Pin
Bram van Kampen5-Mar-08 16:45
Bram van Kampen5-Mar-08 16:45 
GeneralRe: checking the current time in C++ Pin
nahitan12-Mar-08 7:02
nahitan12-Mar-08 7:02 
GeneralRe: checking the current time in C++ Pin
Bram van Kampen5-Mar-08 16:52
Bram van Kampen5-Mar-08 16:52 
GeneralRe: checking the current time in C++ Pin
User 23822921-Mar-08 18:37
User 23822921-Mar-08 18:37 
Generalabout the listbox part of combobox Pin
Koder29-Feb-08 7:58
Koder29-Feb-08 7:58 
Hi,

How does the listbox part of combobox appear beyond the parent's client area without being clipped whereas a hand made listbox,when moved near the edge of the parent's client area get clipped?

I mean, suppose the parent's client area is 300x300. If I move a combobox to 100,250 with dropdown height as 100 and click on it, it opens up. Now suppose I move a listbox of size 100x200 to 100,250. It is clipped.

What's the trickConfused | :confused: ? I guessed the combo's listbox is sibling of the combo's parent and has higher Z order....

I need this to work. F1.

Koder.
GeneralRe: about the listbox part of combobox Pin
Mark Salsbery29-Feb-08 8:40
Mark Salsbery29-Feb-08 8:40 
GeneralRe: about the listbox part of combobox Pin
led mike29-Feb-08 9:56
led mike29-Feb-08 9:56 
GeneralRe: about the listbox part of combobox Pin
Mark Salsbery29-Feb-08 10:12
Mark Salsbery29-Feb-08 10:12 
GeneralRe: about the listbox part of combobox Pin
led mike29-Feb-08 10:46
led mike29-Feb-08 10:46 
GeneralRe: about the listbox part of combobox Pin
Mark Salsbery29-Feb-08 10:55
Mark Salsbery29-Feb-08 10:55 
GeneralRe: about the listbox part of combobox [modified] Pin
led mike29-Feb-08 11:02
led mike29-Feb-08 11:02 
GeneralRe: about the listbox part of combobox Pin
Mark Salsbery29-Feb-08 11:20
Mark Salsbery29-Feb-08 11:20 
GeneralRe: about the listbox part of combobox Pin
Mark Salsbery29-Feb-08 11:41
Mark Salsbery29-Feb-08 11:41 
GeneralRe: about the listbox part of combobox Pin
bob169721-Mar-08 5:50
bob169721-Mar-08 5:50 
GeneralRe: about the listbox part of combobox Pin
Mark Salsbery1-Mar-08 8:19
Mark Salsbery1-Mar-08 8:19 
GeneralRe: about the listbox part of combobox Pin
Koder4-Mar-08 7:43
Koder4-Mar-08 7:43 
GeneralRe: about the listbox part of combobox Pin
Koder4-Mar-08 7:44
Koder4-Mar-08 7:44 
GeneralRe: about the listbox part of combobox Pin
bob169721-Mar-08 5:52
bob169721-Mar-08 5:52 
GeneralRe: about the listbox part of combobox Pin
JohnCz2-Mar-08 4:57
JohnCz2-Mar-08 4:57 
GeneralRe: about the listbox part of combobox Pin
Koder4-Mar-08 7:42
Koder4-Mar-08 7:42 
GeneralRe: about the listbox part of combobox Pin
JohnCz4-Mar-08 12:17
JohnCz4-Mar-08 12:17 
GeneralSoftware licensing system Pin
Don M29-Feb-08 5:20
Don M29-Feb-08 5:20 

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.