Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBuilding question Pin
Lampros Giampouras15-Jun-05 2:49
Lampros Giampouras15-Jun-05 2:49 
GeneralRe: Building question Pin
Cedric Moonen15-Jun-05 3:24
Cedric Moonen15-Jun-05 3:24 
GeneralRe: Building question Pin
normanS15-Jun-05 3:53
normanS15-Jun-05 3:53 
GeneralRe: Building question Pin
Lampros Giampouras15-Jun-05 14:09
Lampros Giampouras15-Jun-05 14:09 
GeneralRe: Building question Pin
squidev15-Jun-05 15:46
squidev15-Jun-05 15:46 
GeneralRe: Building question Pin
Lampros Giampouras16-Jun-05 9:11
Lampros Giampouras16-Jun-05 9:11 
Generalweird errors Pin
Anonymous15-Jun-05 2:29
Anonymous15-Jun-05 2:29 
GeneralRe: weird errors Pin
Blake Miller15-Jun-05 4:44
Blake Miller15-Jun-05 4:44 
At least for setting the caret position, you can 'select' text in the edit field, just have the start and end at same position. It will position caret in the edit field at that character position, but none of the text will be selected.

For example:
m_wEdit2->SetSel(4,4);
GeneralRe: weird errors Pin
David Crow15-Jun-05 5:40
David Crow15-Jun-05 5:40 
GeneralCListCtrl Class Help! Pin
mahanagarjuna15-Jun-05 2:12
mahanagarjuna15-Jun-05 2:12 
GeneralMessage for ListView Pin
Duy Nghia15-Jun-05 1:27
Duy Nghia15-Jun-05 1:27 
GeneralRe: Message for ListView Pin
David Crow15-Jun-05 4:53
David Crow15-Jun-05 4:53 
GeneralRe: Message for ListView Pin
Duy Nghia15-Jun-05 15:35
Duy Nghia15-Jun-05 15:35 
GeneralRe: Message for ListView Pin
David Crow16-Jun-05 2:47
David Crow16-Jun-05 2:47 
GeneralCreating Multiple Document Interface using a CRichEditCtrl Pin
dittygrail15-Jun-05 1:17
dittygrail15-Jun-05 1:17 
GeneralOwner Draw List Box & GetText() Pin
Jon Hulatt15-Jun-05 1:14
Jon Hulatt15-Jun-05 1:14 
GeneralRe: Owner Draw List Box & GetText() Pin
Terence Russell1-Jun-23 8:19
Terence Russell1-Jun-23 8:19 
GeneralTime In Microseconds Pin
sweep12315-Jun-05 1:08
sweep12315-Jun-05 1:08 
Questiongetting the upper left pixel of HBITMAP? Pin
ThinkingPrometheus15-Jun-05 0:30
ThinkingPrometheus15-Jun-05 0:30 
AnswerRe: getting the upper left pixel of HBITMAP? Pin
ThatsAlok15-Jun-05 0:49
ThatsAlok15-Jun-05 0:49 
GeneralRe: getting the upper left pixel of HBITMAP? Pin
ThinkingPrometheus15-Jun-05 3:38
ThinkingPrometheus15-Jun-05 3:38 
GeneralRe: getting the upper left pixel of HBITMAP? Pin
Bob Stanneveld15-Jun-05 4:29
Bob Stanneveld15-Jun-05 4:29 
GeneralRe: getting the upper left pixel of HBITMAP? Pin
ThinkingPrometheus15-Jun-05 5:49
ThinkingPrometheus15-Jun-05 5:49 
GeneralRe: getting the upper left pixel of HBITMAP? Pin
Bob Stanneveld15-Jun-05 5:54
Bob Stanneveld15-Jun-05 5:54 
GeneralRe: getting the upper left pixel of HBITMAP? Pin
ThinkingPrometheus15-Jun-05 21:40
ThinkingPrometheus15-Jun-05 21:40 

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.