Click here to Skip to main content
15,923,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Not exactly C++ -> Setup Project Pin
Rage30-Jun-03 23:20
professionalRage30-Jun-03 23:20 
GeneralRe: Not exactly C++ -> Setup Project Pin
Brian Delahunty30-Jun-03 23:37
Brian Delahunty30-Jun-03 23:37 
GeneralRe: Not exactly C++ -> Setup Project Pin
Brian Delahunty1-Jul-03 0:24
Brian Delahunty1-Jul-03 0:24 
GeneralOpenSSL Pin
Ravi Jadhav30-Jun-03 22:28
Ravi Jadhav30-Jun-03 22:28 
GeneralComboBox Pin
bigmirror30-Jun-03 22:11
bigmirror30-Jun-03 22:11 
GeneralRe: ComboBox Pin
Ryan Binns30-Jun-03 22:19
Ryan Binns30-Jun-03 22:19 
GeneralRe: ComboBox Pin
bigmirror30-Jun-03 22:28
bigmirror30-Jun-03 22:28 
GeneralRe: ComboBox Pin
Ryan Binns30-Jun-03 22:41
Ryan Binns30-Jun-03 22:41 
I assume you're using CComboBoxEx because CComboBox does not have a SetImageList() function.

Have you associated an image with each item?
COMBOBOXEXITEM cbItem;
cbItem.mask = CBIF_IMAGE;
cbItem.iItem = nItem; // The index of the item in your combo box
cbItem.iImage = nImageIndex; // The index of the image in your image list
m_Lang.SetItem(&cbItem);


Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralAbout "&" Pin
FlyingDancer30-Jun-03 22:00
FlyingDancer30-Jun-03 22:00 
GeneralRe: About "&" Pin
FlyingDancer30-Jun-03 22:03
FlyingDancer30-Jun-03 22:03 
GeneralRe: About "&" Pin
Toni7830-Jun-03 22:07
Toni7830-Jun-03 22:07 
GeneralRe: About "&" Pin
Cedric Moonen30-Jun-03 22:11
Cedric Moonen30-Jun-03 22:11 
GeneralRe: About "&" Pin
FlyingDancer30-Jun-03 22:26
FlyingDancer30-Jun-03 22:26 
GeneralRe: About "&" Pin
PJ Arends30-Jun-03 22:53
professionalPJ Arends30-Jun-03 22:53 
GeneralRe: About "&" Pin
FlyingDancer30-Jun-03 23:17
FlyingDancer30-Jun-03 23:17 
GeneralUtility Start/Stop Management Service Pin
parths30-Jun-03 21:52
parths30-Jun-03 21:52 
GeneralRe: Utility Start/Stop Management Service Pin
Toni7830-Jun-03 22:03
Toni7830-Jun-03 22:03 
GeneralRe: Utility Start/Stop Management Service Pin
parths30-Jun-03 22:09
parths30-Jun-03 22:09 
GeneralRe: Utility Start/Stop Management Service Pin
Ryan Binns30-Jun-03 22:53
Ryan Binns30-Jun-03 22:53 
GeneralRe: Utility Start/Stop Management Service Pin
parths30-Jun-03 23:27
parths30-Jun-03 23:27 
GeneralRe: Utility Start/Stop Management Service Pin
Ryan Binns30-Jun-03 23:44
Ryan Binns30-Jun-03 23:44 
GeneralRe: Utility Start/Stop Management Service Pin
parths30-Jun-03 23:58
parths30-Jun-03 23:58 
GeneralRe: Utility Start/Stop Management Service Pin
Ryan Binns1-Jul-03 0:13
Ryan Binns1-Jul-03 0:13 
GeneralAlt+Return == Strange Sound Sfx Pin
Mathias S.30-Jun-03 21:40
Mathias S.30-Jun-03 21:40 
GeneralCreate a dynaset Recordset from an Excel sheet Pin
Andy@30-Jun-03 21:31
Andy@30-Jun-03 21:31 

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.