Microsoft.com
All DevCenters
MSDN Home
MSDN Code Gallery:
Code Gallery Home
|
Browse Gallery
|
Share Code
|
Help and FAQs
Agent
Home
Downloads
Discussions
People
License
Close
RSS
All Resource Updates
Discussions
Releases
Wiki
RSS
Discussions List
|
Create New Discussion
1-5
of
5
< Previous
Next >
Discussions for Agent
Latest post:
Feb 23
7:19 AM
1 Post
change request - change the window title
First post:
Zuner
wrote: zgrid Agent on {hostname} / pid = {ProcessId}
Jump to:
First Post
Latest post:
Oct 6 2008
1 Post
Propose to change the structure of Agent from win app => win svc
First post:
Z
wrote: Might be a good idea to implement Agent Slash as a Windows Service other than an app OnStart subscribe the Controller Service OnStop unscribe the Cont...
Jump to:
First Post
Latest post:
Sep 25 2008
1 Post
To invoke PowerShell script from .Net
First post:
ZuneLover
wrote: Function InvokePS(ByVal script As String) As String Dim invoker As New RunspaceInvoke Dim output A...
Jump to:
First Post
Latest post:
Sep 24 2008
3 Posts
PowerShell Script to launch IE and navigate to a page
First post:
ZuneLover
wrote: $ie = New-Object -com internetexplorer.application $ie.visible = $true $a = [System.Environment]::TickCount $ie.navigate("http://mscanada.net") while($ie.busy) { } $b = [Syste...
Latest post:
ZuneLover
wrote: ## create IE COM object and make it visible $ie = New-Object -com internetexplorer.application $ie.visible = $true $a = [System.Environment]::TickCount ## Navigate to the t...
Jump to:
First Post
|
Latest Post
Latest post:
Sep 6 2008
1 Post
New Feature Proposal
First post:
Z
wrote: Hide the taskbar icon, instead show a Systray icon (NotifyIcon control) Exception handling for the main loop, pop up the exception msg, and ask people to mail it out to whoever was...
Jump to:
First Post
Configure View
Sorted by
Latest post
Search
Filter
(by tag)
All tags
1-5
of
5
< Previous
1
Next >
Show
All
discussions
View All (http://code.msdn.microsoft.com/agent/Thread/List.aspx?ViewAll=true)
Manage Your Profile
Legal
Contact Us
MSDN Flash Newsletter
© 2008 Microsoft Corporation. All rights reserved.
Terms of Use
Trademarks
Privacy Statement
Updating...