Recommend Mytoolsoft Batch Watermark, Very easy to use. http://www.mytoolsoft.com
only coding
Posts
-
Restrict User To Copy Image -
How to determine the CListCtrl item height ?create a CImagelist for this list control. then call SetImageList with LVSIL_STATE , the image height is item height.
Are you have gtalk ? please add me: xiangyangzhao@gmail.com
-
Create a dialogset WS_CHILD style to D2
Are you have gtalk ? please add me: xiangyangzhao@gmail.com
-
How can I get the IP automatically?struct hostent* phostent; char name[128]; gethostname( name, 128 ); phostent = gethostbyname( name ); if( phostent ) { CString strIP = inet_ntoa( *(in_addr*)phostent->h_addr_list[0] ); }
Are you have gtalk ? please add me: xiangyangzhao@gmail.com
-
Custom Drawn Dialogyou can remove WS_MINIMIZEBOX and WS_MAXIMIZEBOX style for Dialog. then draw them youself.
Are you have gtalk ? please add me: xiangyangzhao@gmail.com
-
Funny Vista (and XP too I think) "bug"convenient!.ha
-
Is there a C++ funtion like GetSystemDrive?It is not safe to modify the value of the environment variable using the returned pointer. By MSDN