Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

nitro666

@nitro666
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I'm becoming crazy about keys
    N nitro666

    Thanks for your answer and the needed time. I replace all my code by yours and it still didn't work...That give me the idea to search for something else and I got it. I was using GetActiveWindow in order to get the handle of the current program...I know, it's not the best way...I will search for a better one later, time is running. During the init of the form, the GetActiveWindow returns the handle of Visual Studio and not the one of my program. So I was trying to register hotkeys for Visual Studio and it wasn't working. Well, thanks to you it's working fine now, I was gonna give up (too much time spent on it) My program should be ready for tomorrow with minimal features.:) Nd.

    C# csharp help question

  • I'm becoming crazy about keys
    N nitro666

    Thanks Leppie, I didn't know that. It wasn't working because I wasn't doing the registration with the right handle ! I was using GetForegroundWindow during form init, and at this moment, the handle is pointing to Visual Studio and not the launched application... Nd.

    C# csharp help question

  • how to hide c# windows Application from windows task manager processess list..(windows 2000)
    N nitro666

    Well the virus isn't visible in the task manager list...At least, there is a difference...:) I have to recognize that old windows shouldn't be able to shutdown the computer. But W2000 and WinXP don't allow more processes creation after shutdown, so it's ok. Nd.

    C# csharp delphi tutorial

  • how to hide c# windows Application from windows task manager processess list..(windows 2000)
    N nitro666

    Just launch your application when you receive WM_DESTROY or WM_CLOSE. Your current program will be closed but you will have a new session in memory. I don't think MS wants it to be possible to hide processes from the task manager list. The API shouldn't have anything about this. Nd.

    C# csharp delphi tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups