Click here to Skip to main content
15,917,618 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCommunicating with a serial port Pin
keegan5-Aug-03 3:58
keegan5-Aug-03 3:58 
GeneralRe: Communicating with a serial port Pin
tomasvilda5-Aug-03 4:41
professionaltomasvilda5-Aug-03 4:41 
GeneralRe: Communicating with a serial port Pin
John M. Drescher5-Aug-03 8:27
John M. Drescher5-Aug-03 8:27 
QuestionHow to open a file in its designated application? Pin
gumber5-Aug-03 3:07
gumber5-Aug-03 3:07 
AnswerRe: How to open a file in its designated application? Pin
pépé5-Aug-03 3:11
pépé5-Aug-03 3:11 
QuestionSetFocus?? Pin
MemLeak5-Aug-03 3:06
MemLeak5-Aug-03 3:06 
AnswerRe: SetFocus?? Pin
vcplusplus5-Aug-03 3:38
vcplusplus5-Aug-03 3:38 
AnswerRe: SetFocus?? Pin
jhwurmbach5-Aug-03 4:25
jhwurmbach5-Aug-03 4:25 
Are you calling MyEdit.SetSel(0, -1); ?
This should select the whole text content of your edit box.

[EDIT]This is the same as calling
::SendMessage( 
  (HWND) hWnd,       // handle to destination window 
  EM_SETSEL,         // message to send
  (WPARAM) 0,        // starting position
  (LPARAM) -1        // ending position
);
[/EDIT]

Who is 'General Failure'? And why is he reading my harddisk?!?
AnswerRe: SetFocus?? Pin
Maximilien5-Aug-03 8:38
Maximilien5-Aug-03 8:38 
Questionhow to access windows share? Pin
User-3779365-Aug-03 2:53
User-3779365-Aug-03 2:53 
Generaldisable drag&drop in RichEdit Pin
pépé5-Aug-03 2:49
pépé5-Aug-03 2:49 
GeneralMigrate from printf to streams in my logfile class. Pin
justin2235-Aug-03 2:34
justin2235-Aug-03 2:34 
QuestionUrgent!!!Someone help please??? Pin
xxhimanshu5-Aug-03 2:21
xxhimanshu5-Aug-03 2:21 
AnswerRe: Urgent!!!Someone help please??? Pin
Neville Franks5-Aug-03 11:50
Neville Franks5-Aug-03 11:50 
GeneralRe: Urgent!!!Someone help please??? Pin
xxhimanshu6-Aug-03 23:55
xxhimanshu6-Aug-03 23:55 
GeneralRe: Urgent!!!Someone help please??? Pin
Neville Franks7-Aug-03 5:47
Neville Franks7-Aug-03 5:47 
GeneralWTL ComboBox Pin
Luke Murray5-Aug-03 2:16
Luke Murray5-Aug-03 2:16 
GeneralPosition cursor on last item in CListCtrl (reportmode) Pin
Wim Jans5-Aug-03 1:48
Wim Jans5-Aug-03 1:48 
GeneralRe: Position cursor on last item in CListCtrl (reportmode) Pin
David Crow5-Aug-03 3:05
David Crow5-Aug-03 3:05 
GeneralRe: Position cursor on last item in CListCtrl (reportmode) Pin
Wim Jans5-Aug-03 6:43
Wim Jans5-Aug-03 6:43 
General__gc Pin
devvvy5-Aug-03 1:31
devvvy5-Aug-03 1:31 
GeneralDataGrid problem Pin
siddharth235-Aug-03 1:29
siddharth235-Aug-03 1:29 
GeneralRuntime error Pin
si_695-Aug-03 1:09
si_695-Aug-03 1:09 
GeneralCreating Outlook Express button Pin
beside5-Aug-03 0:44
sussbeside5-Aug-03 0:44 
GeneralRe: Creating Outlook Express button Pin
Eugene Pustovoyt5-Aug-03 1:57
Eugene Pustovoyt5-Aug-03 1:57 

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.