Click here to Skip to main content
15,907,231 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WaitForSingleObject, Run do loop, win32 api Pin
jkirkerx27-Nov-11 10:44
professionaljkirkerx27-Nov-11 10:44 
QuestionSetFocus problem Pin
_Flaviu25-Nov-11 3:05
_Flaviu25-Nov-11 3:05 
QuestionRe: SetFocus problem Pin
Chris Meech25-Nov-11 3:23
Chris Meech25-Nov-11 3:23 
AnswerRe: SetFocus problem Pin
_Flaviu25-Nov-11 9:07
_Flaviu25-Nov-11 9:07 
GeneralRe: SetFocus problem Pin
Chris Meech25-Nov-11 9:18
Chris Meech25-Nov-11 9:18 
GeneralRe: SetFocus problem Pin
_Flaviu25-Nov-11 9:46
_Flaviu25-Nov-11 9:46 
GeneralRe: SetFocus problem Pin
Goto_Label_26-Nov-11 11:59
Goto_Label_26-Nov-11 11:59 
AnswerRe: SetFocus problem Pin
Jonathan Davies25-Nov-11 6:44
Jonathan Davies25-Nov-11 6:44 
Looking at (ATL) code of mine for handling tabs, and which uses <code>GetDlgItem</code> rather than <code>SetFocus</code>, the only difference I can see is that I have a call:<pre>// Now select all like normal tab behaviour
SendMessage(hNew, EM_SETSEL, 0, -1);</pre>at the end. Presumably as my tabs have edit controls on and the cursor needs setting up. So unless there's a parallel with your views e.g. ensure, say, a node or list item has focus or is other wise set up, I'd agree with Chris and wonder about the code doing the deleting.
QuestionCapture mouse over event on trayicon aplication Pin
lucio8124-Nov-11 2:58
lucio8124-Nov-11 2:58 
AnswerRe: Capture mouse over event on trayicon aplication Pin
Software_Developer24-Nov-11 4:56
Software_Developer24-Nov-11 4:56 
AnswerRe: Capture mouse over event on trayicon aplication Pin
Satheesh154624-Nov-11 17:18
Satheesh154624-Nov-11 17:18 
GeneralRe: Capture mouse over event on trayicon aplication Pin
Richard MacCutchan24-Nov-11 21:39
mveRichard MacCutchan24-Nov-11 21:39 
QuestionHow to get close event of form view in MFC Pin
Amrit Agr24-Nov-11 1:53
Amrit Agr24-Nov-11 1:53 
AnswerRe: How to get close event of form view in MFC Pin
Schehaider_Aymen24-Nov-11 2:46
Schehaider_Aymen24-Nov-11 2:46 
AnswerRe: How to get close event of form view in MFC Pin
Software_Developer24-Nov-11 5:19
Software_Developer24-Nov-11 5:19 
GeneralRe: How to get close event of form view in MFC Pin
Schehaider_Aymen24-Nov-11 22:09
Schehaider_Aymen24-Nov-11 22:09 
GeneralRe: How to get close event of form view in MFC Pin
Software_Developer24-Nov-11 22:25
Software_Developer24-Nov-11 22:25 
GeneralRe: How to get close event of form view in MFC Pin
Schehaider_Aymen24-Nov-11 22:42
Schehaider_Aymen24-Nov-11 22:42 
QuestionInvoke ENTER KEY Pin
manju 323-Nov-11 19:33
manju 323-Nov-11 19:33 
AnswerRe: Invoke ENTER KEY Pin
Irwin.R23-Nov-11 20:45
Irwin.R23-Nov-11 20:45 
AnswerRe: Invoke ENTER KEY Pin
Pranit Kothari24-Nov-11 3:10
Pranit Kothari24-Nov-11 3:10 
AnswerRe: Invoke ENTER KEY Pin
Satheesh154624-Nov-11 17:13
Satheesh154624-Nov-11 17:13 
QuestionHow to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
manoharbalu23-Nov-11 18:00
manoharbalu23-Nov-11 18:00 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
Richard MacCutchan23-Nov-11 22:16
mveRichard MacCutchan23-Nov-11 22:16 
AnswerRe: How to change my application (Client-Server using TCP/IP Sockets) to internet based application Pin
Satheesh154624-Nov-11 17:26
Satheesh154624-Nov-11 17:26 

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.