Click here to Skip to main content
15,928,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: edit box help Pin
projectip8-Jun-08 22:39
projectip8-Jun-08 22:39 
GeneralRe: edit box help Pin
SandipG 8-Jun-08 22:49
SandipG 8-Jun-08 22:49 
GeneralRe: edit box help Pin
Akt_4_U8-Jun-08 22:52
Akt_4_U8-Jun-08 22:52 
GeneralRe: edit box help Pin
projectip8-Jun-08 23:09
projectip8-Jun-08 23:09 
GeneralRe: edit box help Pin
SandipG 8-Jun-08 23:10
SandipG 8-Jun-08 23:10 
GeneralRe: edit box help Pin
projectip8-Jun-08 23:19
projectip8-Jun-08 23:19 
GeneralRe: edit box help Pin
SandipG 8-Jun-08 23:20
SandipG 8-Jun-08 23:20 
GeneralRe: edit box help Pin
projectip8-Jun-08 23:34
projectip8-Jun-08 23:34 
Addcam c;<br />
  c.DoModal();<br />
  CString st;<br />
  st=GetDlgItemText(IDC_EDIT1,c.strTemp);<br />
  AfxMessageBox(st);

have added strTemp in Addcam class.

Addcam::Addcam(CWnd* pParent /*=NULL*/)<br />
	: CDialog(Addcam::IDD, pParent)<br />
{<br />
	//{{AFX_DATA_INIT(Addcam)<br />
	//}}AFX_DATA_INIT<br />
		CString strTemp;<br />
	<br />
}

GeneralRe: edit box help Pin
SandipG 8-Jun-08 23:38
SandipG 8-Jun-08 23:38 
GeneralRe: edit box help Pin
Cedric Moonen8-Jun-08 23:36
Cedric Moonen8-Jun-08 23:36 
GeneralRe: edit box help Pin
projectip9-Jun-08 0:03
projectip9-Jun-08 0:03 
GeneralRe: edit box help Pin
SandipG 9-Jun-08 0:15
SandipG 9-Jun-08 0:15 
GeneralRe: edit box help Pin
projectip9-Jun-08 0:16
projectip9-Jun-08 0:16 
GeneralRe: edit box help Pin
SandipG 9-Jun-08 0:26
SandipG 9-Jun-08 0:26 
GeneralRe: edit box help Pin
projectip9-Jun-08 0:30
projectip9-Jun-08 0:30 
QuestionRegarding ASCII value to character Pin
H4u328-Jun-08 21:47
H4u328-Jun-08 21:47 
AnswerRe: Regarding ASCII value to character PinPopular
CPallini8-Jun-08 21:56
mveCPallini8-Jun-08 21:56 
GeneralRe: Regarding ASCII value to character Pin
Cedric Moonen8-Jun-08 22:10
Cedric Moonen8-Jun-08 22:10 
QuestionMaybe something personal? Pin
CPallini8-Jun-08 22:56
mveCPallini8-Jun-08 22:56 
AnswerRe: Regarding ASCII value to character Pin
Cedric Moonen8-Jun-08 21:58
Cedric Moonen8-Jun-08 21:58 
AnswerRe: Regarding ASCII value to character Pin
_AnsHUMAN_ 8-Jun-08 22:01
_AnsHUMAN_ 8-Jun-08 22:01 
AnswerRe: Regarding ASCII value to character Pin
Akt_4_U8-Jun-08 22:02
Akt_4_U8-Jun-08 22:02 
AnswerRe: Regarding ASCII value to character Pin
rp_suman8-Jun-08 22:14
rp_suman8-Jun-08 22:14 
GeneralRe: Regarding ASCII value to character Pin
H4u329-Jun-08 0:49
H4u329-Jun-08 0:49 
AnswerRe: Regarding ASCII value to character Pin
sudhir_Kumar8-Jun-08 22:29
sudhir_Kumar8-Jun-08 22:29 

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.