Click here to Skip to main content
16,011,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CDaoRecordset & Access2000 Pin
jerry0davis17-Jan-01 1:35
jerry0davis17-Jan-01 1:35 
GeneralRe: CDaoRecordset & Access2000 Pin
Anders Molin17-Jan-01 1:44
professionalAnders Molin17-Jan-01 1:44 
GeneralRe: CDaoRecordset & Access2000 Pin
jerry0davis17-Jan-01 2:39
jerry0davis17-Jan-01 2:39 
GeneralRe: CDaoRecordset & Access2000 Pin
Anders Molin17-Jan-01 1:47
professionalAnders Molin17-Jan-01 1:47 
GeneralRichEditCtrl Pin
14-Jan-01 18:51
suss14-Jan-01 18:51 
GeneralRe: RichEditCtrl Pin
14-Jan-01 19:09
suss14-Jan-01 19:09 
GeneralRe: RichEditCtrl Pin
Erik Funkenbusch15-Jan-01 11:51
Erik Funkenbusch15-Jan-01 11:51 
GeneralRe: RichEditCtrl Pin
16-Jan-01 9:51
suss16-Jan-01 9:51 
How intuitive is a ReplaceSel() function compared to InsertSel()?? Give me a break. I, as a user, should not need to scour through the entire documentation to do something so inherent to RichEdit boxes. This is what I have to do to insert text at the end of the current text in the control:
int len = GetWindowTextLength()
SetSel(len,len);
ReplaceSel("whatever")

What I'm saying is this is far too much unecessary work to do something so simple. Besides, the documentation is not even clear about whether to do this or use the StreamIn() method. All I'm saying is that this can be far simpler than it is right now.

Sriram
GeneralRe: RichEditCtrl Pin
16-Jan-01 9:52
suss16-Jan-01 9:52 
GeneralRe: RichEditCtrl Pin
Erik Funkenbusch16-Jan-01 12:19
Erik Funkenbusch16-Jan-01 12:19 
QuestionThick Cursor - How to avoid it? Pin
14-Jan-01 17:01
suss14-Jan-01 17:01 
GeneralHiding the ToolbarControl at the right-top of CFileDialog Pin
Sjoerd van Leent14-Jan-01 10:49
Sjoerd van Leent14-Jan-01 10:49 
Questioncan i create a font to my native lang using VC Pin
13-Jan-01 22:53
suss13-Jan-01 22:53 
AnswerRe: can i create a font to my native lang using VC Pin
14-Jan-01 13:22
suss14-Jan-01 13:22 
GeneralUnicode clipboard Pin
13-Jan-01 16:08
suss13-Jan-01 16:08 
GeneralRe: Unicode clipboard Pin
Michael Dunn13-Jan-01 16:27
sitebuilderMichael Dunn13-Jan-01 16:27 
GeneralContext Menu and Mouse Cursor Pin
Patrick Dughi13-Jan-01 14:19
Patrick Dughi13-Jan-01 14:19 
Generallogging on Pin
13-Jan-01 11:24
suss13-Jan-01 11:24 
GeneralRe: logging on Pin
Christian Graus13-Jan-01 12:58
protectorChristian Graus13-Jan-01 12:58 
GeneralRe: logging on Pin
Anders Molin14-Jan-01 6:03
professionalAnders Molin14-Jan-01 6:03 
Generaldll files Pin
13-Jan-01 10:44
suss13-Jan-01 10:44 
GeneralRe: dll files Pin
Anders Molin13-Jan-01 11:16
professionalAnders Molin13-Jan-01 11:16 
GeneralMyMAPIDlg.obj : error LNK2001: unresolved external symbol _MAPIReadMail@24 Pin
Dan Madden13-Jan-01 10:10
Dan Madden13-Jan-01 10:10 
GeneralRe: MyMAPIDlg.obj : error LNK2001: unresolved external symbol _MAPIReadMail@24 Pin
Michael Dunn13-Jan-01 10:17
sitebuilderMichael Dunn13-Jan-01 10:17 
GeneralRe: MyMAPIDlg.obj : error LNK2001: unresolved external symbol _MAPIReadMail@24 Pin
Dan Madden13-Jan-01 11:31
Dan Madden13-Jan-01 11: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.