Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Win 32 Tooltip Pin
Neville Franks17-Mar-03 23:35
Neville Franks17-Mar-03 23:35 
GeneralRe: Win 32 Tooltip Pin
georgiek5018-Mar-03 1:28
georgiek5018-Mar-03 1:28 
GeneralReal quick question... Pin
CherezZaboro17-Mar-03 12:16
CherezZaboro17-Mar-03 12:16 
GeneralRe: Real quick question... Pin
_Theo_18-Mar-03 0:14
_Theo_18-Mar-03 0:14 
GeneralRe: Real quick question... Pin
Lakitu18-Mar-03 0:16
Lakitu18-Mar-03 0:16 
QuestionDisable overlay for a MCI window ? Pin
squizz17-Mar-03 11:41
squizz17-Mar-03 11:41 
QuestionOnItemChanged() - how to "reset" it? Pin
ns17-Mar-03 10:59
ns17-Mar-03 10:59 
AnswerRe: OnItemChanged() - how to "reset" it? Pin
Ravi Bhavnani17-Mar-03 11:11
professionalRavi Bhavnani17-Mar-03 11:11 
Seems that when you handle changes to the combo box, you want to repopulate the list control with entries that pertain to the combo box selection. In this case, DeleteAllItems() and add the new ones in the list control.

In the interests of user-friendliness, you may want to also preselect the first (or most appropriate) item in the list control after populating it.

/ravi

Let's put "civil" back in "civilization"
http://www.ravib.com
ravib@ravib.com
GeneralRe: OnItemChanged() - how to "reset" it? Pin
ns17-Mar-03 11:14
ns17-Mar-03 11:14 
GeneralRe: OnItemChanged() - how to "reset" it? Pin
Ravi Bhavnani17-Mar-03 11:37
professionalRavi Bhavnani17-Mar-03 11:37 
GeneralRe: OnItemChanged() - how to "reset" it? Pin
nss17-Mar-03 12:18
nss17-Mar-03 12:18 
GeneralColumns in CListCtrl Pin
MemLeak17-Mar-03 10:26
MemLeak17-Mar-03 10:26 
GeneralRe: Columns in CListCtrl Pin
valikac17-Mar-03 11:35
valikac17-Mar-03 11:35 
GeneralRe: Columns in CListCtrl Pin
Abin17-Mar-03 14:32
Abin17-Mar-03 14:32 
GeneralRe: Columns in CListCtrl Pin
Woody Green17-Mar-03 23:11
Woody Green17-Mar-03 23:11 
GeneralUsing ConnectNamedPipe in a service (OVERLAPPED) Pin
Paul Farry17-Mar-03 10:22
professionalPaul Farry17-Mar-03 10:22 
GeneralRe: Using ConnectNamedPipe in a service (OVERLAPPED) Pin
Paul Farry17-Mar-03 11:30
professionalPaul Farry17-Mar-03 11:30 
GeneralAdding HTML Help to an existing app Pin
trimtrom17-Mar-03 10:06
trimtrom17-Mar-03 10:06 
GeneralQuestion about MFC Message Map Pin
farzadb17-Mar-03 9:57
farzadb17-Mar-03 9:57 
GeneralRe: Question about MFC Message Map Pin
Dave Bryant17-Mar-03 10:01
Dave Bryant17-Mar-03 10:01 
GeneralRe: Question about MFC Message Map Pin
farzadb17-Mar-03 10:59
farzadb17-Mar-03 10:59 
GeneralOverlapped windows Pin
Gleb17-Mar-03 9:37
Gleb17-Mar-03 9:37 
GeneralRe: Overlapped windows Pin
Ravi Bhavnani17-Mar-03 11:06
professionalRavi Bhavnani17-Mar-03 11:06 
QuestionToolbar question? Pin
User 988517-Mar-03 9:34
User 988517-Mar-03 9:34 
GeneralOnCommand() override Pin
ns17-Mar-03 9:32
ns17-Mar-03 9:32 

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.