Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with the reading of the BMP file Pin
Chris Losinger14-Jul-09 6:01
professionalChris Losinger14-Jul-09 6:01 
GeneralRe: Problem with the reading of the BMP file Pin
TeslaShock14-Jul-09 6:13
TeslaShock14-Jul-09 6:13 
AnswerRe: Problem with the reading of the BMP file Pin
Joe Woodbury14-Jul-09 6:38
professionalJoe Woodbury14-Jul-09 6:38 
GeneralRe: Problem with the reading of the BMP file Pin
TeslaShock16-Jul-09 5:13
TeslaShock16-Jul-09 5:13 
QuestionOnInitDialog() never be called Pin
transoft14-Jul-09 2:22
transoft14-Jul-09 2:22 
QuestionRe: OnInitDialog() never be called Pin
CPallini14-Jul-09 2:35
mveCPallini14-Jul-09 2:35 
AnswerRe: OnInitDialog() never be called Pin
transoft14-Jul-09 2:42
transoft14-Jul-09 2:42 
GeneralRe: OnInitDialog() never be called Pin
Cedric Moonen14-Jul-09 2:48
Cedric Moonen14-Jul-09 2:48 
transoft wrote:
I have a "CButton" which pointer should be available.


Why do you need to have the pointer available and where ? If it is in your dialog class, you could simply associate a class member with that button.


transoft wrote:
I plan to use GetDlgItem() to get it. But this function only functions correctly in "OnInitDialog".


No, that's wrong. Why would that function only work inside the OnInitDialog function ? That doesn't make any sense.

I think you really need to read a good book about the MFC because it seems you are totally confused about a lot of things. We won't be able to help you unless you grasp the basic concepts firsts.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: OnInitDialog() never be called Pin
transoft14-Jul-09 6:05
transoft14-Jul-09 6:05 
GeneralRe: OnInitDialog() never be called Pin
Cedric Moonen14-Jul-09 7:20
Cedric Moonen14-Jul-09 7:20 
GeneralRe: OnInitDialog() never be called Pin
transoft14-Jul-09 7:24
transoft14-Jul-09 7:24 
GeneralRe: OnInitDialog() never be called Pin
Cedric Moonen14-Jul-09 7:28
Cedric Moonen14-Jul-09 7:28 
AnswerRe: OnInitDialog() never be called Pin
Cedric Moonen14-Jul-09 2:44
Cedric Moonen14-Jul-09 2:44 
GeneralRe: OnInitDialog() never be called Pin
transoft14-Jul-09 5:57
transoft14-Jul-09 5:57 
AnswerRe: OnInitDialog() never be called Pin
Roger Stoltz14-Jul-09 5:22
Roger Stoltz14-Jul-09 5:22 
GeneralRe: OnInitDialog() never be called Pin
transoft14-Jul-09 5:46
transoft14-Jul-09 5:46 
QuestionRe: OnInitDialog() never be called Pin
Roger Stoltz14-Jul-09 6:14
Roger Stoltz14-Jul-09 6:14 
AnswerRe: OnInitDialog() never be called Pin
transoft14-Jul-09 6:23
transoft14-Jul-09 6:23 
AnswerRe: OnInitDialog() never be called Pin
Roger Stoltz14-Jul-09 6:44
Roger Stoltz14-Jul-09 6:44 
GeneralRe: OnInitDialog() never be called Pin
transoft14-Jul-09 7:22
transoft14-Jul-09 7:22 
AnswerRe: OnInitDialog() never be called Pin
Joe Woodbury14-Jul-09 6:40
professionalJoe Woodbury14-Jul-09 6:40 
GeneralRe: OnInitDialog() never be called Pin
transoft14-Jul-09 6:49
transoft14-Jul-09 6:49 
GeneralRe: OnInitDialog() never be called Pin
Joe Woodbury14-Jul-09 6:58
professionalJoe Woodbury14-Jul-09 6:58 
GeneralRe: OnInitDialog() never be called Pin
Roger Stoltz14-Jul-09 7:03
Roger Stoltz14-Jul-09 7:03 
Questionc++ unit Pin
rsumanan14-Jul-09 2:07
rsumanan14-Jul-09 2:07 

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.