This question is related to my previous question. The storyline: I have 开发者_StackOverflow社区an .NET application which consumes a lot of memory
I\'ve inherited some windows-mobile code that I\'ve been bringing up-to-date. I\'ve come across a weird bug, and I was hoping that even though a bit vague, maybe it will spark someone\'s memory:
When I run a test harness through the Visual Studio 2005 debugger, i开发者_运维问答t creates a console window every time I run it.
I need to initialize a variable when the user presses Ctrl-Alt-Del. Because this key combination is treated differently than others, the Windows Security Dialog Box appears immediately after it is pre
I created a dummy windows service using .net 3.5. The service has been compiled for x86 explicitly (32BI开发者_开发百科T corflag is set).
I am creating a new Desktop in Windows XP/Vista and 7 using win32 API. This is more like having a secure Desktop and I don\'t want let any other application to be executed in that Desktop.
I was wondering if anyone k开发者_StackOverflow中文版new whether taskmgr.exe in Windows Vista/7 was extend-able via a plugin system.
From what I\'ve r开发者_JS百科ead in the past, you\'re encouraged not to change the priority of your Windows applications programmatically, and if you do, you should never change them to \'Realtime\'.