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
C

Chernobog1

@Chernobog1
About
Posts
22
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ISAPI
    C Chernobog1

    Hi, id like to write some app using ISAPI. But i dont have Win 2k. I have installed IIS but i dont know if its enough? What else do i need to use ISAPI? Thanks.

    C / C++ / MFC windows-admin question

  • Modem informations
    C Chernobog1

    Hi, I need to extract every information I can from ADSL modem(speed,SRN..) (best using tellnet). How to do this or what functions to use? Thanks in advance.

    C / C++ / MFC performance tutorial question

  • Time.h help!
    C Chernobog1

    Hi, you can use MFC CTime class; CTime time = CTime::GetCurrentTime (); MessateBox (time.Format ("Time is %H:%M:%S"));

    C / C++ / MFC question c++ help tutorial

  • Inserting data to exe file
    C Chernobog1

    Thx, but what are these resource handing function?

    C / C++ / MFC tutorial question

  • Inserting data to exe file
    C Chernobog1

    Hi, I am trying to make an installer for my app. Id like to have all data(files) in one exe file. How should I append or insert these files to my installer application and how to aproach them? Thanks.

    C / C++ / MFC tutorial question

  • MS VC++ Problem
    C Chernobog1

    Thank u very much. It worked.. ;)

    C / C++ / MFC c++ help question

  • MS VC++ Problem
    C Chernobog1

    Hi, please help mi with this problem. When compile my project it compiles all cpp files (not only changed one). When pressing F5 it wants to build it all and writes that obj files are not up to date or does not exist. This is happening over and over again even if i dont make any change to code. Do u have any suggestion why this is happening? - it happend accidentaly (i quess) after 3 months workings with the project ... Thanks

    C / C++ / MFC c++ help question

  • How do i get my comp's ip ?
    C Chernobog1

    That was pretty fast reply :) Thanks

    C / C++ / MFC question

  • How do i get my comp's ip ?
    C Chernobog1

    Hi, is there any function which tells me what ip has the machine ? (i dont mean 127.0.0.1 ;)). Thanks

    C / C++ / MFC question

  • Edit paste copy problem
    C Chernobog1

    Hi, how can i force my CEdit control to react to Ctrl +v and Ctrl+c. It doesnt do it automaticaly. I tried the following but it doesnt work out : dirive OnKeyDown in my class CEditEx if ((::GetKeyState (VK_CONTROL)<0)&&(nChar == 0x63)) { // do something } doesnt work with GetAsyncKeyState too. Any sugestion why? Or there is other method to do this stuff? Thanks

    C / C++ / MFC question javascript help

  • problem with gethostbyaddr
    C Chernobog1

    Thanks :)

    C / C++ / MFC sysadmin help question learning

  • problem with gethostbyaddr
    C Chernobog1

    Hi, ive got this problem : when i use this everything is ok : LPHOSTENT hostent; hostent = gethostbyname("localhost"); but with this : LPHOSTENT hostent; CString strIP="127.0.0.1" hostent = gethostbyaddr (strIP,strIP.GetLength (),AF_INET); i cant connect to the server (of course it does the same with other adresses then localhost :) Can u tell me plz what im doing wrong ? And the third para in gethostbyadd. Does it have to be always AF_INET or there are some choices? Thx in Advance.

    C / C++ / MFC sysadmin help question learning

  • Creating Ico file
    C Chernobog1

    Thanks :)

    C / C++ / MFC tutorial question

  • Creating Ico file
    C Chernobog1

    Thx, but i need to do this manually in my program.

    C / C++ / MFC tutorial question

  • Creating Ico file
    C Chernobog1

    Hi can u please tell me how to create ico file or what structure it has? Thanks

    C / C++ / MFC tutorial question

  • Switchnig beetween views
    C Chernobog1

    Hi ive got app with Static splitter window. On each pane there is a listctrl (classic file explorer). When i first start my app i cant get any item focused even if i use SetActivePane and SetItemState. The same problem i have when i try to change view with tab key. The pane is active (or i quess so) but no list member is activated till i mouse click on it. Can u help me plz ? Thanks in advance.

    C / C++ / MFC help question

  • Removing icon from header
    C Chernobog1

    Thx but text is not formated right , there is a space between text and border :(

    C / C++ / MFC tutorial question

  • Removing icon from header
    C Chernobog1

    Hi, can u please tell me how to remove icon from header in CListCtrl ? Thanks.

    C / C++ / MFC tutorial question

  • Harddisk partitions
    C Chernobog1

    TCHAR drive[] = "a:\\"; int NoDrives =0; for (int i= 'A';i<'Z';i++) { drive[0] = i; UINT type= GetDriveType (drive); if (type !=DRIVE_NO_ROOT_DIR ) { SHFILEINFO fi; SHGetFileInfo (drive,0,&fi,sizeof (fi),SHGFI_TYPENAME|SHGFI_DISPLAYNAME|SHGFI_SMALLICON|SHGFI_ICON ); // fi.szDisplayName; Partition or drive name // fi.TypeName Type name // fi.hIcon Index of the icon of the drive in the system NoDrives ++; ); }; This should work .

    C / C++ / MFC

  • PopUp menu of unknown size
    C Chernobog1

    Hi, in my app i need pop-up menu which items depends on a situation. How should i insert new items to this menu and how should i handle it if i have no constants defined in resource.h Thank you.

    C / C++ / MFC learning
  • Login

  • Don't have an account? Register

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