Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Possible Networking Program Design :: Winsock Pin
valikac4-May-02 8:30
valikac4-May-02 8:30 
GeneralRe: Possible Networking Program Design :: Winsock Pin
Felix Gartsman5-May-02 5:25
Felix Gartsman5-May-02 5:25 
GeneralRe: Possible Networking Program Design :: Winsock Pin
valikac5-May-02 5:40
valikac5-May-02 5:40 
GeneralConfused about FindResource Pin
albean4-May-02 5:48
albean4-May-02 5:48 
GeneralRe: Confused about FindResource Pin
l a u r e n4-May-02 6:55
l a u r e n4-May-02 6:55 
GeneralRe: Confused about FindResource Pin
albean4-May-02 9:12
albean4-May-02 9:12 
GeneralRe: Confused about FindResource Pin
Michael Dunn4-May-02 9:25
sitebuilderMichael Dunn4-May-02 9:25 
QuestionSet Combo Box values?? Pin
Aoife4-May-02 3:07
Aoife4-May-02 3:07 
Hello,

I'm using MFC dialog based app. In it I have two dialog boxes Dialog1 and Dialog2. There is a Combo Box in Dialog2 that I want to populate with integer values obtained from Dialog1. The following explains what I want to do.


Dialog1.cpp

#include "Dialog2.h"


clear all contents from the Combo Box in Dialog2

while (number < 10)
{
...
if(some condition)
{
write whatever the 'number' value is to the
combo box in Dialog2
}
...

number++;
}


Does anyone know how I can do this or know of any document explaining this.

Thanks in advance,

Aoife
AnswerRe: Set Combo Box values?? Pin
Ravi Bhavnani4-May-02 3:49
professionalRavi Bhavnani4-May-02 3:49 
GeneralJust about had enough, stupid debug error Pin
Alexander Wiseman4-May-02 2:17
Alexander Wiseman4-May-02 2:17 
GeneralRe: Just about had enough, stupid debug error Pin
Neville Franks4-May-02 11:11
Neville Franks4-May-02 11:11 
GeneralRe: Just about had enough, stupid debug error Pin
Alexander Wiseman5-May-02 9:59
Alexander Wiseman5-May-02 9:59 
GeneralSolution found... Pin
Alexander Wiseman6-May-02 9:34
Alexander Wiseman6-May-02 9:34 
GeneralFonts Pin
Sonu Kapoor4-May-02 1:54
Sonu Kapoor4-May-02 1:54 
GeneralRe: Fonts Pin
Tom Archer4-May-02 5:41
Tom Archer4-May-02 5:41 
GeneralRe: Fonts Pin
Sonu Kapoor4-May-02 6:42
Sonu Kapoor4-May-02 6:42 
GeneralRe: Fonts Pin
Tom Archer4-May-02 6:53
Tom Archer4-May-02 6:53 
GeneralQuickest way to get childern of CTreeCtr Pin
generic_user_id4-May-02 0:12
generic_user_id4-May-02 0:12 
GeneralI got it working, nevermind. Pin
generic_user_id4-May-02 0:59
generic_user_id4-May-02 0:59 
GeneralRe: I got it working, nevermind. Pin
Tom Archer4-May-02 5:23
Tom Archer4-May-02 5:23 
GeneralSure, this is what worked for me. Pin
generic_user_id6-May-02 6:20
generic_user_id6-May-02 6:20 
GeneralRe: Sure, this is what worked for me. Pin
Tom Archer6-May-02 14:17
Tom Archer6-May-02 14:17 
GeneralRe: Sure, this is what worked for me. Pin
generic_user_id6-May-02 23:24
generic_user_id6-May-02 23:24 
GeneralEvent handling for dynamically created controls Pin
sanskypotov3-May-02 23:48
sanskypotov3-May-02 23:48 
GeneralRe: Event handling for dynamically created controls Pin
Maxwell Chen4-May-02 0:13
Maxwell Chen4-May-02 0:13 

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.