Click here to Skip to main content
15,889,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CComboBox bug? Pin
Hans Ruck25-Sep-02 1:14
Hans Ruck25-Sep-02 1:14 
GeneralRe: CComboBox bug? Pin
Tomasz Sowinski25-Sep-02 1:17
Tomasz Sowinski25-Sep-02 1:17 
GeneralRe: CComboBox bug? Pin
Hans Ruck25-Sep-02 1:49
Hans Ruck25-Sep-02 1:49 
GeneralRe: CComboBox bug? Pin
Tomasz Sowinski25-Sep-02 1:57
Tomasz Sowinski25-Sep-02 1:57 
GeneralUpdate Dialog Pin
Karavaev Denis24-Sep-02 23:36
Karavaev Denis24-Sep-02 23:36 
GeneralRe: Update Dialog Pin
jmkhael25-Sep-02 0:48
jmkhael25-Sep-02 0:48 
GeneralRe: Update Dialog Pin
Karavaev Denis25-Sep-02 0:57
Karavaev Denis25-Sep-02 0:57 
GeneralRe: Update Dialog Pin
Tomasz Sowinski25-Sep-02 0:54
Tomasz Sowinski25-Sep-02 0:54 
You have at least two options:

1) The dialog with edit box has pointer listbox in parent dialog. It uses CListBox::AddString to add string

2) main dialog invokes secondary dialog with edit box. Secondary dialog maps string variable to edit box. When CEditDlg::DoModal returns IDOK, then main dialog adds string using CListBox::AddString

Tomasz Sowinski -- http://www.shooltz.com

*** Vodka. Connecting people. ***

GeneralHelp about DirectX 8.1 SDK Tutorial 1 Pin
wangdave24-Sep-02 22:31
wangdave24-Sep-02 22:31 
GeneralRe: Help about DirectX 8.1 SDK Tutorial 1 Pin
jmkhael25-Sep-02 0:43
jmkhael25-Sep-02 0:43 
GeneralRe: Help about DirectX 8.1 SDK Tutorial 1 Pin
wangdave25-Sep-02 15:20
wangdave25-Sep-02 15:20 
GeneralDisplay Tradisional Chinese Font Pin
:_Rocket_:24-Sep-02 22:17
:_Rocket_:24-Sep-02 22:17 
GeneralLoading bitmaps and CBitmapButton Pin
Nish Nishant24-Sep-02 21:25
sitebuilderNish Nishant24-Sep-02 21:25 
GeneralRe: Loading bitmaps and CBitmapButton Pin
Christian Graus24-Sep-02 22:48
protectorChristian Graus24-Sep-02 22:48 
GeneralRe: Loading bitmaps and CBitmapButton Pin
Michael P Butler25-Sep-02 0:33
Michael P Butler25-Sep-02 0:33 
Generaldetermining message source Pin
yourbuddy7724-Sep-02 20:41
yourbuddy7724-Sep-02 20:41 
GeneralRe: determining message source Pin
Christian Graus24-Sep-02 22:49
protectorChristian Graus24-Sep-02 22:49 
GeneralRe: determining message source Pin
Simon.W24-Sep-02 23:16
Simon.W24-Sep-02 23:16 
GeneralRe: determining message source Pin
Tomasz Sowinski25-Sep-02 1:15
Tomasz Sowinski25-Sep-02 1:15 
GeneralRe: determining message source Pin
yourbuddy7725-Sep-02 17:58
yourbuddy7725-Sep-02 17:58 
GeneralRe: determining message source Pin
Tomasz Sowinski25-Sep-02 23:57
Tomasz Sowinski25-Sep-02 23:57 
GeneralWindow Active Pin
suresh_sathya24-Sep-02 19:55
suresh_sathya24-Sep-02 19:55 
GeneralMFCGridCtrl Pin
munaf24-Sep-02 19:32
munaf24-Sep-02 19:32 
GeneralRe: MFCGridCtrl Pin
jerry0davis24-Sep-02 22:51
jerry0davis24-Sep-02 22:51 
GeneralEnabling password complexity programmatically Pin
abhinarulkar24-Sep-02 19:01
abhinarulkar24-Sep-02 19:01 

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.