Click here to Skip to main content
15,867,945 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: q. about SHBrowseForFolder Pin
Stuart Dootson17-Apr-09 2:58
professionalStuart Dootson17-Apr-09 2:58 
GeneralRe: q. about SHBrowseForFolder Pin
sashoalm17-Apr-09 3:31
sashoalm17-Apr-09 3:31 
QuestionScrolling Window Pin
Anu_Bala16-Apr-09 21:28
Anu_Bala16-Apr-09 21:28 
AnswerRe: Scrolling Window Pin
Cedric Moonen16-Apr-09 21:34
Cedric Moonen16-Apr-09 21:34 
Questioncreate control of class CEdit Pin
durban216-Apr-09 21:12
durban216-Apr-09 21:12 
AnswerRe: create control of class CEdit Pin
Iain Clarke, Warrior Programmer16-Apr-09 21:16
Iain Clarke, Warrior Programmer16-Apr-09 21:16 
AnswerRe: create control of class CEdit Pin
Cedric Moonen16-Apr-09 21:17
Cedric Moonen16-Apr-09 21:17 
AnswerRe: create control of class CEdit Pin
China_Kevin16-Apr-09 21:23
China_Kevin16-Apr-09 21:23 
First I am a Chinese boy. My English is not very good.

change
m_edit.Create(WS_CHILD | WS_VISIBLE | WS_TABSTOP |
ES_AUTOHSCROLL | WS_BORDER, rect, this,
ID_EXTRA_EDIT); // error C2065: 'ID_EXTRA_EDIT' : undeclared identifier
for
m_edit.Create(WS_CHILD | WS_VISIBLE | WS_TABSTOP |
ES_AUTOHSCROLL | WS_BORDER, rect, this,
1234); // error C2065: 'ID_EXTRA_EDIT' : undeclared identifier

the meaning is Specifies the edit control’s ID.(msdn)

then you will change m_edit as a class member,because, when the OnBnClickedButton1 is finished m_edit is lost.

sorry,my English is so poor...
GeneralRe: create control of class CEdit Pin
Cedric Moonen16-Apr-09 21:30
Cedric Moonen16-Apr-09 21:30 
GeneralRe: create control of class CEdit Pin
China_Kevin16-Apr-09 21:40
China_Kevin16-Apr-09 21:40 
GeneralRe: create control of class CEdit Pin
CPallini16-Apr-09 23:24
mveCPallini16-Apr-09 23:24 
GeneralRe: create control of class CEdit Pin
China_Kevin17-Apr-09 2:28
China_Kevin17-Apr-09 2:28 
AnswerRe: create control of class CEdit Pin
Hamid_RT17-Apr-09 0:30
Hamid_RT17-Apr-09 0:30 
Questionc++ client for wcf service.......? Pin
shaina223116-Apr-09 20:47
shaina223116-Apr-09 20:47 
QuestionWhy do i get this error? Pin
kapardhi16-Apr-09 20:42
kapardhi16-Apr-09 20:42 
AnswerRe: Why do i get this error? Pin
Stuart Dootson16-Apr-09 20:56
professionalStuart Dootson16-Apr-09 20:56 
QuestionRe: Why do i get this error? Pin
kapardhi16-Apr-09 21:05
kapardhi16-Apr-09 21:05 
AnswerRe: Why do i get this error? Pin
Cedric Moonen16-Apr-09 21:11
Cedric Moonen16-Apr-09 21:11 
GeneralRe: Why do i get this error? Pin
Cedric Moonen16-Apr-09 21:06
Cedric Moonen16-Apr-09 21:06 
GeneralRe: Why do i get this error? Pin
Stuart Dootson16-Apr-09 22:13
professionalStuart Dootson16-Apr-09 22:13 
QuestionProblem in PROCESS_INFORMATION. Pin
Le@rner16-Apr-09 20:08
Le@rner16-Apr-09 20:08 
AnswerRe: Problem in PROCESS_INFORMATION. Pin
«_Superman_»16-Apr-09 21:07
professional«_Superman_»16-Apr-09 21:07 
GeneralRe: Problem in PROCESS_INFORMATION. Pin
Le@rner16-Apr-09 21:09
Le@rner16-Apr-09 21:09 
GeneralRe: Problem in PROCESS_INFORMATION. Pin
CPallini16-Apr-09 21:10
mveCPallini16-Apr-09 21:10 
AnswerRe: Problem in PROCESS_INFORMATION. Pin
Stuart Dootson16-Apr-09 22:35
professionalStuart Dootson16-Apr-09 22:35 

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.