Click here to Skip to main content
15,898,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC Dialog Pin
Bhavesh Bagadiya30-Aug-07 0:49
Bhavesh Bagadiya30-Aug-07 0:49 
AnswerRe: MFC Dialog Pin
Naveen30-Aug-07 0:56
Naveen30-Aug-07 0:56 
GeneralRe: MFC Dialog Pin
Nishad S30-Aug-07 1:41
Nishad S30-Aug-07 1:41 
GeneralRe: MFC Dialog Pin
Naveen30-Aug-07 2:03
Naveen30-Aug-07 2:03 
GeneralRe: MFC Dialog Pin
Nishad S30-Aug-07 2:12
Nishad S30-Aug-07 2:12 
Questioncursor in readonly mode richedit control.. Pin
mirraa30-Aug-07 0:33
mirraa30-Aug-07 0:33 
AnswerRe: cursor in readonly mode richedit control.. Pin
Nishad S30-Aug-07 1:39
Nishad S30-Aug-07 1:39 
AnswerRe: cursor in readonly mode richedit control.. Pin
Randor 30-Aug-07 2:58
professional Randor 30-Aug-07 2:58 
Try:

<br />
int i = m_RichLogCtrl.GetWindowTextLength();<br />
m_RichLogCtrl.SetSel(i, i);<br />


Best Wishes,
-David Delaune
QuestionUnique hardware ID number (c++) Pin
J_E_D_I30-Aug-07 0:31
J_E_D_I30-Aug-07 0:31 
AnswerRe: Unique hardware ID number (c++) Pin
Waldermort30-Aug-07 2:00
Waldermort30-Aug-07 2:00 
JokeRe: Unique hardware ID number (c++) Pin
J_E_D_I30-Aug-07 2:31
J_E_D_I30-Aug-07 2:31 
AnswerRe: Unique hardware ID number (c++) Pin
David Crow30-Aug-07 3:15
David Crow30-Aug-07 3:15 
QuestionCreate Registry Key using C++ Pin
J_E_D_I30-Aug-07 0:28
J_E_D_I30-Aug-07 0:28 
AnswerRe: Create Registry Key using C++ Pin
KarstenK30-Aug-07 0:38
mveKarstenK30-Aug-07 0:38 
GeneralRe: Create Registry Key using C++ Pin
J_E_D_I30-Aug-07 0:42
J_E_D_I30-Aug-07 0:42 
GeneralRe: Create Registry Key using C++ Pin
jhwurmbach30-Aug-07 0:47
jhwurmbach30-Aug-07 0:47 
GeneralRe: Create Registry Key using C++ Pin
J_E_D_I30-Aug-07 1:23
J_E_D_I30-Aug-07 1:23 
GeneralRe: Create Registry Key using C++ Pin
jhwurmbach30-Aug-07 1:29
jhwurmbach30-Aug-07 1:29 
AnswerRe: Create Registry Key using C++ Pin
KarstenK30-Aug-07 0:49
mveKarstenK30-Aug-07 0:49 
GeneralRe: Create Registry Key using C++ Pin
J_E_D_I30-Aug-07 1:20
J_E_D_I30-Aug-07 1:20 
GeneralRe: Create Registry Key using C++ Pin
KarstenK30-Aug-07 1:30
mveKarstenK30-Aug-07 1:30 
GeneralRe: Create Registry Key using C++ Pin
J_E_D_I30-Aug-07 1:37
J_E_D_I30-Aug-07 1:37 
GeneralRe: Create Registry Key using C++ Pin
KarstenK30-Aug-07 1:43
mveKarstenK30-Aug-07 1:43 
QuestionRe: Create Registry Key using C++ Pin
David Crow30-Aug-07 3:19
David Crow30-Aug-07 3:19 
QuestionProblem while switching from debugging mode to release mode Pin
Sangeetha_J30-Aug-07 0:18
Sangeetha_J30-Aug-07 0:18 

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.