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
U

User 10847587

@User 10847587
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get type of Icon in system messages
    U User 10847587

    Hi, i have tried with debugging and the it is failing at the if condition if(thisHan ==searchHan).Sendmessage function('thisHan') is returnig one value and where Loadicon function is returning('searchHan') different value.

    C / C++ / MFC help security tutorial question

  • How to get type of Icon in system messages
    U User 10847587

    Hi, I writing a small application which will notify whenever any windows messages or Dialogue boxes appear with any of the (Error,Information,Warning,Question) Icons. this is how i am doing.. main() { WinHAn = FindWindowA(NULL,"Windows Security"); if(WinHAn != NULL) { EnumChildWindows(WinHAn,SearchIcon,(LPARAM) &winIconSearch); } } static BOOL CALLBACK SearchIcon(HWND hwnd, LPARAM lParam) { style = GetWindowLongPtr(hwnd, GWL_STYLE); if ((style & SS_ICON) == SS_ICON) { thisHan =(UINT64)SendMessageW(hwnd, STM_GETIMAGE,IMAGE_ICON, 0L); searchHan =(UINT64) LoadIconA(NULL, (LPCSTR)(IDI_WARNING)); if(thisHan ==searchHan ) { printf("Icon Found"); } return TRUE; } This is only for Warning messages.But it is not working. can any body tell me what the problem is.. Thanks. vvk.

    C / C++ / MFC help security tutorial question

  • SSL+websocket or SSL+socket.io
    U User 10847587

    Hi, I need a client which can communicate with the server using websocket+ssl or socket.io+SSL. I have searched in Google,but i got websocket client and ssl client individually.can any body help me please... Thanks, vvk.

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

  • Don't have an account? Register

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