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

C / C++ / MFC

 
GeneralRe: Drawing problem while drawing on Flash Activex object Pin
basementman17-Feb-04 6:13
basementman17-Feb-04 6:13 
GeneralRetrieve Windows Version Pin
Member 81095316-Feb-04 23:38
Member 81095316-Feb-04 23:38 
GeneralRe: Retrieve Windows Version Pin
Prakash Nadar16-Feb-04 23:45
Prakash Nadar16-Feb-04 23:45 
GeneralRe: Retrieve Windows Version Pin
Selvam R16-Feb-04 23:48
professionalSelvam R16-Feb-04 23:48 
GeneralRe: Retrieve Windows Version Pin
John M. Drescher17-Feb-04 2:51
John M. Drescher17-Feb-04 2:51 
Generalmessage box..... Pin
Best Friend16-Feb-04 22:55
Best Friend16-Feb-04 22:55 
GeneralRe: message box..... Pin
Prakash Nadar16-Feb-04 23:03
Prakash Nadar16-Feb-04 23:03 
GeneralRe: message box..... Pin
Selvam R16-Feb-04 23:07
professionalSelvam R16-Feb-04 23:07 
GeneralRe: message box..... Pin
Robert A. T. Káldy17-Feb-04 1:09
Robert A. T. Káldy17-Feb-04 1:09 
GeneralSocket problem... Pin
Prakash Nadar16-Feb-04 22:40
Prakash Nadar16-Feb-04 22:40 
GeneralRe: Socket problem... Pin
alex120516-Feb-04 23:11
alex120516-Feb-04 23:11 
GeneralRe: Socket problem... Pin
Prakash Nadar16-Feb-04 23:33
Prakash Nadar16-Feb-04 23:33 
QuestionHow to get good formatted text in Browser Control? Pin
vinjamsailendrachowdary16-Feb-04 22:35
vinjamsailendrachowdary16-Feb-04 22:35 
GeneralProblem with MessageBox Pin
JGStanier16-Feb-04 22:28
JGStanier16-Feb-04 22:28 
GeneralRe: Problem with MessageBox Pin
Prakash Nadar16-Feb-04 22:41
Prakash Nadar16-Feb-04 22:41 
GeneralRe: Problem with MessageBox Pin
JGStanier16-Feb-04 23:09
JGStanier16-Feb-04 23:09 
GeneralRe: Problem with MessageBox Pin
JGStanier16-Feb-04 23:16
JGStanier16-Feb-04 23:16 
GeneralRe: Problem with MessageBox Pin
Selvam R16-Feb-04 23:45
professionalSelvam R16-Feb-04 23:45 
GeneralRe: Problem with MessageBox Pin
JGStanier16-Feb-04 23:50
JGStanier16-Feb-04 23:50 
GeneralRe: Problem with MessageBox Pin
Prakash Nadar16-Feb-04 23:37
Prakash Nadar16-Feb-04 23:37 
GeneralRe: Problem with MessageBox Pin
JGStanier16-Feb-04 23:44
JGStanier16-Feb-04 23:44 
GeneralGetting Output Parameter from _CommandPtr Pin
alex120516-Feb-04 21:50
alex120516-Feb-04 21:50 
GeneralRe: Getting Output Parameter from _CommandPtr Pin
RChin16-Feb-04 23:02
RChin16-Feb-04 23:02 
GeneralRe: Getting Output Parameter from _CommandPtr Pin
alex120517-Feb-04 16:38
alex120517-Feb-04 16:38 
GeneralCEdit focus problem Pin
Niko Tanghe16-Feb-04 21:20
Niko Tanghe16-Feb-04 21:20 
hi,

I place an Edit control on a dialog.
Because it is the first control in the tab order, it gets the focus.
This means that all the text in the edit is selected.
What I want is that the caret is on the last position and no text is selected at all.

CEdit has a member ::SetSel to do this, but when should I call it?
When I call it in the OnInitDialog(), all the text is still selected.


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.