Search:

Type: Posts; User: hileci555

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,386

    Write/ReadProcessMemory help

    I want my program to read a pointer whose adress is 0x111111 then add 0x111 to the adress which the pointer holds and write 0x0 to the new adress how can i do that with write and readmemory apis

    i...
  2. Thread: Dll Header

    by hileci555
    Replies
    1
    Views
    1,433

    Dll Header

    #ifndef _DLL_H_
    #define _DLL_H_

    #if BUILDING_DLL
    # define DLLIMPORT __declspec (dllexport)
    #else /* Not BUILDING_DLL */
    # define DLLIMPORT __declspec (dllimport)
    #endif /* Not BUILDING_DLL */
  3. Replies
    0
    Views
    1,157

    How can I list processes in a treeview?

    How can I list processes in a treeview i can do it with list boxes but not with treeview can anyone hep me please

    #include <windows.h>
    #include <Tlhelp32.h>
    #include <commctrl.h>

    LRESULT...
  4. Replies
    8
    Views
    1,728

    Thanks for the reply here is the working code: ...

    Thanks for the reply here is the working code:

    #include <windows.h>

    LRESULT CALLBACK PencereProseduru (HWND, UINT, WPARAM, LPARAM);


    char YapiSinifAdi[ ] = "WindowsApp";
    HWND DugmeTutmaci;...
  5. Replies
    8
    Views
    1,728

    Dev C++, Windows I want it to toggle between...

    Dev C++, Windows

    I want it to toggle between "Durdur" and "Calistir"

    #include <windows.h>

    LRESULT CALLBACK PencereProseduru (HWND, UINT, WPARAM, LPARAM);


    char YapiSinifAdi[ ] =...
  6. Replies
    8
    Views
    1,728

    Button Problem Please Help

    I want one of my buttons to toggle between On and Off, i mean when i click on On it must turn Off when i click on Off it must turn on, how can i do that?
Results 1 to 6 of 6