|
|
 |
| Form Alter Tab |
Submitted: Monday, December 07, 2009 |
| To list the applications (or tasks) running we need to examine all the windows in the system and extract task information from them since there is no way to simply identify all the tasks themselves. Well, that is almost true. On 9x and 2000 machines you can use the CreateToolHelpSnapshot API but the method described here is the more generic approach. This example is only concerned with the applications that appear on the TaskBar. My Enumerate Processes example identifies all tasks currently running. |
| Author: ProgrammerGuide.Net |
Downloads: 20 |
| Disable Task Manager |
Submitted: Sunday, December 06, 2009 |
| This example demostrates you how to disable tha task manager,with this example you can solve your pc problem if task manager not showen in your pc
|
| Author: ProgrammerGuide.Net |
Downloads: 33 |
| VBReg Server |
Submitted: Saturday, December 05, 2009 |
| The sample program lets you navigate to a folder then lists the DLLs and OCXs in that folder. Once a file is selected, you can register and unregister it by clicking corresponding File menu option. Since only ActiveX components can be registered, a check is performed to verify the selected file is indeed an ActiveX component. |
| Author: ProgrammerGuide.Net |
Downloads: 23 |
| System Parameter |
Submitted: Friday, December 04, 2009 |
| The sample contains two chunks of code. A class module that provides the accessibility functionality and a form that contains code that I was too lazy to incorporate into the class module. Both chunks call the SystemParametersInfo API so I talk will about the class module. |
| Author: ProgrammerGuide.Net |
Downloads: 28 |
| StopProcess |
Submitted: Thursday, December 03, 2009 |
| use of shell this example shows you the stop process of any exe,just u need to give the name of exe and you stop the process of exe. |
| Author: ProgrammerGuide.Net |
Downloads: 28 |
|
|
|
|
|
|
|