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
S

skn2k

@skn2k
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

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

    I agree; But Microsoft promises c# to be the most powerful language after c++ giving control to the System programming. I guess there is a way or atleast is there a way to activate the process immediately if any user kills it. For example in Visual Studio .net IDE, when you create a C# or VB.net Web Application project, you always see wp_.... process in the processes. Even if you kill it, the process comes up right way.. how Can i implement something like this? Even if the user kills my application process, can i re-start it immediately...??

    C# csharp delphi tutorial

  • C++ SendMessage
    S skn2k

    if you want to send a message in c#, here is the way to declare ... [DllImport("user32.dll",EntryPoint="SendMessage",ExactSpelling=false,SetLastError=true)] private static extern int SendMessage(int hwnd,int wMsg,int wParam,int lParam); [DllImport("user32.dll",,EntryPoint="PostMessage",ExactSpelling=false,SetLastError=true)] private static extern int PostMessage(int hwnd,int wMsg,int wParam,int lParam); Hope this helps.. Thanks

    C# c++ question

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

    Hello all; Is there a way in c#(.net) to hide an application from windows task manager's processess list.. I want my c# application to be invisible in the computer where it is installed. Even if the user goes to task manager using ctrl+alt+del and task manager... Any idea on how to disable ctrl+alt+del key sequence in c# on windows NT and above platforms in c#.. I started developing a application using delphi ( as it can create Global Hook. And i can trap the key sequence and pop up a box when ever ctrl+alt are pressed thus forcing the user to miss del key) and use that DLL in c#. Any ideas & suggestions are appreciated.. Thanks

    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