Search:

Type: Posts; User: electrohippi

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    4,331

    hi and thx. the subclassing works now with a...

    hi and thx. the subclassing works now with a WH_CBT hook, but now i have problems to catch the WM_GETMINMAXINFO event (i get no output 'in').
    maybe searching for the topwindow by the classname...
  2. Replies
    7
    Views
    4,331

    the problem is, that the HCBT_MOVESIZE hook will...

    the problem is, that the HCBT_MOVESIZE hook will be called if the user has just finished selecting the new window position or size. but that dosent work because there is this damn minimum size....
  3. Replies
    7
    Views
    4,331

    what hook do i have to use ? i just found that:

    what hook do i have to use ? i just found that:
  4. Replies
    7
    Views
    4,331

    hm ok. i am at the end of my latin than. i have...

    hm ok. i am at the end of my latin than.
    i have an application that creates a window with a minimum size. it think it does it about the WM_GETMINMAXINFO event. my idea was to overwrite the WndProc...
  5. Replies
    7
    Views
    4,331

    CreateRemoteThread in a child process

    hi,
    i am trying to create a new thread in a child process:


    long WINAPI eThread(){
    AllocConsole();
    freopen("CONOUT$", "wb", stdout);
    printf("ok\n"); ...
  6. Replies
    1
    Views
    1,586

    aaarg GetWindowLongPtr not GetClassLongPtr ......

    aaarg GetWindowLongPtr not GetClassLongPtr ... such a fool. it works now. thread can be delete if you want.
  7. Replies
    1
    Views
    1,586

    GetClassLongPtr not found

    hi you good working helpers,
    i am using the SetWindowLong function and want to change it to GetClassLongPtr' for 64bit support but i get this error:
    `GetClassLongPtr' undeclared (first use this...
  8. Replies
    2
    Views
    17,258

    it works. thx.

    it works. thx.
  9. Replies
    2
    Views
    17,258

    wrong pid with GetWindowThreadProcessId?

    hi i am using the following functions to get a module handler by a name or by a window title:


    HMODULE getModule(DWORD processID, char* searchStr){ // gets the module by the modul name from an...
  10. Replies
    15
    Views
    2,856

    it works now, thx

    it works now, thx
  11. Replies
    15
    Views
    2,856

    ah ok, big thx for your help - i will try out the...

    ah ok, big thx for your help - i will try out the cygwin later.
  12. Replies
    15
    Views
    2,856

    ah -l is for passing linker options through the...

    ah -l is for passing linker options through the compiler


    what the?

    i need another console compiler ... it just hurts now
  13. Replies
    15
    Views
    2,856

    ah, you did mean a big 'i', i did mean a small...

    ah, you did mean a big 'i', i did mean a small 'L'

    but -I(big i) doesnt work couse:


    [edit]the borland linker has the same problem - do i need another linker ?
  14. Replies
    15
    Views
    2,856

    -l is not a valid option

    -l is not a valid option
  15. Replies
    15
    Views
    2,856

    i think i know what you are meaning, now. >it...

    i think i know what you are meaning, now. >it needs an explicitly dependency ...<

    but i can't found such option:
    http://home.arcor.de/electrohippi/compiler.txt...
  16. Replies
    15
    Views
    2,856

    but the compiler help documentation says : "-L:...

    but the compiler help documentation says : "-L: The search directory options let you specify the directories that contain your standard include files, library and .OBJ files, and program source...
  17. Replies
    15
    Views
    2,856

    -W -ID:\devlopment\BCC55\INCLUDE...

    -W
    -ID:\devlopment\BCC55\INCLUDE
    -ID:\devlopment\BCC55\INCLUDE\SYS
    -ID:\devlopment\BCC55\INCLUDE\RW
    -LD:\devlopment\BCC55\LIB\PSDK
    -LD:\devlopment\BCC55\LIB...
  18. Replies
    15
    Views
    2,856

    unresolved external linker crap

    hi,
    i am trying to compile this example http://msdn.microsoft.com/en-us/library/ms682621(VS.85).aspx but i get this link errors:
    unresolved external 'EnumProcesses' referenced ...
    unresolved...
Results 1 to 18 of 18