Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Query Windows Explorer and/or broser?

Name: Anonymous 2011-10-19 7:56

I´m writing a C#/.NET application. Finding out if Explorer sessions are active is quite easy (same for browser sessions):

#using System.Diagnostics

public void FindExplorerSessions() {
   Process[] explorerSessions =
      Process.GetProcessesByName("explorer");
}

Is it possible to iterate through that array and find out which subfolders are currently open in these sessions?

And on a related topic, is it possible to find out which URL(s) are currently open in a Chrome/Firefox/whatever session?

Possible use for the browser stuff: monitor the time spent on 4chan per day/week/month (assuming that the monitor app is always running and the user closes the 4chan tabs when he is doing something else).

Well, I´m aware that such an app would be considered kinda spyware, but actually I have users requesting this feature (they want to have a reminder which tells them to get the fuck off 4chan after a couple of hours and do something productive).

Name: Anonymous 2011-10-20 11:14

>>20
Yeah! Hire touhous instead. Put them in a large glass room with one fairy and watch them trying to bitchslap each other to death.

MAXIMUM PRODUCTIVITY

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List