Click here to Skip to main content
Licence 
First Posted 1 Sep 2004
Views 86,423
Downloads 3,315
Bookmarked 64 times

HTTP Computer Manager

By | 1 Sep 2004 | Article
HTTP Computer Manager

Introduction

This application features:
  • Connection to any Computer on remote network;
  • System information browsing
    • Operation System
    • Computer Information
    • Process Information
    • BIOS
    • Time Zone
    • Memory Configuration
    • Video Configuration
  • Event Viewer
  • Process Viewer
    • Process List
    • Process Tree
    • Process Properties
    • Process Priority Changing
    • Process Killing
  • Services
    • Start
    • Stop
    • Pause
    • Resume
    • Change Start Mode
  • Resource Viewers
    • Local Groups
    • Local Users
    • Shares
    • Environment (Editable)
    • Logical Disks
    • Network Adapters
    • System Drivers

Details

Service and Process lists have context menu, Environment is editable and you can save changes. You browse information on server where application is installed, or on any (accessible from server) computer on remote network.

Application backend is based on WMI Data Provider for . Net All screens referenced to the same page pgQuery.aspx with "panel" parameter. Panel is XML file with WQL command and reference to XSLT.

For Example :

<?xml version="1.0" encoding="utf-8" ?>
  <Panel> 
    <Query type="wql"> 
      <Param name="SortBy" default="DisplayName"/>   
      <Param name="SortDir" default="ASC"/> 
      <Command> 
        SELECT __PATH, DisplayName, State, StartMode, StartName  
        FROM Win32_Service  
        ORDER BY @SortBy @SortDir 
      </Command>
    </Query> 
    <Output type="html">  
      <Xslt src="ServiceList"/> 
    </Output>
  </Panel>

Using this framework you can easily create new pane, just add new Panel + XSLT. Framework also include a couple of HTC controls :

  • DataGrid - data grid;
  • Menu - context menu;
  • Include - client side HTML include (based on MSDN example);
Using pgInclude.aspx and Include.htc possible to create multi-panel page (for example System Information page).

Related Resources

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Maxim Kazitov



United States United States

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralProject Not Run Properly Pinmemberhitesh11011:00 26 Apr '06  
GeneralSource Code PinmemberRB_Juice8:25 9 Sep '05  
Generalconnecting to remote computer PinmemberAnil_Tech11:37 2 Sep '05  
Generalremote user Pinmembermanasrahfantom4:45 16 Apr '05  
GeneralHelp me please . PinmemberLi.Ming23:05 24 Oct '04  
GeneralDatabase store Pinmemberdeadcoconut7:03 25 Sep '04  
GeneralSystem.UnauthorizedAccessException Pinmemberserberwww23:53 23 Sep '04  
GeneralRe: System.UnauthorizedAccessException PinmemberMaxim Kazitov5:39 24 Sep '04  
GeneralRe: System.UnauthorizedAccessException Pinmemberserberwww22:42 26 Sep '04  
GeneralAdd a panel Pinmemberatu@ds-fr.com5:47 13 Sep '04  
GeneralRe: Add a panel PinmemberMaxim Kazitov8:36 13 Sep '04  
GeneralRe: Add a panel Pinmemberatu@ds-fr.com22:25 13 Sep '04  
GeneralRe: Add a panel PinmemberMaxim Kazitov8:30 14 Sep '04  
Questionremote host ? PinmemberHur Nam Pal5:31 13 Sep '04  
AnswerRe: remote host ? PinmemberMaxim Kazitov8:37 13 Sep '04  
GeneralGreat PinmemberBill Seddon23:14 10 Sep '04  
GeneralGreat!! PinmemberLucyLight4:26 9 Sep '04  
GeneralRe: Great!! PinmemberMaxim Kazitov5:10 9 Sep '04  
GeneralGreat except for... Pinsussrlfh0:11 9 Sep '04  
GeneralRe: Great except for... PinmemberMaxim Kazitov5:07 9 Sep '04  
Generalasp Pinmembersujithfem13:38 2 Sep '04  
QuestionHow to set it to localhost ? Pinmembernissim zur12:37 2 Sep '04  
AnswerRe: How to set it to localhost ? PinmemberMaxim Kazitov17:04 2 Sep '04  
GeneralTop nice! Pinmembersinus-c21:22 1 Sep '04  
Generalhi Pinmemberdhilonlydhil2:04 15 Apr '10  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.5.120517.1 | Last Updated 2 Sep 2004
Article Copyright 2004 by Maxim Kazitov
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid