Search:

Type: Posts; User: NoFearXD

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,419

    Alright nice, thanks

    Alright nice, thanks
  2. Replies
    7
    Views
    1,419

    Thats not what I meant. I have Process Explorer,...

    Thats not what I meant. I have Process Explorer, when I open it I see all programs running with the .exe extension. But, I've seem some programs running with a different extension. For example:...
  3. Replies
    7
    Views
    1,419

    Executable entension

    Hi, I've seem some programs run without having the .exe extension. How is that possible?
  4. Replies
    4
    Views
    2,346

    Okay well I'm going to download windows XP SDK....

    Okay well I'm going to download windows XP SDK. And I also use MVC++ and Win XP SP2.

    EDIT: Well I seem to have something called "Microsoft Platform SDK", anyways going to search for WINXP SDK
  5. Replies
    4
    Views
    2,346

    IsGUIThread error

    Hey guys, I don't know whats up with this API. I tried going IsGUIThread(TRUE); but it would complain that IsGUIThread is a undeclared identifier. So then I went to MSDN and copy pasted this in my...
  6. Thread: Isolating

    by NoFearXD
    Replies
    2
    Views
    980

    Isolating

    I think this is the right place to post and not in the windows programming forum, since my question is more about the syntax..

    Well I'm using GetModuleFileName to get the complete path to the...
  7. Replies
    2
    Views
    1,370

    Exporting custom API's

    Hey guys, I don't know how to explain this but what I'm trying to create an API that does the same thing as the original. For example: SendInput and my own will be MySendInput. I know it sound kinda...
  8. Replies
    7
    Views
    1,217

    I tried nothing really came out, I will try...

    I tried nothing really came out, I will try again. I remember once I made a mistake using colors in texts and everything I typed returned in a Red square. Maybe thats what I'm going to use.
  9. Replies
    7
    Views
    1,217

    Hiding the password

    Hey guys, well I usually do programs with a GUI, but this time I want a CLI. You know how you can add a option to an editbox so everything you type shows as * (password) Is there anyway to reproduce...
  10. Replies
    8
    Views
    2,223

    Yeah well I forgot to mention, that I inject the...

    Yeah well I forgot to mention, that I inject the DLL onto a process and then I want to communicate with it. I believe the 2nd option would work, but I just found out that you can use pipes also.
  11. Replies
    8
    Views
    2,223

    communicating with dll's

    Hey guys,

    Well I finished coding my dll, and I wanted to communicate with it, using my .exe... I know between processess you can use pipes but I'm kinda lost right know, can you use pipes between...
  12. Thread: Splash screen

    by NoFearXD
    Replies
    4
    Views
    1,566

    Thanks a lot, I got it to work. And it was only...

    Thanks a lot, I got it to work. And it was only to see how it works, for my own experience.
  13. Thread: Splash screen

    by NoFearXD
    Replies
    4
    Views
    1,566

    Splash screen

    Hey guys, I want to add a splash screen to my dialog project, but when I searched on codeproject and google, everything that came up was for a MFC project. Is there anyways of doing it without using...
  14. Replies
    6
    Views
    1,489

    Thanks, I will try that. I'm trying to do a...

    Thanks, I will try that. I'm trying to do a loader, that will inject the Medit.dll. But I want the user to be able to add another dll to be injected. I got all the code ready, all I need is how to...
  15. Replies
    6
    Views
    1,489

    From ini to LoadLibrary

    Hey guys. I have created a ini file, inside I have nothing. I want the user to write there which DLL he would like to load. By default I have a DLL called Medit.dll that loads when the application...
  16. Replies
    3
    Views
    3,752

    Thanks a lot, but I read your code many times and...

    Thanks a lot, but I read your code many times and could not figure it out, where do I put the name of the process I want to find? is it GetProcessByFileName(char* name) I replace the name by my...
  17. Replies
    3
    Views
    3,752

    Info on specific process

    Whats up guys, I was reading this tutorial http://www.codeproject.com/threads/processes.asp
    and it helped me A LOT but I wondering how can you modify the code so it will only show information on...
  18. Replies
    10
    Views
    2,575

    Yup, your right, I used this tool...

    Yup, your right, I used this tool http://www.diamondcs.com.au/index.php?page=apt to see what method was working, and EndTask didn't but TerminateProcess did. But I don't understand how come its...
  19. Replies
    10
    Views
    2,575

    Well thanks guys, but this guy from msdn forum...

    Well thanks guys, but this guy from msdn forum replied and told me that Task Manager uses "EndTask" to close the window. So I looked it up in msdn...
  20. Replies
    10
    Views
    2,575

    I tried doing PostMessage(hWin,WM_DESTROY,0,0);...

    I tried doing PostMessage(hWin,WM_DESTROY,0,0);
    PostMessage(hWin,WM_QUIT,0,0);

    It tried using this on another window it worked, but when I tried on my desired window it didn't work. Is...
  21. Replies
    10
    Views
    2,575

    Thanks, but theres not child window. It's kinda...

    Thanks, but theres not child window. It's kinda weird because when I close it with Task Manager it works. When I send a SendMessage it doesn't work. Does Task Manager work by sending a SendMessage?
  22. Replies
    10
    Views
    2,575

    Task Manager technic

    Hey guys,

    From my understanding when your closing a window from Task Manager, it sends a WM_CLOSE or WM_QUIT (not sure). So I used : SendMessageA(hWin,WM_CLOSE,0,0); and it worked, but...
  23. Replies
    4
    Views
    2,488

    EDIT Fixed sorry for the double post.

    EDIT Fixed sorry for the double post.
  24. Replies
    4
    Views
    2,488

    Awesome! thanks guys.

    Awesome! thanks guys.
  25. Replies
    4
    Views
    2,488

    Background Image

    Hey guys, I have a small question. I don't think its hard to do, but search on the net didn't return anything good. I want to have a bitmap image as my background in my dialog. I tried adding it like...
Results 1 to 25 of 38
Page 1 of 2 1 2