Click here to Skip to main content
Click here to Skip to main content

HTTP Computer Manager

By , 1 Sep 2004
 

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
No Biography provided

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

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralProject Not Run Properlymemberhitesh110126 Apr '06 - 1:00 
GeneralSource CodememberRB_Juice9 Sep '05 - 8:25 
Generalconnecting to remote computermemberAnil_Tech2 Sep '05 - 11:37 
Generalremote usermembermanasrahfantom16 Apr '05 - 4:45 
GeneralHelp me please .memberLi.Ming24 Oct '04 - 23:05 
GeneralDatabase storememberdeadcoconut25 Sep '04 - 7:03 
GeneralSystem.UnauthorizedAccessExceptionmemberserberwww23 Sep '04 - 23:53 
GeneralRe: System.UnauthorizedAccessExceptionmemberMaxim Kazitov24 Sep '04 - 5:39 
GeneralRe: System.UnauthorizedAccessExceptionmemberserberwww26 Sep '04 - 22:42 
GeneralAdd a panelmemberatu@ds-fr.com13 Sep '04 - 5:47 
GeneralRe: Add a panelmemberMaxim Kazitov13 Sep '04 - 8:36 
GeneralRe: Add a panelmemberatu@ds-fr.com13 Sep '04 - 22:25 
GeneralRe: Add a panelmemberMaxim Kazitov14 Sep '04 - 8:30 
Questionremote host ?memberHur Nam Pal13 Sep '04 - 5:31 
AnswerRe: remote host ?memberMaxim Kazitov13 Sep '04 - 8:37 
GeneralGreatmemberBill Seddon10 Sep '04 - 23:14 
GeneralGreat!!memberLucyLight9 Sep '04 - 4:26 
GeneralRe: Great!!memberMaxim Kazitov9 Sep '04 - 5:10 
GeneralGreat except for...sussrlfh9 Sep '04 - 0:11 
GeneralRe: Great except for...memberMaxim Kazitov9 Sep '04 - 5:07 
Generalaspmembersujithfem2 Sep '04 - 13:38 
QuestionHow to set it to localhost ?membernissim zur2 Sep '04 - 12:37 
AnswerRe: How to set it to localhost ?memberMaxim Kazitov2 Sep '04 - 17:04 
GeneralTop nice!membersinus-c1 Sep '04 - 21:22 
Generalhimemberdhilonlydhil15 Apr '10 - 2:04 

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

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