Click here to Skip to main content
15,915,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Serial Comms Pin
Derek Lakin13-Jun-02 9:21
Derek Lakin13-Jun-02 9:21 
GeneralRe: Serial Comms Pin
Ravi Sudhakar13-Jun-02 22:54
Ravi Sudhakar13-Jun-02 22:54 
Generalassociate data with tree item's Pin
Steve L.13-Jun-02 4:22
Steve L.13-Jun-02 4:22 
GeneralRe: associate data with tree item's Pin
Chris Losinger13-Jun-02 4:26
professionalChris Losinger13-Jun-02 4:26 
GeneralRe: associate data with tree item's Pin
Steve L.13-Jun-02 5:07
Steve L.13-Jun-02 5:07 
GeneralRe: associate data with tree item's Pin
Chris Losinger13-Jun-02 5:40
professionalChris Losinger13-Jun-02 5:40 
GeneralRe: associate data with tree item's Pin
MightyThor15-Jul-02 9:25
MightyThor15-Jul-02 9:25 
GeneralRe: associate data with tree item's Pin
Chris Losinger15-Jul-02 10:19
professionalChris Losinger15-Jul-02 10:19 
tough one...

i would derive all three objects from a common base class.

then cast selectedItem to a pointer to that base class, and try the IsKindOf on that.

-c


To explain Donald Knuth's relevance to computing is like explaining Paul's relevance to the Catholic Church. He isn't God, he isn't the Son of God, but he was sent by God to explain God to the masses.
   /. #3848917

GeneralWhere is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
redeemer13-Jun-02 2:50
redeemer13-Jun-02 2:50 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
Rama Krishna Vavilala13-Jun-02 3:06
Rama Krishna Vavilala13-Jun-02 3:06 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
redeemer13-Jun-02 3:43
redeemer13-Jun-02 3:43 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
Rama Krishna Vavilala13-Jun-02 3:52
Rama Krishna Vavilala13-Jun-02 3:52 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
redeemer13-Jun-02 3:58
redeemer13-Jun-02 3:58 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
Rama Krishna Vavilala13-Jun-02 6:49
Rama Krishna Vavilala13-Jun-02 6:49 
GeneralRe: Where is BIF_USENEWUI defined? MSDN says i can use it but VC says unknown identifier. Pin
James R. Twine13-Jun-02 18:02
James R. Twine13-Jun-02 18:02 
QuestionHow do i get an the iItem property of an item in a ListView if i have it's lParam value? Pin
redeemer13-Jun-02 1:40
redeemer13-Jun-02 1:40 
AnswerRe: How do i get an the iItem property of an item in a ListView if i have it's lParam value? Pin
13-Jun-02 1:53
suss13-Jun-02 1:53 
GeneralRe: How do i get an the iItem property of an item in a ListView if i have it's lParam value? Pin
redeemer13-Jun-02 2:01
redeemer13-Jun-02 2:01 
GeneralRe: How do i get an the iItem property of an item in a ListView if i have it's lParam value? Pin
srinivas vaithianathan13-Jun-02 8:17
srinivas vaithianathan13-Jun-02 8:17 
GeneralAdd MFC support to ATL project Pin
Hans Ruck13-Jun-02 0:52
Hans Ruck13-Jun-02 0:52 
GeneralRe: Add MFC support to ATL project Pin
Rama Krishna Vavilala13-Jun-02 1:02
Rama Krishna Vavilala13-Jun-02 1:02 
GeneralRe: Add MFC support to ATL project Pin
Nish Nishant13-Jun-02 1:23
sitebuilderNish Nishant13-Jun-02 1:23 
GeneralRe: Add MFC support to ATL project Pin
Rama Krishna Vavilala13-Jun-02 1:17
Rama Krishna Vavilala13-Jun-02 1:17 
GeneralRe: Add MFC support to ATL project Pin
Nish Nishant13-Jun-02 1:31
sitebuilderNish Nishant13-Jun-02 1:31 
GeneralDynamically Changing CComboBox From Dropdown To Droplist Pin
John Clump13-Jun-02 0:45
John Clump13-Jun-02 0:45 

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.