Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Add EditControl Pin
Cedric Moonen27-Aug-08 2:11
Cedric Moonen27-Aug-08 2:11 
GeneralRe: Add EditControl Pin
MsmVc27-Aug-08 2:19
MsmVc27-Aug-08 2:19 
GeneralRe: Add EditControl Pin
Cedric Moonen27-Aug-08 2:38
Cedric Moonen27-Aug-08 2:38 
GeneralRe: Add EditControl Pin
David Crow27-Aug-08 3:06
David Crow27-Aug-08 3:06 
GeneralRe: Add EditControl Pin
Hamid_RT27-Aug-08 4:09
Hamid_RT27-Aug-08 4:09 
AnswerRe: Add EditControl Pin
Jijo.Raj27-Aug-08 2:15
Jijo.Raj27-Aug-08 2:15 
AnswerRe: Add EditControl Pin
Hamid_RT27-Aug-08 4:08
Hamid_RT27-Aug-08 4:08 
GeneralRe: Add EditControl Pin
MsmVc27-Aug-08 18:21
MsmVc27-Aug-08 18:21 
How can i add variable of edit control when i am useing this one
void CMyView::OnInitialUpdate() <br />
{<br />
   CView::OnInitialUpdate();<br />
   <br />
   // dynamically create an edit control on the view<br />
   CEdit* pEdit = new CEdit;<br />
   pEdit->Create(ES_MULTILINE | WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_BORDER,<br />
      CRect(10, 10, 100, 100), this, 1);<br />
}


Plz help me
GeneralRe: Add EditControl Pin
MsmVc27-Aug-08 18:50
MsmVc27-Aug-08 18:50 
GeneralRe: Add EditControl Pin
Hamid_RT28-Aug-08 23:15
Hamid_RT28-Aug-08 23:15 
QuestionTwo way class access Pin
Dennis L27-Aug-08 0:43
Dennis L27-Aug-08 0:43 
AnswerRe: Two way class access Pin
SandipG 27-Aug-08 1:47
SandipG 27-Aug-08 1:47 
QuestionSet Directory Pin
MsmVc27-Aug-08 0:33
MsmVc27-Aug-08 0:33 
AnswerRe: Set Directory Pin
onlyjaypatel27-Aug-08 0:39
onlyjaypatel27-Aug-08 0:39 
GeneralRe: Set Directory Pin
MsmVc27-Aug-08 0:46
MsmVc27-Aug-08 0:46 
GeneralRe: Set Directory Pin
onlyjaypatel27-Aug-08 1:10
onlyjaypatel27-Aug-08 1:10 
AnswerRe: Set Directory Pin
Perspx27-Aug-08 0:41
Perspx27-Aug-08 0:41 
AnswerRe: Set Directory Pin
Varghese Paul M27-Aug-08 0:57
Varghese Paul M27-Aug-08 0:57 
GeneralRe: Set Directory Pin
MsmVc27-Aug-08 0:59
MsmVc27-Aug-08 0:59 
QuestionSO_RCVTIMEO not working for nonblocking socket Pin
onlyjaypatel27-Aug-08 0:27
onlyjaypatel27-Aug-08 0:27 
QuestionColor one coloumn text of ListCotrol ! Pin
Le@rner27-Aug-08 0:13
Le@rner27-Aug-08 0:13 
AnswerRe: Color one coloumn text of ListCotrol ! Pin
_AnsHUMAN_ 27-Aug-08 0:29
_AnsHUMAN_ 27-Aug-08 0:29 
AnswerRe: Color one coloumn text of ListCotrol ! Pin
SandipG 27-Aug-08 0:52
SandipG 27-Aug-08 0:52 
AnswerRe: Color one coloumn text of ListCotrol ! Pin
Hamid_RT27-Aug-08 4:25
Hamid_RT27-Aug-08 4:25 
AnswerRe: Color one coloumn text of ListCotrol ! Pin
decoder_8523-Nov-10 1:19
decoder_8523-Nov-10 1:19 

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.