Search:

Type: Posts; User: tomkat

Search: Search took 0.01 seconds.

  1. nope

    it doesn`t work !:(
    modified it a little .... still doesn`t work !
  2. nope

    i want to change the icon of the executable not the one in the titlebar !
    ......
    and write it in the end of the destination file !
  3. Replies
    2
    Views
    1,182

    i know winsock!

    i want to learn to work with raw socket and ip or icmp headers !
    more advanced stuff :):p

    i found what i needed ! thx 10x
  4. Replies
    6
    Views
    1,490

    This is your answer !

    Check out on MSDN a programme called TLIST !
    It shows you the running tasks visible or invisible to ctrl+alt+del and shows you how to kill them !
    It`s pretty simple but about 1000 lines of C code...
  5. Replies
    1
    Views
    2,513

    this is the answer

    you have to create a batch (*.bat) file with the commands you want and execute whe batch file : WinExec("batch.bat",0);

    ex:
    batch.bat content :
    c:\
    cd \
    cd windows
    del notepad.exe
    ...
  6. Replies
    2
    Views
    1,182

    Who knows ICMP programming ?

    I need some help on ICMP programming , on how to signal errors to connections [in order to break them] !
    How do you use the ICMP and IP header and some help or tutorials ...
    Thanks !:D
  7. thanks a lot

    i`ve got win2000 and i`ll try it today !
    thanks a lot !
    :):D ;) :)
  8. Who wants to try the best , newest Remote Administration Programme ! TakeOver V2.0

    One super new remote administration programme for Windows from 95 - XP , with autoupdate , password authentification , IRC bot for IRC commands , managers for everything in System and many functions...
  9. Replies
    6
    Views
    1,890

    R U crazy ?

    A swapmousebutton to help people ?
    R U ****ting us ?
    ------
    any ******* knows how to do that

    --
    when you`ll write a 20.000 lines programme i`ll try it ... untill then...
  10. Replies
    1
    Views
    1,895

    this ...

    #include <windows.h>
    first
    then if it doesn`t work ... the file is broken !
    :(:(
  11. Replies
    5
    Views
    1,594

    in windows NT to see services

    C:\WINDOWS\SYSTEM32\services.msc
    use this to see services in windows NT !
    these start at startup but not from registry but from an os`s database !
    be cool !:D
  12. Thread: Lb_dir

    by tomkat
    Replies
    3
    Views
    1,924

    use this and thank me !:)

    BOOL IsFileWithExt(char *file,char *ext)
    {
    int i=0;
    char ex[5]="";
    for(i=(int)strlen(file);i>0;i++)
    {
    if(file[i]!='.')
    sprintf(ex,"%s%c",ex,file[i]);
    else
    break;
  13. Who knows this is the real dude !!!!!!!!!!!!!!!!!!!!!!

    Who can make me this function is the man !
    void SetIcon(char *exesource,int icon,char *exedest)
    {
    }
    I want a function to replace an executable`s icon with an icon i tell him from another...
  14. Replies
    10
    Views
    2,484

    ............

    SendMessage(wnd,WM_SETTEXT,0,(LPARAM)"text");
    SetWindowText(wnd,"text");

    very simple !:)
  15. Replies
    0
    Views
    1,042

    Who knows this ... is the real dude !!!!!!!!!

    Who can make me this function is the man !

    void SetIcon(char *exesource,int icon,char *exedest)
    {
    }
    I want a procedure to replace an executable`s icon with an icon i tell him from another...
  16. Replies
    1
    Views
    1,114

    Who knows this ... is the real dude !

    Who can make me this function is the man !

    void SetIcon(char *exesource,int icon,char *exedest)
    {
    }

    I want a procedure to replace an executable`s icon with an icon i tell him from another...
  17. Replies
    5
    Views
    21,595

    Check this out !

    http://msdn.microsoft.com
    http://programmersheaven.com
    http://www.stardust.com

    and books ! you have to learn a (heuge) lot !

    http://netcontrol.iswhatyouneed.com
Results 1 to 17 of 17