Hello, everybody. I seek the watermark subject in codeproject, although some articles give fact about the watermark, I need further more detail about the information. Sorry for my poor English, non-native English speaker. Thanks!
S
Symfund
@Symfund
Posts
-
HOWTO: how to add watermark to bitmap/jpg file? -
Help: How to autofit CListCtrl's background?void CMyDlg::OnSize(UINT nType, int cx, int cy) { CDialog::OnSize(nType, cx, cy); // TODO: Add your message handler code here if (IsWindow(m_ListCtrl.m_hWnd)) { CRect rect; GetClientRect(rect); m_ListCtrl.MoveWindow(rect); m_ListCtrl.SetBkImage(::LoadBitmap(AfxGetInstanceHandle(), MAKEINTRESOURCE(IDB_BKIMAGE))); } } problem still unresolved, autofit(stretch) no effect! Thanks!
-
Help: How to autofit CListCtrl's background?My dialog is resizable with a list control, and the list control's rect is the whole of dialog's client rect, call CListCtrl::SetBkImage to enable background. My question is how to autofit(stretch) background with the dialog when resizing? Thanks.
-
Multiple Inheritance problemSyntax Error: WOW! Chinglish! I am not a native English speaker. ;P
-
Multiple Inheritance problemWhat's the difference between upcasting and downcasting?