Click here to Skip to main content
16,008,075 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Modeless Dialogboxes Pin
Christian Graus11-Feb-02 21:20
protectorChristian Graus11-Feb-02 21:20 
GeneralRe: Modeless Dialogboxes Pin
Joaquín M López Muñoz11-Feb-02 21:26
Joaquín M López Muñoz11-Feb-02 21:26 
GeneralRe: Modeless Dialogboxes Pin
Li Mu Bai11-Feb-02 21:30
Li Mu Bai11-Feb-02 21:30 
GeneralRe: Modeless Dialogboxes Pin
Christian Graus11-Feb-02 21:29
protectorChristian Graus11-Feb-02 21:29 
GeneralDatabase Pin
vin11-Feb-02 20:49
vin11-Feb-02 20:49 
GeneralRe: Database Pin
Mazdak11-Feb-02 21:07
Mazdak11-Feb-02 21:07 
GeneralRe: Database Pin
vin11-Feb-02 21:16
vin11-Feb-02 21:16 
GeneralCTreeView & CListView Pin
alex.barylski11-Feb-02 19:30
alex.barylski11-Feb-02 19:30 
My app loads data into a buffer at startup all of the same type of record, but variable length.

To make the data more readable i'm going to display it in differenct ways. The tree will have 2 root items each of which will use the same data, but displayed differently. One is structured the other is chronological.

Anyways how would you suggest I send the current item info to the corresponding ListView...?

Chronological will send all the data over to the list view.
Structured will send only relevent info into the listview.

There doesn't seem to be a GetIndex() that would map to an array of data items. How should i go about doing so...?

I'm thinking get the current HTREEITEM and iterate the buffered array of data items for a match and send the info then over to the listview...

Any ideas...?

Thanx muchly!!!

"An expert is someone who has made all the mistakes in his or her field" - Niels Bohr
GeneralRe: CTreeView & CListView Pin
Joaquín M López Muñoz11-Feb-02 21:48
Joaquín M López Muñoz11-Feb-02 21:48 
GeneralRe: CTreeView & CListView Pin
alex.barylski12-Feb-02 9:02
alex.barylski12-Feb-02 9:02 
GeneralManaged C++ Type Independant List Pin
Steve Severance11-Feb-02 19:12
Steve Severance11-Feb-02 19:12 
GeneralLooking for a vector graphics library... Pin
11-Feb-02 19:05
suss11-Feb-02 19:05 
GeneralRe: Looking for a vector graphics library... Pin
Rick York11-Feb-02 19:27
mveRick York11-Feb-02 19:27 
QuestionKeyboard Processing without TranslateMessage? Pin
clintsinger11-Feb-02 18:37
clintsinger11-Feb-02 18:37 
AnswerRe: Keyboard Processing without TranslateMessage? Pin
alex.barylski11-Feb-02 18:55
alex.barylski11-Feb-02 18:55 
GeneralRe: Keyboard Processing without TranslateMessage? Pin
Nish Nishant11-Feb-02 19:51
sitebuilderNish Nishant11-Feb-02 19:51 
GeneralRe: Keyboard Processing without TranslateMessage? Pin
alex.barylski12-Feb-02 8:52
alex.barylski12-Feb-02 8:52 
AnswerRe: Keyboard Processing without TranslateMessage? Pin
Nish Nishant11-Feb-02 19:50
sitebuilderNish Nishant11-Feb-02 19:50 
GeneralRe: Keyboard Processing without TranslateMessage? Pin
clintsinger13-Feb-02 15:50
clintsinger13-Feb-02 15:50 
GeneralRe: Keyboard Processing without TranslateMessage? Pin
Nish Nishant13-Feb-02 16:45
sitebuilderNish Nishant13-Feb-02 16:45 
GeneralRe: Keyboard Processing without TranslateMessage? Pin
clintsinger13-Feb-02 20:08
clintsinger13-Feb-02 20:08 
Generalprint out with color syntax Pin
tbbooher11-Feb-02 18:34
tbbooher11-Feb-02 18:34 
GeneralRe: print out with color syntax Pin
alex.barylski11-Feb-02 18:52
alex.barylski11-Feb-02 18:52 
GeneralRe: print out with color syntax Pin
markkuk11-Feb-02 19:50
markkuk11-Feb-02 19:50 
GeneralRe: print out with color syntax Pin
ilinov11-Feb-02 20:40
ilinov11-Feb-02 20:40 

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.