Click here to Skip to main content
15,917,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Real Time performance problem Pin
Ryan Binns3-Jul-03 1:17
Ryan Binns3-Jul-03 1:17 
GeneralRe: Real Time performance problem Pin
Valeria Bogdevich3-Jul-03 1:27
Valeria Bogdevich3-Jul-03 1:27 
Generaltrap a-z keys!!! Pin
xxhimanshu2-Jul-03 23:18
xxhimanshu2-Jul-03 23:18 
GeneralRe: trap a-z keys!!! Pin
Mil102-Jul-03 23:37
Mil102-Jul-03 23:37 
GeneralRe: trap a-z keys!!! Pin
Mathias S.3-Jul-03 0:26
Mathias S.3-Jul-03 0:26 
GeneralIAccessible Pin
anshumanshinde2-Jul-03 21:01
anshumanshinde2-Jul-03 21:01 
GeneralIn-proc to out-of-proc Pin
In-At2-Jul-03 20:27
In-At2-Jul-03 20:27 
GeneralCComboBoxEx Pin
bigmirror2-Jul-03 17:36
bigmirror2-Jul-03 17:36 
I want to make a combobox with bitmap items.

<br />
m_list.Create(IDB_BITMAP2, 50, 0, RGB(255,255,255));<br />
m_Lang.SetImageList(&m_list);<br />
<br />
COMBOBOXEXITEM cbItem;<br />
cbItem.mask = CBIF_IMAGE;<br />
cbItem.iItem = nItem; // The index of the item in combo box<br />
cbItem.iImage = nImageIndex; // The index of the image in image list<br />
m_Lang.SetItem(&cbItem); 


Like upper coding or another mehod, please give a help to me.
QuestionHow to use Vector in the VC++? Pin
David12152-Jul-03 17:25
David12152-Jul-03 17:25 
AnswerRe: How to use Vector in the VC++? Pin
Abbas_Riazi2-Jul-03 19:12
professionalAbbas_Riazi2-Jul-03 19:12 
AnswerRe: How to use Vector in the VC++? Pin
Andrew Walker2-Jul-03 19:37
Andrew Walker2-Jul-03 19:37 
GeneralCDialogBar Pin
alex742-Jul-03 14:32
alex742-Jul-03 14:32 
GeneralRe: CDialogBar Pin
dexo2-Jul-03 15:27
dexo2-Jul-03 15:27 
GeneralSetting DIR/file in edit box Pin
dark-hawk2-Jul-03 13:31
dark-hawk2-Jul-03 13:31 
GeneralRe: Setting DIR/file in edit box Pin
PJ Arends2-Jul-03 14:00
professionalPJ Arends2-Jul-03 14:00 
GeneralRe: Setting DIR/file in edit box Pin
dark-hawk2-Jul-03 14:32
dark-hawk2-Jul-03 14:32 
GeneralCreateWindow Failed Pin
ElizabethC2-Jul-03 12:42
ElizabethC2-Jul-03 12:42 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 13:00
Magnus Westin2-Jul-03 13:00 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:19
ElizabethC2-Jul-03 13:19 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 13:23
Magnus Westin2-Jul-03 13:23 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:38
ElizabethC2-Jul-03 13:38 
GeneralRe: CreateWindow Failed Pin
ElizabethC2-Jul-03 13:48
ElizabethC2-Jul-03 13:48 
GeneralRe: CreateWindow Failed Pin
Magnus Westin2-Jul-03 21:09
Magnus Westin2-Jul-03 21:09 
GeneralRe: CreateWindow Failed Pin
ElizabethC3-Jul-03 6:04
ElizabethC3-Jul-03 6:04 
GeneralComparing local and remote Last Modified times Pin
IGx892-Jul-03 12:39
IGx892-Jul-03 12:39 

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.