Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: To MFC or NOT to MFC that is the question. Pin
Code4Food16-Jul-03 9:56
Code4Food16-Jul-03 9:56 
GeneralRe: To MFC or NOT to MFC that is the question. Pin
Ryan Binns16-Jul-03 17:24
Ryan Binns16-Jul-03 17:24 
QuestionHow to detect an USB Mass Storage or Digital Camera connection Pin
Member 30919816-Jul-03 9:28
Member 30919816-Jul-03 9:28 
Generalregistry api Pin
YaronNir16-Jul-03 9:09
YaronNir16-Jul-03 9:09 
GeneralRe: registry api Pin
David Crow16-Jul-03 9:35
David Crow16-Jul-03 9:35 
GeneralRe: registry api Pin
YaronNir17-Jul-03 4:20
YaronNir17-Jul-03 4:20 
GeneralRe: registry api Pin
David Crow17-Jul-03 5:23
David Crow17-Jul-03 5:23 
GeneralRe: registry api Pin
Iain Clarke, Warrior Programmer16-Jul-03 10:27
Iain Clarke, Warrior Programmer16-Jul-03 10:27 
Your question is trying to compare apples and screwdrivers...

There is no Win32 SDK (*) function AddString. You are right in that you need
to use SendMessage (hWndCombo, CB_ADDSTRING, ...);. The AddString you are
thinking of is a member function of the CComboBox class in MFC which wraps the
underlying SDK for you.

RegOpenKeyEx etc are actual SDK functions in their own right.

Clear?


Iain.

(*) Which I assume you mean by API...
GeneralRe: registry api Pin
YaronNir17-Jul-03 4:20
YaronNir17-Jul-03 4:20 
GeneralRe: registry api Pin
Iain Clarke, Warrior Programmer17-Jul-03 4:38
Iain Clarke, Warrior Programmer17-Jul-03 4:38 
GeneralRe: registry api Pin
YaronNir17-Jul-03 4:54
YaronNir17-Jul-03 4:54 
GeneralRadio Button groups Pin
act_x16-Jul-03 8:49
act_x16-Jul-03 8:49 
GeneralRe: Radio Button groups Pin
John R. Shaw16-Jul-03 9:17
John R. Shaw16-Jul-03 9:17 
GeneralRe: Radio Button groups Pin
act_x16-Jul-03 10:43
act_x16-Jul-03 10:43 
GeneralRe: Radio Button groups Pin
John R. Shaw16-Jul-03 11:16
John R. Shaw16-Jul-03 11:16 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
Jens Doose16-Jul-03 8:18
Jens Doose16-Jul-03 8:18 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
David Crow16-Jul-03 9:42
David Crow16-Jul-03 9:42 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
Jens Doose16-Jul-03 20:21
Jens Doose16-Jul-03 20:21 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
David Crow17-Jul-03 5:49
David Crow17-Jul-03 5:49 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
Jens Doose17-Jul-03 19:34
Jens Doose17-Jul-03 19:34 
GeneralRe: SHBrowseForFolder works only one time when connecting to SQL server in between when using a manifest file Pin
David Crow18-Jul-03 5:54
David Crow18-Jul-03 5:54 
GeneralWM_CONTEXTMENU Pin
pranavamhari16-Jul-03 7:34
pranavamhari16-Jul-03 7:34 
QuestionMFC - How to print ? Pin
Exim16-Jul-03 6:55
Exim16-Jul-03 6:55 
GeneralHeapValidate question Pin
Anonymous16-Jul-03 6:27
Anonymous16-Jul-03 6:27 
GeneralRe: HeapValidate question Pin
Mike Dimmick16-Jul-03 6:48
Mike Dimmick16-Jul-03 6:48 

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.