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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sumon2002

@sumon2002
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • help needed to get desktop selected/highlighted shortcut
    S sumon2002

    i want to get the information and icon of shortcut of desktop by selecting with mouse. i get the list view of desktop shortcut and also i can get the selected index number of shortcut. i am using VC++6.0 and windows 2000 professional. "what i want is to get the icon image and icon name and shortcut link file name". the following code i am using. Mouse hooking is not needed. HWND hWnd = ::FindWindow("Progman", NULL); if (NULL != hWnd) hWnd = FindWindowEx(hWnd, NULL, "SHELLDLL_DefView", NULL); if (NULL != hWnd) hWnd = FindWindowEx(hWnd, NULL, "SysListView32", NULL); if (NULL != hWnd) { UINT count = ListView_GetSelectedCount( hWnd ); INT mark = ListView_GetSelectionMark( hWnd ); int nItem = ListView_GetItemCount( hWnd ); ... ... ... }

    C / C++ / MFC c++ database help

  • Help needed for CSocket
    S sumon2002

    I want to use CSocket. but when i called Create() function, it always return 0, i gave the following code fragment here. what is the wrong? did i do any mistake? Help is needed. if you can provide me sample code i will be happy. CSocket serverSocket, clientConnection; if(!serverSocket.Create(4001)){ m_StaticText.SetWindowText("Server Create error..."); return; } if(!serverSocket.Listen()){ m_StaticText.SetWindowText("Server Listen error..."); return; } if(!serverSocket.Accept(clientConnection)){ m_StaticText.SetWindowText("Server Accept error..."); return; }

    C / C++ / MFC help question sysadmin
  • Login

  • Don't have an account? Register

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