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

C / C++ / MFC

 
GeneralRe: MP3 Header Information Pin
Michael Dunn5-Aug-02 18:03
sitebuilderMichael Dunn5-Aug-02 18:03 
GeneralRe: MP3 Header Information Pin
User 66586-Aug-02 1:47
User 66586-Aug-02 1:47 
GeneralRe: MP3 Header Information Pin
Christian Graus5-Aug-02 13:24
protectorChristian Graus5-Aug-02 13:24 
GeneralRe: MP3 Header Information Pin
JennyP5-Aug-02 15:30
JennyP5-Aug-02 15:30 
GeneralRe: MP3 Header Information Pin
User 66586-Aug-02 1:50
User 66586-Aug-02 1:50 
GeneralCEdit Box -- select all contents Pin
JennyP5-Aug-02 6:05
JennyP5-Aug-02 6:05 
GeneralRe: CEdit Box -- select all contents Pin
Chris Losinger5-Aug-02 6:18
professionalChris Losinger5-Aug-02 6:18 
GeneralRe: CEdit Box -- select all contents Pin
JennyP5-Aug-02 17:46
JennyP5-Aug-02 17:46 
Hi Chris,

I've done just that, and no dice. I verified that it gets called with TRACE but the edit box still puts the insert cursor where the mouse was when I clicked on it. Do I need to call more items from the function? Here's the function....


void CDiagGoalSched::OnSetfocusEditDue() <br />
{<br />
     // This doesn't seem to work...  I want a mouse click to select entire contents.<br />
     TRACE0("SET FOCUS...");<br />
     m_CtrlEditDue.SetSel(0, -1);<br />
}


Thanks!

JennyP
GeneralRe: CEdit Box -- select all contents Pin
Chris Losinger5-Aug-02 20:02
professionalChris Losinger5-Aug-02 20:02 
GeneralRe: CEdit Box -- select all contents Pin
JennyP5-Aug-02 20:15
JennyP5-Aug-02 20:15 
GeneralRe: CEdit Box -- select all contents Pin
Chris Losinger5-Aug-02 21:09
professionalChris Losinger5-Aug-02 21:09 
GeneralChat Server Pin
Shamoon5-Aug-02 4:22
Shamoon5-Aug-02 4:22 
GeneralRe: Chat Server Pin
Tomasz Sowinski5-Aug-02 4:24
Tomasz Sowinski5-Aug-02 4:24 
QuestionHow To Use MSFlexGrid in ATL Composite Control??? Pin
Uttam Kumar Unik!5-Aug-02 4:05
Uttam Kumar Unik!5-Aug-02 4:05 
AnswerRe: How To Use MSFlexGrid in ATL Composite Control??? Pin
Ernest Laurentin5-Aug-02 10:43
Ernest Laurentin5-Aug-02 10:43 
General_variant_t, WinXP and Win2K Pin
ns5-Aug-02 3:56
ns5-Aug-02 3:56 
GeneralRe: _variant_t, WinXP and Win2K Pin
Tim Smith5-Aug-02 4:10
Tim Smith5-Aug-02 4:10 
GeneralRe: VARIANT conversion Pin
Masaaki Onishi5-Aug-02 6:26
Masaaki Onishi5-Aug-02 6:26 
GeneralRe: VARIANT conversion Pin
Ernest Laurentin5-Aug-02 9:32
Ernest Laurentin5-Aug-02 9:32 
GeneralText of document Pin
Hans Ruck5-Aug-02 3:45
Hans Ruck5-Aug-02 3:45 
Generalget cells Pin
pnpfriend5-Aug-02 3:25
pnpfriend5-Aug-02 3:25 
GeneralRe: get cells Pin
Tomasz Sowinski5-Aug-02 3:41
Tomasz Sowinski5-Aug-02 3:41 
GeneralRe: get cells Pin
pnpfriend5-Aug-02 4:45
pnpfriend5-Aug-02 4:45 
GeneralRe: get cells Pin
Tomasz Sowinski5-Aug-02 4:46
Tomasz Sowinski5-Aug-02 4:46 
GeneralRe: get cells Pin
pnpfriend5-Aug-02 5:14
pnpfriend5-Aug-02 5:14 

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.