Click here to Skip to main content
15,886,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: XML Data in Tree control Pin
hellogany13-Sep-09 21:08
hellogany13-Sep-09 21:08 
AnswerRe: XML Data in Tree control Pin
Richard MacCutchan13-Sep-09 23:38
mveRichard MacCutchan13-Sep-09 23:38 
QuestionIs it possible to protect a folder in windows using Visual C++ Pin
Member 211485212-Sep-09 4:41
Member 211485212-Sep-09 4:41 
AnswerRe: Is it possible to protect a folder in windows using Visual C++ Pin
CPallini12-Sep-09 5:25
mveCPallini12-Sep-09 5:25 
Questionhow to show static control on picture control in dialog box Pin
pinky888412-Sep-09 1:05
pinky888412-Sep-09 1:05 
AnswerRe: how to show static control on picture control in dialog box Pin
«_Superman_»13-Sep-09 18:25
professional«_Superman_»13-Sep-09 18:25 
Questionhow to set background color of context menu in vc++ Pin
pinky888412-Sep-09 1:03
pinky888412-Sep-09 1:03 
QuestionReducing Clientarea for a Dialog...(ie increasing Non client Area) Pin
kumar sanghvi11-Sep-09 21:33
kumar sanghvi11-Sep-09 21:33 
Hi,
i tried using

BEGIN_MESSAGE_MAP(CMyDlg, CDialog)
ON_WM_NCCALCSIZE()
END_MESSAGE_MAP()

void CMyDlg::OnNcCalcSize(BOOL bCalcValidRects, NCCALCSIZE_PARAMS* lpncsp)
{
CRect& rc = (CRect&)lpncsp->rgrc[0];
rc.top += 20; // Increase the height of tittle bar
CWnd::OnNcCalcSize(bCalcValidRects, lpncsp);
}


but the issue is when i run the exe in which i used the above code it works in one system(ie clientarea for the dialog is decreased) but in other system client area was not decreased....
Please try to help me out....
Questionupdating the layered window Pin
theCPkid11-Sep-09 21:27
theCPkid11-Sep-09 21:27 
QuestionResource Pin
kk.tvm11-Sep-09 18:50
kk.tvm11-Sep-09 18:50 
AnswerRe: Resource Pin
Shivanand Gupta11-Sep-09 20:02
Shivanand Gupta11-Sep-09 20:02 
AnswerRe: Resource Pin
«_Superman_»11-Sep-09 20:06
professional«_Superman_»11-Sep-09 20:06 
QuestionUndelete a File in NTFS Pin
venkatglasses11-Sep-09 18:12
venkatglasses11-Sep-09 18:12 
AnswerRe: Undelete a File in NTFS Pin
Richard Andrew x6411-Sep-09 18:31
professionalRichard Andrew x6411-Sep-09 18:31 
AnswerRe: Undelete a File in NTFS Pin
«_Superman_»11-Sep-09 20:08
professional«_Superman_»11-Sep-09 20:08 
QuestionHow to decide if GPRS service is down in a C++ application (UDP socket) Pin
nahitan11-Sep-09 16:09
nahitan11-Sep-09 16:09 
QuestionRe: How to decide if GPRS service is down in a C++ application (UDP socket) Pin
Moak12-Sep-09 3:54
Moak12-Sep-09 3:54 
AnswerRe: How to decide if GPRS service is down in a C++ application (UDP socket) Pin
nahitan12-Sep-09 18:16
nahitan12-Sep-09 18:16 
GeneralRe: How to decide if GPRS service is down in a C++ application (UDP socket) Pin
Moak12-Sep-09 22:28
Moak12-Sep-09 22:28 
QuestionProblem with Tooltips for CTabCtrl [modified] Pin
Bob Blean11-Sep-09 14:43
Bob Blean11-Sep-09 14:43 
QuestionHow to use a list ctrl to select an item Pin
Chiman111-Sep-09 10:19
Chiman111-Sep-09 10:19 
AnswerRe: How to use a list ctrl to select an item Pin
David Crow11-Sep-09 14:25
David Crow11-Sep-09 14:25 
AnswerRe: How to use a list ctrl to select an item Pin
«_Superman_»11-Sep-09 20:22
professional«_Superman_»11-Sep-09 20:22 
QuestionTransparent Bitmaps Pin
kylur11-Sep-09 8:48
kylur11-Sep-09 8:48 
AnswerRe: Transparent Bitmaps Pin
Chris Losinger11-Sep-09 9:03
professionalChris Losinger11-Sep-09 9:03 

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.