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

C / C++ / MFC

 
GeneralSubclassing windows of other processes Pin
S O S27-Jun-03 2:12
S O S27-Jun-03 2:12 
GeneralRe: Subclassing windows of other processes Pin
Ryan Binns27-Jun-03 2:35
Ryan Binns27-Jun-03 2:35 
GeneralRe: Subclassing windows of other processes Pin
S O S27-Jun-03 3:58
S O S27-Jun-03 3:58 
GeneralRe: Subclassing windows of other processes Pin
Ryan Binns27-Jun-03 4:00
Ryan Binns27-Jun-03 4:00 
GeneralRe: Subclassing windows of other processes Pin
MAAK29-Jun-03 12:25
MAAK29-Jun-03 12:25 
GeneralRe: Subclassing windows of other processes Pin
Ryan Binns29-Jun-03 14:58
Ryan Binns29-Jun-03 14:58 
GeneralUpdation of Editboxes individually Pin
pani6827-Jun-03 1:03
pani6827-Jun-03 1:03 
GeneralRe: Updation of Editboxes individually Pin
Ryan Binns27-Jun-03 1:20
Ryan Binns27-Jun-03 1:20 
Use a static text instead of an edit box, unless the user needs to be able to select and copy text out of it. If it has to be an edit box, then call SetFocus() on another window after you update the text box to remove the focus from it.

It the user doesn't need to be able to select and copy text from the edit box, then a static text box is the better option.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralShellExecute Pin
Anonymous27-Jun-03 0:18
Anonymous27-Jun-03 0:18 
GeneralRe: ShellExecute Pin
User 665827-Jun-03 1:02
User 665827-Jun-03 1:02 
GeneralRe: ShellExecute Pin
Rage27-Jun-03 1:05
professionalRage27-Jun-03 1:05 
GeneralRe: ShellExecute Pin
Anonymous27-Jun-03 1:20
Anonymous27-Jun-03 1:20 
GeneralRe: ShellExecute Pin
basementman27-Jun-03 3:53
basementman27-Jun-03 3:53 
GeneralRe: ShellExecute Pin
Rage27-Jun-03 4:37
professionalRage27-Jun-03 4:37 
Generalquestion about STL list Pin
zecodela26-Jun-03 23:55
zecodela26-Jun-03 23:55 
GeneralRe: question about STL list Pin
zecodela27-Jun-03 0:01
zecodela27-Jun-03 0:01 
GeneralRe: question about STL list Pin
Joaquín M López Muñoz27-Jun-03 0:42
Joaquín M López Muñoz27-Jun-03 0:42 
GeneralRe: question about STL list Pin
zecodela27-Jun-03 0:52
zecodela27-Jun-03 0:52 
GeneralRe: question about STL list Pin
Joaquín M López Muñoz27-Jun-03 2:58
Joaquín M López Muñoz27-Jun-03 2:58 
GeneralSerial port question Pin
andyg.10126-Jun-03 23:14
andyg.10126-Jun-03 23:14 
GeneralRe: Serial port question Pin
Anonymous27-Jun-03 0:31
Anonymous27-Jun-03 0:31 
GeneralRe: Serial port question Pin
andyg.10127-Jun-03 0:35
andyg.10127-Jun-03 0:35 
GeneralRe: Serial port question Pin
Anonymous27-Jun-03 1:25
Anonymous27-Jun-03 1:25 
GeneralRe: Serial port question Pin
Trollslayer27-Jun-03 1:37
mentorTrollslayer27-Jun-03 1:37 
GeneralRe: Serial port question Pin
andyg.10127-Jun-03 3:11
andyg.10127-Jun-03 3:11 

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.