I\'m trying to make my app a good Windows citizen, so I use matching system colors (see \"When selecting system colors, match but don\'t mix\") as much as possible. However, sometimes light text on a
Is there a way to use a program as a MDI child window开发者_如何学Python. I am thinking of having one main MDI parent window which can have multipe child windows, some of which will be programs(.exe f
when i am using below code with windows application it always fires WOrkBookOpen event. public partial class Form1 : Form
I want to read status information that an application provides via shared memory. I want to use C++ in order to read the content of that named shared memory and then call it with pinvoke from a C#-cla
In Windows, where is the most appropriate place to store an开发者_如何学JAVA executable that will be ran as a scheduled task on a server?
Mi开发者_开发技巧crosoft has introduced cryptography next generation (CNG) from Vista and server 2008 onwards. But my question is to know whether Microsoft supports the old MS CAPI (say for eg. in win
The subject says it all. A normal antivirus has to intercept all file accesses, scan the files and then optionally deny access to the file (possibly even displaying a prompt to the user). How can this
This question already has answers here: Closed 11 years ago. Possible Duplicate: how to create a counter in a dr java program
If I wanted to determine if auser had a genuine copy of windows, how could I do that in C#? Can I integrate with Windows Genuine 开发者_如何学CAdvantage?You can use SLIsGenuineLocal (Checks whether th
I don\'t know RC scripts. I want to include Product version, File version, etc. metadata into a DLL I\'m building.I\'m using an .rc file to do that. The build is makefile driven.I\'m following along