Search:

Type: Posts; User: Zionaster

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,095

    Sorry

    Nope...i don't have any sites...otherwise i wouldn't be asking in this forum:p
  2. Replies
    7
    Views
    1,095

    All kinds

    All kinds of things....like changing jumps and calls...make a button do something else then it's intended purpose...patch errors
  3. Replies
    7
    Views
    1,095

    Well

    Use a dissassembler like Wdasm and you get the offset ...: )
  4. Replies
    7
    Views
    1,095

    Patchers in c++

    Hello!

    Can someone give me an example of a simple patcher in c++,which uses fseek(),fwrite() and such functions please....i thought of doing it like this...but i think it's wrong

    The Bytes i...
  5. Thread: Short ques

    by Zionaster
    Replies
    4
    Views
    999

    Short ques

    How can i convert a double into a char i can put into an array of chars?


    thnx
  6. Thread: Xor problems

    by Zionaster
    Replies
    6
    Views
    1,098

    Thanks

    Thank u Salem...it was the rounding problem indeed...% solved it thanks again...how stupid of me...
  7. Thread: Xor problems

    by Zionaster
    Replies
    6
    Views
    1,098

    absoultey

    You are absolutely right and i know it can be made much better...but the strange thing is still with the xor...and it seems that it isn't working with garbage even though my code is full of...
  8. Thread: Xor problems

    by Zionaster
    Replies
    6
    Views
    1,098

    Ok here is the full code :

    Ithink u might need this first:

    #include <iostream>
    #include <stdlib.h>
    #include <windows.h>
    #include <wincon.h>
    #include <time.h>
    #include <string.h>

    void KeyGen (char* UserName)
  9. Thread: Xor problems

    by Zionaster
    Replies
    6
    Views
    1,098

    mhmm

    Even if they show correct values when i do cout << fract <<" " << counter << endl; ???
  10. Thread: Xor problems

    by Zionaster
    Replies
    6
    Views
    1,098

    Xor problems

    Hello


    void KeyGen (char* UserName)
    {
    int length;
    char * b_name;
    int divider=10;
    int counter;
    char tmp;
  11. Replies
    10
    Views
    1,765

    Nice hehehe

    That was exactly what i had in mind....glad that that is doible hehehehe

    Well thaks SyntaxBubble and all the others helping me out
  12. Replies
    10
    Views
    1,765

    hmmm

    hmmm...ok then i think i;ll do the following :

    1.get the WM_MOUSEMOVE
    2.Determine Mouse Position GetCursorPos()
    3.The Point i get from 2 will be used in PtInrect()

    possible?
  13. Replies
    10
    Views
    1,765

    i...

    hmmm i don't know...what about responding to WM_LBUTTONUP
    and checking the mouse position with GetCursorPos()
    and checking it wether it is within the boundaries of the static
    with GetWindowRect()...
  14. Replies
    10
    Views
    1,765

    But ...

    Hmm..but the user has to click a button

    WM_LBUTTONDOWN WM_MBUTTONDOWN
    WM_RBUTTONDOWN

    As far as i understood it...the user has to put the Mouse over the control AND click....i want it without...
  15. Replies
    10
    Views
    1,765

    Static mouse overs?

    Hi

    I wanna do something when the user place the mouse on a static control...is there a Message i can capture(can't find one)...if not how would i do it? thnx
  16. Replies
    2
    Views
    1,834

    merix

    merci merci
  17. Replies
    4
    Views
    1,013

    It's ok now

    Yeah i 've got it thanks
  18. Replies
    2
    Views
    1,834

    wifth and height

    i know it is a stupid question...but how can i get the width and height of a control?(button,static...)


    thnx
  19. Replies
    4
    Views
    1,013

    ahh

    a handle of a window not a child....in that window.
    thnx
  20. Replies
    4
    Views
    1,013

    handles from title

    hello

    is it possible to get handles from window titles?
    if yes how would you do it? thanks alot
  21. Thread: Listboxes

    by Zionaster
    Replies
    3
    Views
    1,084

    i'vew got it

    this is what i forgot

    tlength=SendMessage(List_Child,LB_GETTEXTLEN,index,0);

    hihihi
  22. Thread: Listboxes

    by Zionaster
    Replies
    3
    Views
    1,084

    example please

    Can u give me an example of when u click on an item in a listbox it gets the string and stores it somewhere

    thnx adrianxw
  23. Thread: Listboxes

    by Zionaster
    Replies
    3
    Views
    1,084

    Listboxes

    hi how can i get the selected string in a listbox?

    this is what i got sofar :

    case WM_COMMAND:
    switch (HIWORD(wParam))
    {
    case LBN_SELCHANGE:
    ...
  24. Replies
    1
    Views
    902

    remote handling?

    hi...i wanna get a handle of a say edit box in this case which is in another app....how do i dothis??

    I have tried the following:

    void EnterText()
    {
    int length;
    ...
  25. Replies
    8
    Views
    1,134

    qt

    hmmm has nobody heard of the QT libraries?.....i thought they were quite well known for their capabilities...on linux and Windows...oh well....:confused:

    so is there a sort of a system sdk...
Results 1 to 25 of 36
Page 1 of 2 1 2