Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

BLaZe

@BLaZe
About
Posts
12
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Compression for Multiples Files
    B BLaZe

    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

    C / C++ / MFC com question

  • Cataloguer Source PLZ
    B BLaZe

    Hi I need to know if anyone have good VC++ Source for a Cataloguer like "Advanced Disk Catalog" or any good reference site ? TIA BLaZe

    C / C++ / MFC c++ question

  • Remote Control Program
    B BLaZe

    Hi 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

    C / C++ / MFC

  • Windows XP beta 2
    B BLaZe

    Where 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

    System Admin announcement com beta-testing

  • TreeView and ListCtrl
    B BLaZe

    Yes 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

    C / C++ / MFC question com data-structures tutorial

  • TreeView and ListCtrl
    B BLaZe

    Yes 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

    C / C++ / MFC question com data-structures tutorial

  • detecting IP
    B BLaZe

    void 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

    C / C++ / MFC tutorial question

  • TreeView and ListCtrl
    B BLaZe

    :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

    C / C++ / MFC question com data-structures tutorial

  • Project for everybody who want to participate
    B BLaZe

    We 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

    C / C++ / MFC com help

  • How Save a CListCtrl
    B BLaZe

    PLease 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

    C / C++ / MFC question com

  • How Save a CListCtrl
    B BLaZe

    Hi, 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

    C / C++ / MFC question com

  • Sending an e-mail message
    B BLaZe

    in 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

    C / C++ / MFC c++ question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups