Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing Default Icon in MFC Pin
Hari_1614-Oct-09 2:08
Hari_1614-Oct-09 2:08 
QuestionNetServerDiskEnum Example Pin
Abinash Mohanty14-Oct-09 1:29
Abinash Mohanty14-Oct-09 1:29 
AnswerRe: NetServerDiskEnum Example Pin
Richard MacCutchan14-Oct-09 2:08
mveRichard MacCutchan14-Oct-09 2:08 
GeneralRe: NetServerDiskEnum Example Pin
Abinash Mohanty14-Oct-09 18:07
Abinash Mohanty14-Oct-09 18:07 
GeneralRe: NetServerDiskEnum Example Pin
Richard MacCutchan14-Oct-09 21:59
mveRichard MacCutchan14-Oct-09 21:59 
GeneralRe: NetServerDiskEnum Example Pin
Abinash Mohanty14-Oct-09 23:09
Abinash Mohanty14-Oct-09 23:09 
QuestionMultithreaded App Pin
Manmohan2913-Oct-09 23:27
Manmohan2913-Oct-09 23:27 
AnswerRe: Multithreaded App Pin
CPallini13-Oct-09 23:45
mveCPallini13-Oct-09 23:45 
AnswerRe: Multithreaded App Pin
Game-point14-Oct-09 1:16
Game-point14-Oct-09 1:16 
AnswerRe: Multithreaded App Pin
Rajesh R Subramanian14-Oct-09 2:05
professionalRajesh R Subramanian14-Oct-09 2:05 
GeneralRe: Multithreaded App Pin
Manmohan2914-Oct-09 4:14
Manmohan2914-Oct-09 4:14 
AnswerRe: Multithreaded App Pin
Rajesh R Subramanian14-Oct-09 4:16
professionalRajesh R Subramanian14-Oct-09 4:16 
GeneralRe: Multithreaded App Pin
Roger Stoltz14-Oct-09 4:27
Roger Stoltz14-Oct-09 4:27 
GeneralRe: Multithreaded App Pin
Rajesh R Subramanian14-Oct-09 4:30
professionalRajesh R Subramanian14-Oct-09 4:30 
GeneralRe: Multithreaded App Pin
Manmohan2914-Oct-09 5:55
Manmohan2914-Oct-09 5:55 
Questionresolving link error LNK1241 Pin
KASR113-Oct-09 19:40
KASR113-Oct-09 19:40 
AnswerRe: resolving link error LNK1241 Pin
David Crow14-Oct-09 2:40
David Crow14-Oct-09 2:40 
QuestionCursor in edit box Pin
sonualex13-Oct-09 18:53
sonualex13-Oct-09 18:53 
AnswerRe: Cursor in edit box Pin
David Crow14-Oct-09 2:23
David Crow14-Oct-09 2:23 
GeneralRe: Cursor in edit box Pin
sonualex14-Oct-09 3:32
sonualex14-Oct-09 3:32 
GeneralRe: Cursor in edit box Pin
David Crow14-Oct-09 3:39
David Crow14-Oct-09 3:39 
sonualex wrote:
...all the data entered in edit box are assigned to the memeber variable of string type via class wizards..


Use a CEdit member variable instead.

sonualex wrote:
so i dnt knw what to add for setting cursor and where..


Your requirements do not indicate a need to set the cursor.

All you need to do is call m_edit.SetLimitText(1000) in the dialog's OnInitDialog() method. When you are ready to get the text to write to the file, just call m_edit.GetWindowText().

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


GeneralRe: Cursor in edit box Pin
sonualex14-Oct-09 20:46
sonualex14-Oct-09 20:46 
QuestionRe: Cursor in edit box Pin
David Crow15-Oct-09 3:00
David Crow15-Oct-09 3:00 
AnswerRe: Cursor in edit box Pin
sonualex15-Oct-09 3:32
sonualex15-Oct-09 3:32 
AnswerRe: Cursor in edit box Pin
David Crow15-Oct-09 4:10
David Crow15-Oct-09 4:10 

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.