homecode zoneQuick Codedownloadssubmit codeabout usfeedbackscontact ussitemap
 
Beginners
Database
File System Object
General
Graphics
Multimedia
Networking
Shell Object
Timer
Array
Date/Time
Declaration
Error Handling
File/Folder
Logic
Loops & Conditional
Math
Miscellaneous
Strings
Values
Pro - Languages
C/C++
Java
Visual basic
asp
vb.net 2003/2005
asp.net
Quick Code
SUBMIT CODE
Mail List
LINKS
Submit LINK
 
ProgrammerGuide.net - VBShell Object.
Home » VB Zone » Shell Object

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




« PreviousPage: 1 of 3Next »
Go Page: - 12 3


Viewers: 7
Visitors:141177
Last Updated on:Sunday, January 17, 2010
Home | About us | Feedback | Contact us | Sitemap
Copyright © 2008 ProgrammerGuide.net. All rights reserved.
This site is best viewed in IE 6.0, Firefox 1.5 and above with screen resolution of 1024 X 768.