Click here to Skip to main content
15,921,174 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaltab order modification Pin
JabraJabra2-Jul-04 15:22
JabraJabra2-Jul-04 15:22 
GeneralRe: tab order modification Pin
Michael Dunn2-Jul-04 16:03
sitebuilderMichael Dunn2-Jul-04 16:03 
Generalhighlighting text programatically Pin
Chaoslord2-Jul-04 14:37
Chaoslord2-Jul-04 14:37 
GeneralRe: highlighting text programatically Pin
Michael Dunn2-Jul-04 16:05
sitebuilderMichael Dunn2-Jul-04 16:05 
GeneralRe: highlighting text programatically Pin
Chaoslord2-Jul-04 17:23
Chaoslord2-Jul-04 17:23 
GeneralRe: highlighting text programatically Pin
Michael Dunn2-Jul-04 19:23
sitebuilderMichael Dunn2-Jul-04 19:23 
GeneralRe: highlighting text programatically Pin
Chaoslord3-Jul-04 2:08
Chaoslord3-Jul-04 2:08 
GeneralRe: highlighting text programatically Pin
Michael Dunn3-Jul-04 10:07
sitebuilderMichael Dunn3-Jul-04 10:07 
Turn on the "no hide selection" style of the edit control.

If you don't have a CEdit member variable, do this:

CEdit* pEdit = (CEdit*) GetDlgItem(IDC_CONTROL_ID_HERE);

--Mike--
Personal stuff:: Ericahist | Homepage
Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt
CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ

----
"Linux is good. It can do no wrong. It is open source so must be right. It has penguins. I want to eat your brain."
  -- Paul Watson, Linux Zombie

GeneralComputers and arrogance.. Pin
Laing,James2-Jul-04 12:33
Laing,James2-Jul-04 12:33 
GeneralRe: Computers and arrogance.. Pin
Johan Rosengren2-Jul-04 21:02
Johan Rosengren2-Jul-04 21:02 
GeneralRe: Computers and arrogance.. Pin
John R. Shaw3-Jul-04 13:42
John R. Shaw3-Jul-04 13:42 
GeneralRe: Computers and arrogance.. Pin
Mike Nordell4-Jul-04 2:08
Mike Nordell4-Jul-04 2:08 
Questionhow to disable anything till the view closed Pin
JabraJabra2-Jul-04 12:29
JabraJabra2-Jul-04 12:29 
AnswerRe: how to disable anything till the view closed Pin
Johan Rosengren2-Jul-04 21:15
Johan Rosengren2-Jul-04 21:15 
Generalresponse type Window Pin
JabraJabra2-Jul-04 11:14
JabraJabra2-Jul-04 11:14 
GeneralRe: response type Window Pin
Johan Rosengren2-Jul-04 21:17
Johan Rosengren2-Jul-04 21:17 
GeneralGetting Validated Rectangles (Windows GDI) Pin
Abdul Aleem Khan2-Jul-04 10:59
Abdul Aleem Khan2-Jul-04 10:59 
GeneralRe: Getting Validated Rectangles (Windows GDI) Pin
Ravi Bhavnani2-Jul-04 11:34
professionalRavi Bhavnani2-Jul-04 11:34 
GeneralStatically linking a project Pin
ravi_iiit2-Jul-04 9:54
ravi_iiit2-Jul-04 9:54 
GeneralRe: Statically linking a project Pin
the_augy2-Jul-04 18:02
the_augy2-Jul-04 18:02 
GeneralRe: Statically linking a project Pin
ravi_iiit2-Jul-04 18:33
ravi_iiit2-Jul-04 18:33 
GeneralRe: Statically linking a project Pin
the_augy2-Jul-04 19:18
the_augy2-Jul-04 19:18 
GeneralRe: Statically linking a project Pin
ravi_iiit3-Jul-04 6:11
ravi_iiit3-Jul-04 6:11 
GeneralIcon problem Pin
gamitech2-Jul-04 9:47
gamitech2-Jul-04 9:47 
GeneralRe: Icon problem Pin
PJ Arends2-Jul-04 17:27
professionalPJ Arends2-Jul-04 17:27 

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.