Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Get the handle to the CRichEditCtrl class Pin
Sameer_Thakur22-May-06 20:11
Sameer_Thakur22-May-06 20:11 
AnswerRe: How to Get the handle to the CRichEditCtrl class Pin
Nibu babu thomas22-May-06 20:13
Nibu babu thomas22-May-06 20:13 
QuestionEdit control in vc++ Pin
nitin_b1222-May-06 19:52
nitin_b1222-May-06 19:52 
AnswerRe: Edit control in vc++ Pin
Hamid_RT22-May-06 19:59
Hamid_RT22-May-06 19:59 
GeneralRe: Edit control in vc++ Pin
Sarath C22-May-06 20:14
Sarath C22-May-06 20:14 
GeneralRe: Edit control in vc++ Pin
Hamid_RT22-May-06 20:25
Hamid_RT22-May-06 20:25 
GeneralRe: Edit control in vc++ [modified] Pin
nitin_b1222-May-06 20:45
nitin_b1222-May-06 20:45 
GeneralRe: Edit control in vc++ Pin
Hamid_RT22-May-06 20:55
Hamid_RT22-May-06 20:55 
if you want to insert when you click button I suggest use GetWindowText and SetWindowText and one CString for get string from edit1 and check if you want that text insert to end of string use Insert(str.getlength(),str) in first parameter from Insert but if you want to insert to first string use Insert(0,str);i think its easy




whitesky


GeneralRe: Edit control in vc++ Pin
nitin_b1222-May-06 21:06
nitin_b1222-May-06 21:06 
GeneralRe: Edit control in vc++ Pin
Hamid_RT22-May-06 21:15
Hamid_RT22-May-06 21:15 
AnswerRe: Edit control in vc++ Pin
Sarath C22-May-06 20:08
Sarath C22-May-06 20:08 
AnswerRe: Edit control in vc++ Pin
Steve Echols22-May-06 20:41
Steve Echols22-May-06 20:41 
AnswerRe: Edit control in vc++ Pin
Ganesh_T22-May-06 21:04
Ganesh_T22-May-06 21:04 
Questionhow to get the source of firfox Pin
jerry1111122-May-06 19:46
jerry1111122-May-06 19:46 
AnswerRe: how to get the source of firfox Pin
kakan22-May-06 19:53
professionalkakan22-May-06 19:53 
AnswerRe: how to get the source of firfox Pin
Laxman Auti22-May-06 20:44
Laxman Auti22-May-06 20:44 
GeneralRe: how to get the source of firfox Pin
jerry1111122-May-06 21:59
jerry1111122-May-06 21:59 
AnswerRe: how to get the source of firfox Pin
Laxman Auti22-May-06 22:53
Laxman Auti22-May-06 22:53 
QuestionReading BYTE* Pin
satsumatable22-May-06 19:44
satsumatable22-May-06 19:44 
AnswerRe: Reading BYTE* Pin
kakan22-May-06 19:51
professionalkakan22-May-06 19:51 
GeneralRe: Reading BYTE* Pin
satsumatable22-May-06 19:59
satsumatable22-May-06 19:59 
GeneralRe: Reading BYTE* Pin
Sarath C22-May-06 20:18
Sarath C22-May-06 20:18 
GeneralRe: Reading BYTE* [modified] Pin
sunit522-May-06 20:21
sunit522-May-06 20:21 
GeneralRe: Reading BYTE* Pin
Maxwell Chen22-May-06 20:24
Maxwell Chen22-May-06 20:24 
GeneralRe: Reading BYTE* Pin
satsumatable22-May-06 20:31
satsumatable22-May-06 20:31 

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.