Click here to Skip to main content
15,907,000 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to read music file in a c prog Pin
Member 18528735-Apr-05 23:32
Member 18528735-Apr-05 23:32 
AnswerRe: how to read music file in a c prog Pin
Ravi Bhavnani6-Apr-05 1:41
professionalRavi Bhavnani6-Apr-05 1:41 
GeneralMFC ini Files Pin
charu1235-Apr-05 23:14
charu1235-Apr-05 23:14 
GeneralRe: MFC ini Files Pin
ThatsAlok5-Apr-05 23:51
ThatsAlok5-Apr-05 23:51 
GeneralRe: MFC ini Files Pin
Ravi Bhavnani6-Apr-05 1:43
professionalRavi Bhavnani6-Apr-05 1:43 
GeneralRe: MFC ini Files Pin
David Crow6-Apr-05 3:01
David Crow6-Apr-05 3:01 
GeneralRe: MFC ini Files Pin
charu1236-Apr-05 19:59
charu1236-Apr-05 19:59 
GeneralCListCtrl and CTabCtrl help required Pin
Richard Lewis5-Apr-05 22:45
Richard Lewis5-Apr-05 22:45 
I have compiled a MFC dialog-based application. The GUI is organizedas follows:

The application window is dialog-based and has the following on it:
1) Main dialog window has on it i)CListCtrl-1, ii)CTabCtrl-1
2) CTabCtrl-1 has on it 2 property pages. One of the property pages has a CListCtrl-2. (The other property page is irrelevant here)

At the GUI-level, I want to achieve the following:
"When an item in CListCtrl-1 is selected, the CListCtrl-2 should get populated with some values"

What I am unable to do:
I have added a message handler for CListCtrl-1 on the NM_CLICK event, but don't know how to get a pointer to CListCtrl-2 from the Main Dialog.

I have sufficient experience with VC++ - any help even outlining a technique of doing this (although code is always welcome) will be highly appreciated.

Thank you very much for the time you will taking out to help me on this.
GeneralRe: CListCtrl and CTabCtrl help required Pin
toxcct5-Apr-05 23:07
toxcct5-Apr-05 23:07 
GeneralRe: CListCtrl and CTabCtrl help required Pin
Richard Lewis5-Apr-05 23:18
Richard Lewis5-Apr-05 23:18 
GeneralRe: CListCtrl and CTabCtrl help required Pin
toxcct5-Apr-05 23:27
toxcct5-Apr-05 23:27 
GeneralRe: CListCtrl and CTabCtrl help required Pin
Richard Lewis6-Apr-05 17:21
Richard Lewis6-Apr-05 17:21 
GeneralApplication always running Pin
densitet5-Apr-05 22:21
densitet5-Apr-05 22:21 
GeneralRe: Application always running Pin
ThatsAlok5-Apr-05 22:36
ThatsAlok5-Apr-05 22:36 
GeneralRe: Application always running Pin
densitet21-Apr-05 2:39
densitet21-Apr-05 2:39 
GeneralRe: Application always running Pin
ddmcr5-Apr-05 23:54
ddmcr5-Apr-05 23:54 
GeneralRe: Application always running Pin
toxcct6-Apr-05 1:22
toxcct6-Apr-05 1:22 
GeneralRe: Application always running Pin
David Crow6-Apr-05 3:11
David Crow6-Apr-05 3:11 
GeneralRe: Application always running Pin
ddmcr6-Apr-05 6:08
ddmcr6-Apr-05 6:08 
GeneralRe: Application always running Pin
ddmcr6-Apr-05 6:00
ddmcr6-Apr-05 6:00 
GeneralRe: Application always running Pin
ThatsAlok6-Apr-05 19:05
ThatsAlok6-Apr-05 19:05 
GeneralRe: Application always running Pin
toxcct6-Apr-05 20:42
toxcct6-Apr-05 20:42 
GeneralRe: Application always running Pin
Blake Miller6-Apr-05 5:36
Blake Miller6-Apr-05 5:36 
GeneralRe: Application always running Pin
densitet21-Apr-05 2:36
densitet21-Apr-05 2:36 
GeneralRe: Application always running Pin
Blake Miller21-Apr-05 4:12
Blake Miller21-Apr-05 4:12 

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.