Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Running Application Pin
Dimitris Vasiliadis24-May-04 12:55
Dimitris Vasiliadis24-May-04 12:55 
GeneralCryptography in VC++ 6 Pin
kempyeng25-Mar-04 16:39
kempyeng25-Mar-04 16:39 
GeneralRe: Cryptography in VC++ 6 Pin
markgr25-Mar-04 19:24
markgr25-Mar-04 19:24 
GeneralRe: Cryptography in VC++ 6 Pin
22491725-Mar-04 20:11
22491725-Mar-04 20:11 
GeneralRe: Cryptography in VC++ 6 Pin
kempyeng28-Mar-04 14:44
kempyeng28-Mar-04 14:44 
GeneralKill Focus Pin
Ichiban_Addict25-Mar-04 16:22
Ichiban_Addict25-Mar-04 16:22 
GeneralRe: Kill Focus Pin
Roman Rodov25-Mar-04 16:32
Roman Rodov25-Mar-04 16:32 
GeneralRe: Kill Focus Pin
Ryan Binns25-Mar-04 17:15
Ryan Binns25-Mar-04 17:15 
In Windows, exactly one window must have the focus at all times. So, simply sending a WM_KILLFOCUS to the edit control won't do anything. You have to explicitly call SetFocus() on another control to give it the focus to remove the focus from your edit control.

Hope this helps,

Ryan
"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"

GeneralExternal File String Search Pin
sumrana25-Mar-04 15:53
sumrana25-Mar-04 15:53 
GeneralRe: External File String Search Pin
JWood25-Mar-04 16:56
JWood25-Mar-04 16:56 
GeneralPassing data to a DLL Pin
Steve Messer25-Mar-04 12:18
Steve Messer25-Mar-04 12:18 
GeneralRe: Passing data to a DLL Pin
Prakash Nadar25-Mar-04 14:51
Prakash Nadar25-Mar-04 14:51 
GeneralRe: Passing data to a DLL Pin
Steve Messer25-Mar-04 15:15
Steve Messer25-Mar-04 15:15 
GeneralRe: Passing data to a DLL Pin
Prakash Nadar25-Mar-04 17:04
Prakash Nadar25-Mar-04 17:04 
GeneralRe: Passing data to a DLL Pin
Ryan Binns25-Mar-04 17:21
Ryan Binns25-Mar-04 17:21 
GeneralRe: Passing data to a DLL Pin
Steve Messer25-Mar-04 18:33
Steve Messer25-Mar-04 18:33 
GeneralRe: Passing data to a DLL Pin
Roger Allen26-Mar-04 2:10
Roger Allen26-Mar-04 2:10 
GeneralRe: Passing data to a DLL Pin
Steve Messer26-Mar-04 5:02
Steve Messer26-Mar-04 5:02 
QuestionHow to make a default button at Run Time Pin
Touseef Afzal25-Mar-04 10:42
Touseef Afzal25-Mar-04 10:42 
AnswerRe: How to make a default button at Run Time Pin
Robert A. T. Káldy25-Mar-04 11:00
Robert A. T. Káldy25-Mar-04 11:00 
GeneralRe: How to make a default button at Run Time Pin
Touseef Afzal27-Mar-04 4:25
Touseef Afzal27-Mar-04 4:25 
GeneralRe: How to make a default button at Run Time Pin
Steve S29-Mar-04 0:56
Steve S29-Mar-04 0:56 
GeneralDirectSound question Pin
pankajdaga25-Mar-04 10:41
pankajdaga25-Mar-04 10:41 
GeneralRe: DirectSound question Pin
Ryan Binns25-Mar-04 17:28
Ryan Binns25-Mar-04 17:28 
GeneralRe: DirectSound question Pin
pankajdaga25-Mar-04 20:07
pankajdaga25-Mar-04 20:07 

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.