Feb 142011
 

I wrote this because I needed to know what user was logged onto what PC when remotely connecting to a supported server.

Example Output


Find Users v0.1 (c) 2011 Chris

Computer               Username               Desciption
TREEBEARD          *                         Window 7 64 Ultimate
STORMCROW        Chris.KINGS          Kings Server
BOMBADIL            Maxy                     Maxy's Laptop

Press any key to exit

Purpose

To find the users who are logged onto network connected Windows Workstations from a server logged on a domain admin account.

Continue reading »

Share
Jan 172011
 

I wrote this utility as in the small business where I work we had no blanket tool for proactive monitoring of services that are supported by our company.

Server Up Image 1

Main Page

Server Up Image 2

Popup example

Purpose

A simple utility that scans ports and provides a balloon tooltip notifying the user of ports that are unavailable

Feature

Runs upto 64 concurrent threads checking if ports are open.
Displays in a listview that can be sorted by column.
Name and group a service.
Enable and disable particular  services from scan.
Auto scan every 15 minutes.
Source code included.
Imports from Remote Desktop Manager rdm files
Minimises to system tray
Records last seen open and last seen closed times.

Continue reading »

Share
Jan 082011
 

A small utility that I wrote to help people on the helpdesk communicate information to prevent the duplication of jobs and to provide call handlers the information required to resolve the call before it become a job. Source code included. VB.NET 3

Example Notify Balloon

Example Notify Balloon

Main Form

Main Form

Purpose

To provide the ability to anyone in a group of people to communicate a piece of information that will be distributed to other users of the utility in the form of a toolbar popup. The need I had for this was that working on a helpdesk as I do, I may know of a problem that if the call handlers knew about then they could tell people phoning up that the problem they are facing will be resolved in time rather than creating duplicate jobs.

Continue reading »

Share
Jan 082011
 

I wrote this utility to help the call handler at work provide the helpdesk staff with more information.

Question Cats

Question Cats

Main Screen

Main Screen

Purpose

A small VB NET 3 utility the will display a list of questions for a given topic that can be answered in a series of text fields. Once completed these answers are copied with the questions into the copy buffer to be pasted onto a call sheet in a helpdesk application. This utility saves the creation of paper based question sheets, provides a standard format and can be updated without any changes to the program. It is driven by the text file that is included in the zip. Source code is included.

Continue reading »

Share
Sep 192009
 

Met Surfer was designed to help the internet surfer find and save porn from the web in the most efficient way to prevent you getting busted by your partner, children, mother in-law or postman.

Met Surfer will download the largest picture from the page beyond the link you <Control> Click on and save that picture it in the folder you specify. If a filename already exists in your save directory it is renamed to prevent conflicts. It will also download / scan the commonly named 1 to 100 html / jpeg sets.

You can also drag links from any tab into the “Links To Process” and it will be processed in the same manner. If you drag an image into “Images To Save” then it will be downloaded and saved.

So find a page that’s got 12 or so pics thumbnail pics and under those you know there will be the full-size pics. Hold CONTROL and click on each of the thumbnails. The pages beneath the thumbnails are scanned and the largest picture saved to your save directory. Or click the download set button for the lot.

You can review your session saved files using the image viewer, that I have thoughtfully included a hands free slideshow function. Session and All view is possible with 1 to 4 pictures shown at the same time. Delete a pic with the delete key.

There are 5 simultaneous threads downloading pages and 5 threads downloading images.

I can not be held responsible for any situation that may arise though the use of this software. Your health and relationships are your own. If you end up blind, single and homeless it’s your own doing.

Inbuilt Image Duplicate Finder. After you have a few gig of images, you’ll probably have some duplicates…

Dot Net 2 required.

Download

Some Demo videos are located :

Video 1
Video 2

Share
Feb 272009
 

This is a VB.net 2, VS 2005 class for logging on to 6 facebook accounts and then browsing to various pages on a timer.

The purpose of this code is to appear that you have logged into facebook with your multiple accounts and then logged into the various programs to maximise your presence in that application. This is useful in some facebook applications because your application profile is raised to active status and appears first in various lists.

If you are to implement this code as is then you will need a form with a tab control with 6 tabs with a webbrowser on each. 3 buttons, one checkbox and a final webbrowser hidden somewhere (not visible).
I have not provide the project for download because I don’t have the time to remove all the personal information from it. Any questions please ask.

Continue reading »

Share