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

C / C++ / MFC

 
GeneralRe: Debugging the spawned process. Pin
Anthony_Yio16-Jun-04 18:38
Anthony_Yio16-Jun-04 18:38 
GeneralString conversion Pin
Cedric Moonen15-Jun-04 23:13
Cedric Moonen15-Jun-04 23:13 
GeneralRe: String conversion Pin
Anthony_Yio15-Jun-04 23:37
Anthony_Yio15-Jun-04 23:37 
GeneralRe: String conversion Pin
Cedric Moonen15-Jun-04 23:49
Cedric Moonen15-Jun-04 23:49 
GeneralRe: String conversion Pin
Rodrigo Pinto Pereira de Souza16-Jun-04 7:11
Rodrigo Pinto Pereira de Souza16-Jun-04 7:11 
GeneralCEdit.SetWindowText(...); Pin
V.15-Jun-04 22:36
professionalV.15-Jun-04 22:36 
GeneralRe: CEdit.SetWindowText(...); Pin
Dominik Reichl15-Jun-04 22:49
Dominik Reichl15-Jun-04 22:49 
GeneralRe: CEdit.SetWindowText(...); Pin
V.15-Jun-04 22:57
professionalV.15-Jun-04 22:57 
tnx for the reply, but I'm afraid I must dissapoint you.
I do this:
<br />
int pos = initValue.GetLength();<br />
m_valueSearchBox.SetWindowText(initValue);<br />
m_valueSearchBox.SetSel(pos, pos, TRUE);<br />


(it's SET not GET, but not important).
What happens is that the cursor is behind the text, BUT the text is selected, so if you start typing ... Frown | :(

"If I don't see you in this world, I'll see you in the next one... and don't be late." ~ Jimmy Hendrix
GeneralRe: CEdit.SetWindowText(...); Pin
Weiye Chen15-Jun-04 23:45
Weiye Chen15-Jun-04 23:45 
GeneralRe: CEdit.SetWindowText(...); Pin
V.15-Jun-04 23:52
professionalV.15-Jun-04 23:52 
GeneralRe: CEdit.SetWindowText(...); Pin
Dominik Reichl15-Jun-04 23:57
Dominik Reichl15-Jun-04 23:57 
GeneralRe: CEdit.SetWindowText(...); Pin
V.16-Jun-04 1:55
professionalV.16-Jun-04 1:55 
QuestionHow do I load a dll from within a dll. Pin
Member 114349815-Jun-04 22:16
Member 114349815-Jun-04 22:16 
AnswerRe: How do I load a dll from within a dll. Pin
Blake Miller16-Jun-04 13:50
Blake Miller16-Jun-04 13:50 
GeneralRe: How do I load a dll from within a dll. Pin
Member 114349817-Jun-04 21:41
Member 114349817-Jun-04 21:41 
GeneralRe: How do I load a dll from within a dll. Pin
Blake Miller18-Jun-04 4:16
Blake Miller18-Jun-04 4:16 
GeneralRe: How do I load a dll from within a dll. Pin
Member 114349820-Jun-04 21:07
Member 114349820-Jun-04 21:07 
GeneralVC++ Macros Reference (VB) Pin
Archer28215-Jun-04 21:39
Archer28215-Jun-04 21:39 
GeneralRe: VC++ Macros Reference (VB) Pin
Kevin McFarlane16-Jun-04 0:11
Kevin McFarlane16-Jun-04 0:11 
GeneralRe: VC++ Macros Reference (VB) Pin
Archer28216-Jun-04 10:05
Archer28216-Jun-04 10:05 
GeneralRe: VC++ Macros Reference (VB) Pin
Kevin McFarlane16-Jun-04 11:53
Kevin McFarlane16-Jun-04 11:53 
GeneralCOM newbie - ITaskbarList problem Pin
Kri515-Jun-04 21:35
Kri515-Jun-04 21:35 
GeneralDynamic creation of controls and getting messages Pin
grinder15-Jun-04 21:26
grinder15-Jun-04 21:26 
GeneralRe: Dynamic creation of controls and getting messages Pin
Johan Rosengren15-Jun-04 22:11
Johan Rosengren15-Jun-04 22:11 
GeneralRe: Dynamic creation of controls and getting messages Pin
grinder16-Jun-04 1:45
grinder16-Jun-04 1:45 

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.