Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to block a window ? Pin
Roger Stoltz13-Jan-06 0:00
Roger Stoltz13-Jan-06 0:00 
GeneralRe: How to block a window ? Pin
Stephen Hewitt13-Jan-06 0:14
Stephen Hewitt13-Jan-06 0:14 
GeneralRe: How to block a window ? Pin
leenmie13-Jan-06 0:44
leenmie13-Jan-06 0:44 
GeneralRe: How to block a window ? Pin
Stephen Hewitt13-Jan-06 1:06
Stephen Hewitt13-Jan-06 1:06 
AnswerRe: How to block a window ? Pin
Koushik Biswas13-Jan-06 13:51
Koushik Biswas13-Jan-06 13:51 
AnswerRe: How to block a window ? Pin
toxcct13-Jan-06 0:53
toxcct13-Jan-06 0:53 
GeneralRe: How to block a window ? Pin
leenmie13-Jan-06 2:15
leenmie13-Jan-06 2:15 
AnswerRe: How to block a window ? Pin
FarPointer13-Jan-06 3:47
FarPointer13-Jan-06 3:47 
Map the WM_NCACTIVATE ,and in that set any of your child controls to set focus ;-

void CTestDlg::OnNcActivate(<br />
      BOOL bActive<br />
)<br />
{<br />
	int a;<br />
	c_edit.SetFocus ();//c_edit is a control variable of edit control <br />
        ::SendMessage (this->m_hWnd ,WM_ACTIVATE,0,0);<br />
		 //CDialog::OnNcActivate(true );<br />
}


-- modified at 9:50 Friday 13th January, 2006
AnswerRe: How to block a window ? Pin
Koushik Biswas13-Jan-06 13:55
Koushik Biswas13-Jan-06 13:55 
GeneralRe: How to block a window ? Pin
leenmie13-Jan-06 15:47
leenmie13-Jan-06 15:47 
QuestionCapture all keyboard input inside a dialog Pin
kevincwong12-Jan-06 22:38
kevincwong12-Jan-06 22:38 
AnswerRe: Capture all keyboard input inside a dialog Pin
Stephen Hewitt12-Jan-06 23:50
Stephen Hewitt12-Jan-06 23:50 
AnswerRe: Capture all keyboard input inside a dialog Pin
Rajesh R Subramanian13-Jan-06 0:31
professionalRajesh R Subramanian13-Jan-06 0:31 
GeneralRe: Capture all keyboard input inside a dialog Pin
kevincwong13-Jan-06 6:02
kevincwong13-Jan-06 6:02 
GeneralRe: Capture all keyboard input inside a dialog Pin
James R. Twine13-Jan-06 6:24
James R. Twine13-Jan-06 6:24 
GeneralRe: Capture all keyboard input inside a dialog Pin
kevincwong13-Jan-06 7:03
kevincwong13-Jan-06 7:03 
GeneralRe: Capture all keyboard input inside a dialog Pin
James R. Twine13-Jan-06 7:12
James R. Twine13-Jan-06 7:12 
GeneralRe: Capture all keyboard input inside a dialog Pin
Rajesh R Subramanian13-Jan-06 18:51
professionalRajesh R Subramanian13-Jan-06 18:51 
GeneralRe: Capture all keyboard input inside a dialog Pin
kevincwong15-Jan-06 18:21
kevincwong15-Jan-06 18:21 
AnswerRe: Capture all keyboard input inside a dialog Pin
Anilkumar K V13-Jan-06 0:43
Anilkumar K V13-Jan-06 0:43 
QuestionStrange Question about GetNamedSecurityInfo() API to retrieve DACL of a network share folder Pin
wangdave12-Jan-06 22:37
wangdave12-Jan-06 22:37 
AnswerRe: Strange Question about GetNamedSecurityInfo() API to retrieve DACL of a network share folder Pin
Blake Miller17-Jan-06 7:35
Blake Miller17-Jan-06 7:35 
Questionhow to restrict access to a folder Pin
egrpbala12-Jan-06 22:36
egrpbala12-Jan-06 22:36 
AnswerRe: how to restrict access to a folder Pin
leenmie12-Jan-06 23:28
leenmie12-Jan-06 23:28 
AnswerRe: how to restrict access to a folder Pin
Sebastian Schneider12-Jan-06 23:55
Sebastian Schneider12-Jan-06 23:55 

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.