Click here to Skip to main content
15,902,832 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Combo Box, SetCurSel ( 0 ) Pin
kevincwong23-Oct-05 21:14
kevincwong23-Oct-05 21:14 
GeneralRe: Combo Box, SetCurSel ( 0 ) Pin
S Douglas24-Oct-05 0:17
professionalS Douglas24-Oct-05 0:17 
GeneralRe: Combo Box, SetCurSel ( 0 ) Pin
kevincwong24-Oct-05 6:07
kevincwong24-Oct-05 6:07 
GeneralRe: Combo Box, SetCurSel ( 0 ) Pin
S Douglas24-Oct-05 12:24
professionalS Douglas24-Oct-05 12:24 
QuestionCListCtrl hook error Pin
Member 230136023-Oct-05 6:45
Member 230136023-Oct-05 6:45 
AnswerRe: CListCtrl hook error Pin
steven_wsy23-Oct-05 23:38
steven_wsy23-Oct-05 23:38 
QuestionCTreeView Form Pin
Gamil Mohamad23-Oct-05 4:21
Gamil Mohamad23-Oct-05 4:21 
AnswerRe: CTreeView Form Pin
Member 230136023-Oct-05 6:51
Member 230136023-Oct-05 6:51 
One solution :
- Add a pointer to your main view in the App class
- Then in the CTreeView constructor you initialize the pointer with the local this pointer. You can access the pointer member variable using "theApp" object. It is the current instance of your application and it is availabe since you include your app header (for instance "myApp.h")
-You can access that pointer member everywhere provided that you include the header("myApp.h")
AnswerRe: CTreeView Form Pin
Mohammad A Gdeisat23-Oct-05 10:46
Mohammad A Gdeisat23-Oct-05 10:46 
Question16 Byte alignment support Pin
Remco Hoogenboezem23-Oct-05 4:15
Remco Hoogenboezem23-Oct-05 4:15 
QuestionCGridCtrl Resizing Columns Pin
markdanielmaltby23-Oct-05 3:00
markdanielmaltby23-Oct-05 3:00 
QuestionProblems with DirectX 8 SDK Pin
dudeua23-Oct-05 1:20
dudeua23-Oct-05 1:20 
AnswerRe: Problems with DirectX 8 SDK Pin
Gary R. Wheeler23-Oct-05 1:47
Gary R. Wheeler23-Oct-05 1:47 
GeneralRe: Problems with DirectX 8 SDK Pin
dudeua23-Oct-05 2:09
dudeua23-Oct-05 2:09 
GeneralRe: Problems with DirectX 8 SDK Pin
dudeua23-Oct-05 3:35
dudeua23-Oct-05 3:35 
QuestionHelp with a function. Pin
ericelysia23-Oct-05 0:03
ericelysia23-Oct-05 0:03 
AnswerRe: Help with a function. Pin
Mircea Puiu23-Oct-05 0:10
Mircea Puiu23-Oct-05 0:10 
GeneralRe: Help with a function. Pin
ericelysia23-Oct-05 0:25
ericelysia23-Oct-05 0:25 
GeneralRe: Help with a function. Pin
Mircea Puiu23-Oct-05 1:33
Mircea Puiu23-Oct-05 1:33 
GeneralRe: Help with a function. Pin
ericelysia23-Oct-05 3:32
ericelysia23-Oct-05 3:32 
GeneralRe: Help with a function. Pin
ericelysia23-Oct-05 5:10
ericelysia23-Oct-05 5:10 
GeneralRe: Help with a function. Pin
ericelysia23-Oct-05 5:30
ericelysia23-Oct-05 5:30 
Questionclistctrl grouping Pin
huby8922-Oct-05 22:54
huby8922-Oct-05 22:54 
AnswerRe: clistctrl grouping Pin
Mircea Puiu23-Oct-05 0:08
Mircea Puiu23-Oct-05 0:08 
AnswerRe: clistctrl grouping Pin
Gary R. Wheeler23-Oct-05 1:08
Gary R. Wheeler23-Oct-05 1:08 

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.