I want to know how can I (check the ex) If I create a list I in the list I load 5 files when I click on the Compress button, he make ONE file with all the five in like a Self-Extractor but I don't want the Self-Extractor Sample TIA :confused: BLaZe ICQ # 71682311 email : mpblaze@iquebec.com
BLaZe
Posts
-
Compression for Multiples Files -
Cataloguer Source PLZHi I need to know if anyone have good VC++ Source for a Cataloguer like "Advanced Disk Catalog" or any good reference site ? TIA BLaZe
-
Remote Control ProgramHi everybody, I need to know if someone know where I can find some VERY GOOD site or any things like that on Remote Control like PcAnywhere programming or if anybody have tutorials on that TIA:confused: :confused: BLaZe
-
Windows XP beta 2Where Can I Find this Windows Version for download (the Release version) on a web site or a good no RATIO FTP site, PLZ ! :confused: :confused: :confused: BLaZe ICQ # 110244345 email : mpblaze@iquebec.com
-
TreeView and ListCtrlYes thank you but do you know where I can find Source or do you have a little BASIC program (exemple) for demonstrate this because I'm not very familiar with the Handle of a Tree :-) TIA BLaZe BLaZe ICQ # 110244345 email : mpblaze@iquebec.com
-
TreeView and ListCtrlYes thank you but do you know where I can find Source or do you have a little BASIC program (exemple) for demonstrate how to change the ListView TIA BLaZe BLaZe ICQ # 110244345 email : mpblaze@iquebec.com
-
detecting IPvoid CGetIPDlg::GetIP()
{
WORD wVersionRequested;
WSADATA wsaData;
char name[255];
CString ip;
PHOSTENT hostinfo;
wVersionRequested = MAKEWORD( 2, 0 );if ( WSAStartup( wVersionRequested, &wsaData ) == 0 ) { if( gethostname ( name, sizeof(name)) == 0) { if((hostinfo = gethostbyname(name)) != NULL) { ip = inet\_ntoa (\*(struct in\_addr \*)\*hostinfo->h\_addr\_list); } m\_IP.SetWindowText(ip); UpdateData(FALSE); } WSACleanup( ); }
}
BLaZe
ICQ # 110244345
email : mpblaze@iquebec.com -
TreeView and ListCtrl:confused: Hi everybody, I don't remeber if I ask this question before but I will try to take a chance to ask it again. If there anybody know how to Link a ClistCtrl with a CTreeView like Windows Explorer when you click on a tree item the list show always different items ? Can you tell me where I Can find reference on that or source code, tutorials or can you explain it to me in details ? TIA BLaZe ICQ # 110244345 email : mpblaze@iquebec.com
-
Project for everybody who want to participateWe have a big project me and another programmer (friends) "we want make a Napster style application" and we need the help of everybody who want to participate. It's for freeware only !! if your are interest send me an E-mail at : mpblaze@iquebec.com and tell me what do you want to do on the project, like the interface or a part of code and tell me your name !! P.S Absolutly contact me by e-mail, I don't have time to search in the board :-D BLaZe
-
How Save a CListCtrlPLease can you send me a little source with only these 2 function - Write CListCtrl to a file - Read CListCtrl from the file plz if you have time TIA:-D :-D :-D :-D :-D :-D BLaZe
-
How Save a CListCtrlHi, I want to know how can I save all the contents of a CListCtrl and how Reload it when the program restart? plz reply here : mpblaze@iquebec.com X| BLaZe
-
Sending an e-mail messagein an MDI or SDI in BEGIN_AFX_MESSAGE jus add this two lines and set the ID of the following menu button ON_COMMAND(ID_FILE_SEND_MAIL, OnFileSendMail) ON_UPDATE_COMMAND_UI(ID_FILE_SEND_MAIL, OnUpdateFileSendMail):) :) BLaZe