Subscribe to Metaphorically Speaking        RSS Feed
-----

Maintenance Tool

Icon 2 Comments
So after much thought and consideration I have not decided on a project yet.
So instead I look for some inspiration. As I search this site not much really
catches my eye accept when I come across help with a problem I once had.
Then I tend to learn a little more.

I have decided though to release one of my first VB.NET applications to the
public just for fun. It really isn't much. It's basically a small program that
helps the user clean his or her computer with the ease of a simple GUI.
I basically built this for my friend Joe who is quite computer illiterate. Well,
at least he was when I created the program. I will be releasing the source
code as soon as I find the archive I put it in.

My "Maintenance Helper" basically only deals with simple functions in VB.NET.
Basically timers, labels, text boxes, buttons, etc. Then it uses the code to run
a seperate application already installed in all versions of windows,, well I am
not sure about Vista really haven't messed with it yet. I do this very simply
in vb but using this code.


	 Private Sub btnStart_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnStart.Click

		If (Selection = 1) Then
			System.Diagnostics.Process.Start("dfrg.msc")
		End If

		If (Selection = 2) Then
			System.Diagnostics.Process.Start("cleanmgr.exe")
		End If

	End Sub



When I first started VB.NET I came across this little piece of code and it intrigued
me because you could use that very peice of code to make programs interact with
windows for the user instead of them directly having to deal with windows. Which
in some cases is good for the user because windows not only confuses some but it
also tends to get on others nerves very swiftly.

One of my 2 goals as a programmer is to create an easy environment for the user
and the other is, well maybe I will tell you later on when I get to know you a little
better.


Maintenance Tool Download

2 Comments On This Entry

Page 1 of 1

dragon-slayer 

16 June 2009 - 11:13 AM
Cool keep up the good work, I'll try this out later on my vista laptop(I'm on my Linux desktop) and tell you how it goes, maybe you can add some more features in the future like clearing of Internet explorer history.
0

metaphorical 

16 June 2009 - 12:21 PM

dragon-slayer, on 16 Jun, 2009 - 10:13 AM, said:

Cool keep up the good work, I'll try this out later on my vista laptop(I'm on my Linux desktop) and tell you how it goes, maybe you can add some more features in the future like clearing of Internet explorer history.


Yah i have been working on that and a couple other interesting things to make it better. And yes please let me know how that works out on Vista.
0
Page 1 of 1

Recent Entries

Recent Comments

Search My Blog

January 2022

S M T W T F S
      1
2345678
9101112131415
1617181920 21 22
23242526272829
3031     

Files Used In Blog

1 user(s) viewing

1 Guests
0 member(s)
0 anonymous member(s)