Click here to Skip to main content
15,892,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConvert 32Bit Bitmap into 24Bit Bitmap HELP!!!! Pin
schaereran@gmx.net18-Sep-03 5:28
schaereran@gmx.net18-Sep-03 5:28 
GeneralRe: Convert 32Bit Bitmap into 24Bit Bitmap HELP!!!! Pin
Alexander M.,18-Sep-03 6:13
Alexander M.,18-Sep-03 6:13 
GeneralSendRequest() Pin
ns18-Sep-03 5:04
ns18-Sep-03 5:04 
GeneralRe: SendRequest() Pin
Jason Henderson18-Sep-03 5:20
Jason Henderson18-Sep-03 5:20 
General.NET Structure Problem. Pin
Mike Doner18-Sep-03 5:03
Mike Doner18-Sep-03 5:03 
GeneralCollection in C++ Pin
pas_ascom18-Sep-03 5:02
pas_ascom18-Sep-03 5:02 
GeneralRe: Collection in C++ Pin
Steve S18-Sep-03 6:26
Steve S18-Sep-03 6:26 
GeneralRe: Collection in C++ Pin
antlers18-Sep-03 8:29
antlers18-Sep-03 8:29 
A Collection is a VB object that has an IDispatch interface but (as far as I recall) does not have a non-dispatch COM interface. You can use it from C++ but it is a little inconvenient since you have to use the IDispatch interface.

The things that the intermediate file shows as CollectionPtr you can generally use as IDispatchPtr.

You want to call functions through the IDispatch interface with the names _NewEnum to get an Enumeration over the items in the collection (typically IEnumVARIANTPtr), Count to get a count of items in the collection, and I think there is usually an Item function to get a particular item from the collection by index.

QuestionASSERT? Pin
Dominik Reichl18-Sep-03 4:56
Dominik Reichl18-Sep-03 4:56 
AnswerRe: ASSERT? Pin
David Crow18-Sep-03 5:52
David Crow18-Sep-03 5:52 
GeneralRe: ASSERT? Pin
Dominik Reichl18-Sep-03 6:04
Dominik Reichl18-Sep-03 6:04 
GeneralRe: ASSERT? Pin
Steve S18-Sep-03 6:27
Steve S18-Sep-03 6:27 
GeneralRe: ASSERT? Pin
Dominik Reichl18-Sep-03 7:05
Dominik Reichl18-Sep-03 7:05 
AnswerRe: ASSERT? Pin
Michael Dunn18-Sep-03 7:10
sitebuilderMichael Dunn18-Sep-03 7:10 
GeneralRe: ASSERT? Pin
Dominik Reichl18-Sep-03 7:27
Dominik Reichl18-Sep-03 7:27 
AnswerRe: ASSERT? Pin
Gary R. Wheeler20-Sep-03 4:47
Gary R. Wheeler20-Sep-03 4:47 
Generalchange style of CComboBox Pin
includeh1018-Sep-03 4:43
includeh1018-Sep-03 4:43 
GeneralRe: change style of CComboBox Pin
David Crow18-Sep-03 5:57
David Crow18-Sep-03 5:57 
GeneralRe: change style of CComboBox Pin
Steve S18-Sep-03 6:28
Steve S18-Sep-03 6:28 
GeneralRe: change style of CComboBox Pin
valikac18-Sep-03 7:05
valikac18-Sep-03 7:05 
GeneralEnable/Disable items in main menu Pin
b_girl18-Sep-03 4:32
b_girl18-Sep-03 4:32 
GeneralRe: Enable/Disable items in main menu Pin
KaЯl18-Sep-03 4:58
KaЯl18-Sep-03 4:58 
GeneralRe: Enable/Disable items in main menu Pin
b_girl18-Sep-03 5:19
b_girl18-Sep-03 5:19 
GeneralRe: Enable/Disable items in main menu Pin
KaЯl18-Sep-03 5:30
KaЯl18-Sep-03 5:30 
GeneralRe: Enable/Disable items in main menu Pin
b_girl18-Sep-03 5:41
b_girl18-Sep-03 5:41 

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.