Click here to Skip to main content
15,885,914 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get the data from edit control Pin
vc++_fragrance18-Sep-06 22:53
vc++_fragrance18-Sep-06 22:53 
AnswerRe: How to get the data from edit control Pin
Bravoone_200618-Sep-06 23:09
Bravoone_200618-Sep-06 23:09 
GeneralRe: How to get the data from edit control Pin
_AnsHUMAN_ 18-Sep-06 23:10
_AnsHUMAN_ 18-Sep-06 23:10 
GeneralRe: How to get the data from edit control Pin
vc++_fragrance18-Sep-06 23:16
vc++_fragrance18-Sep-06 23:16 
GeneralRe: How to get the data from edit control Pin
_AnsHUMAN_ 18-Sep-06 23:24
_AnsHUMAN_ 18-Sep-06 23:24 
GeneralRe: How to get the data from edit control Pin
vc++_fragrance18-Sep-06 23:48
vc++_fragrance18-Sep-06 23:48 
GeneralRe: How to get the data from edit control Pin
Hamid_RT20-Sep-06 6:52
Hamid_RT20-Sep-06 6:52 
GeneralRe: How to get the data from edit control Pin
David Crow19-Sep-06 3:26
David Crow19-Sep-06 3:26 
_AnShUmAn_ wrote:
char *str=new char[10];


Why suggest this when CString is preferable? Allocating memory is expensive. Unnecessarily interacting with the memory manager is just asking for trouble.

Had you used a CEdit member variable, one line of code would be all that's necessary.


"Talent without discipline is like an octopus on roller skates. There's plenty of movement, but you never know if it's going to be forward, backwards, or sideways." - H. Jackson Brown, Jr.

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: How to get the data from edit control Pin
prasad_som18-Sep-06 23:21
prasad_som18-Sep-06 23:21 
GeneralRe: How to get the data from edit control Pin
vc++_fragrance18-Sep-06 23:31
vc++_fragrance18-Sep-06 23:31 
Questionadding hyperlink to Dialog Pin
Kiran Pinjala18-Sep-06 22:35
Kiran Pinjala18-Sep-06 22:35 
AnswerRe: adding hyperlink to Dialog Pin
Nibu babu thomas18-Sep-06 22:46
Nibu babu thomas18-Sep-06 22:46 
AnswerRe: adding hyperlink to Dialog Pin
toxcct18-Sep-06 22:47
toxcct18-Sep-06 22:47 
AnswerRe: adding hyperlink to Dialog Pin
anu_8818-Sep-06 22:52
anu_8818-Sep-06 22:52 
AnswerRe: adding hyperlink to Dialog Pin
Hamid_RT19-Sep-06 0:37
Hamid_RT19-Sep-06 0:37 
QuestionSDL1014 : recursively defined types are not supported Pin
impeham18-Sep-06 22:22
impeham18-Sep-06 22:22 
QuestionLoading a Bitmap Dynamically in CStatic Pin
Sivaraman Dhamodaran18-Sep-06 22:09
Sivaraman Dhamodaran18-Sep-06 22:09 
AnswerRe: Loading a Bitmap Dynamically in CStatic Pin
khan++18-Sep-06 22:19
khan++18-Sep-06 22:19 
GeneralRe: Loading a Bitmap Dynamically in CStatic Pin
Sivaraman Dhamodaran18-Sep-06 22:49
Sivaraman Dhamodaran18-Sep-06 22:49 
AnswerRe: Loading a Bitmap Dynamically in CStatic Pin
Christopher Duncan19-Sep-06 0:49
Christopher Duncan19-Sep-06 0:49 
AnswerRe: Loading a Bitmap Dynamically in CStatic Pin
David Crow19-Sep-06 3:29
David Crow19-Sep-06 3:29 
QuestionRubber banding with image opened on the background Pin
dacky18-Sep-06 21:52
dacky18-Sep-06 21:52 
Questionwebsite blocker feature, using BHO and IWebBrowser2 Pin
daheitou18-Sep-06 21:49
daheitou18-Sep-06 21:49 
AnswerRe: website blocker feature, using BHO and IWebBrowser2 Pin
khan++18-Sep-06 22:25
khan++18-Sep-06 22:25 
GeneralRe: website blocker feature, using BHO and IWebBrowser2 Pin
daheitou19-Sep-06 5:41
daheitou19-Sep-06 5:41 

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.