Click here to Skip to main content
15,880,503 members
Articles / Programming Languages / C#
Article

Freakshow - a sample application in C#

Rate me:
Please Sign up or sign in to vote.
3.25/5 (54 votes)
18 Dec 20032 min read 162.1K   6.1K   87   18
A collection of examples on how to use C# in one application

Introduction

On each Tab Page there is a tiny application to show something like Clipboard actions, TCP server/client, Network Performance, serial communication, creating Processes. Source code which belongs to one Tab Page is in a separate Code Region or own class, so you don’t have to search too much if you are looking only for one thing.

Details

Here I give a short overview of what you can find in the Application. The Application stays in the Tray, if you want to exit, then use the Context menu of the tray icon.

ClipBoardLocal

Image 1

Whenever you put Text to the Clipboard (e.g. pressing Ctrl-c) this Text is added to the ClipBoardLocal. It’s like collection of all Clipboard actions. The ClipBoardLocal Text can be saved to a file.

ClipBoardRemote

Image 2

You can connect your Clipboard to a “Remote Clipboard” of another Computer through tcp connection. So you can copy Data through the Clipboard to another PC without using a file transfer.

Network

Image 3

Here you can find an example for doing Address Resolution and watching the Network Performance with Performance counters. On pressing the Start Button a Popup Windows appears to select the Network Adapter.

File Change

Image 4

Here is an example playing with the FileSystemWatcher Class to show how to monitor a drive for file access.

Mini Terminal

Image 5

Communication through the serial port is not implemented in the .NET Framework, but fortunately there is a JH.CommBase class which imports all necessary stuff from the kernel32.dll. The Data can be watched in ASCII or in Hex Values. You can connect 2 PCs through a null modem cable or monitor another device.

Cmd

Image 6

Here are examples to call DOS Commands in a separate process and show the result in a textbox (instead of starting the dos box).

Net Shares

Image 7

All Computers of the Network are listed in a list view and the shares of the Resources are shown in a textbox.

History

  • V1.0.0 First Release
  • V1.1.0 Added Tab for showing Network Shares; Network Device can be selected for the Performance counter

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


Written By
Web Developer
Germany Germany
1996-2000 Embedded SW Development for Automotive Systems
2000 - today Embedded SW Development for Telecomunication Systems (cordless phones)

Comments and Discussions

 
GeneralPort monitoring Pin
s2_priyanka20-Aug-06 19:06
s2_priyanka20-Aug-06 19:06 
GeneralRe: Port monitoring Pin
dodiggitydag12-Oct-06 14:31
dodiggitydag12-Oct-06 14:31 
GeneralJH.CommBase Version 1.3 Pin
Belal Marzouk17-Oct-04 1:38
Belal Marzouk17-Oct-04 1:38 
GeneralRe: JH.CommBase Version 1.3 Pin
[SPA]16-Dec-04 4:32
[SPA]16-Dec-04 4:32 
GeneralWin32Com Pin
Belal Marzouk17-Oct-04 1:27
Belal Marzouk17-Oct-04 1:27 
General.NET framework 1.1 SP1 update Pin
frogsnot28-Sep-04 16:45
frogsnot28-Sep-04 16:45 
GeneralRe: .NET framework 1.1 SP1 update Pin
frogsnot29-Sep-04 20:27
frogsnot29-Sep-04 20:27 
Generalthe MiniTerminal send data to com problem Pin
uk2cn29-Dec-03 4:29
uk2cn29-Dec-03 4:29 
GeneralRe: the MiniTerminal send data to com problem Pin
Boggy Man19-Mar-04 8:02
Boggy Man19-Mar-04 8:02 
GeneralOoops Pin
Martin Robins at Work15-Dec-03 7:00
Martin Robins at Work15-Dec-03 7:00 
GeneralGreat, but... Pin
Paul Evans14-Dec-03 8:58
Paul Evans14-Dec-03 8:58 
GeneralAnother suggestion Pin
jeff_martin11-Dec-03 4:24
jeff_martin11-Dec-03 4:24 
GeneralRe: Another suggestion Pin
Anonymous11-Dec-03 11:33
Anonymous11-Dec-03 11:33 
GeneralRe: Another suggestion Pin
Alvaro Mendez12-Dec-03 8:21
Alvaro Mendez12-Dec-03 8:21 
GeneralRe: Another suggestion Pin
mengshun14-Dec-03 9:20
mengshun14-Dec-03 9:20 
GeneralSuggestions Pin
Matt Philmon11-Dec-03 4:17
Matt Philmon11-Dec-03 4:17 
GeneralRe: Suggestions Pin
freakshow11-Dec-03 23:39
freakshow11-Dec-03 23:39 
GeneralRe: Suggestions Pin
Bad Boys Drive Audi16-Dec-03 8:16
Bad Boys Drive Audi16-Dec-03 8:16 

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

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