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
A

adara

@adara
About
Posts
54
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Add/remove the Dialog caption and border at run time?
    A adara

    How to Add/remove the Dialog caption and border at run time? TIA :rose:

    C / C++ / MFC tutorial question

  • How to show a PNG image in my dialog ?
    A adara

    Thanks:rose:

    C / C++ / MFC tutorial question

  • How to show a PNG image in my dialog ?
    A adara

    How to show a PNG image in my dialog ? :rose:thanks

    C / C++ / MFC tutorial question

  • is there any way to get the facename from a TTF file ?
    A adara

    great help , Thank you :rose:

    C / C++ / MFC question

  • is there any way to get the facename from a TTF file ?
    A adara

    is there any way to get the facename from a TTF file ? Thanx:rose:

    C / C++ / MFC question

  • How to find the Network speed (without PDH)?
    A adara

    How to find the Network speed (without PDH)? Thanx:rose:

    C / C++ / MFC sysadmin performance tutorial question

  • how to change the title of a dialog
    A adara

    void SetWindowText( LPCTSTR lpszString );

    C / C++ / MFC question tutorial

  • Bind Error
    A adara

    try this: memset((char *) &saServer, 0, sizeof(saServer)); saServer.sin_family=AF_INET; saServer.sin_addr.s_addr = inet_addr("192.168.0.4"); saServer.sin_port=htons(80); :rose:

    C / C++ / MFC help

  • iphlpapi.h?
    A adara

    You need the platform SDK ,you can get it here:http://www.microsoft.com/msdownload/platformsdk/setuplauncher.htm[^]

    C / C++ / MFC c++ question

  • Session id of a process
    A adara

    Is there any way to know the session id of a given process ? thanx

    C / C++ / MFC question

  • Image Name and PrcessID
    A adara

    #include #include #include #pragma comment (lib,"psapi.lib") int main(int argc, char* argv[]) { HANDLE hProc; char szProcessName [80]; HMODULE ahMod [10]; DWORD dwNeeded,dwPid; if(argc != 2) { printf("Usage: %s [pid]\n",argv[0]); return 0; } dwPid = atol(argv[1]); hProc = OpenProcess(PROCESS_QUERY_INFORMATION|PROCESS_VM_READ,FALSE,dwPid); if (hProc) { if (EnumProcessModules(hProc,ahMod,sizeof(ahMod),&dwNeeded)) { if(GetModuleBaseName(hProc,ahMod[0],szProcessName,sizeof(szProcessName))) printf("%s\n",szProcessName); else printf("%s\n","Not found"); } CloseHandle (hProc); } return 0; }

    C / C++ / MFC question

  • Determining privilege levels of running process
    A adara

    the calling process needs the SE_DEBUG_NAME privilege,that can be achieve using AdjustTokenPrivileges

    C / C++ / MFC json question

  • Determining privilege levels of running process
    A adara

    Look for OpenProcessToken and GetTokenInformation

    C / C++ / MFC json question

  • Accessing network settings
    A adara

    The 'IP Helper API' is what you need ,check the platform SDK

    C / C++ / MFC question sysadmin windows-admin tools json

  • How can i know if the desktop windows Z order has been changed
    A adara

    How can i know if the desktop windows Z order has been changed? thanx

    C / C++ / MFC question

  • Event Viewer
    A adara

    http://www.eventid.net/display.asp?eventid=27&source=

    System Admin

  • HELP! My Visual C++ 6.0 could not find Iphlpapi.h
    A adara

    You should DL the platform SDK from here: http://www.microsoft.com/msdownload/platformsdk/setuplauncher.htm

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

  • Help with device context please =>
    A adara

    Thanx ,i will try to find another way to do it:rose:

    C / C++ / MFC help question

  • Help with device context please =>
    A adara

    Thanx,but my app must be visible all the time.. any other ideas??

    C / C++ / MFC help question

  • Help with device context please =>
    A adara

    i'm using GetWindowDC(NULL) to retrieve the device context for the entire screen, is there any way to retrieve the device context for the entire screen without my dialog in it ? thanx:rose:

    C / C++ / MFC help 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