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.
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
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.
Page 1 of 1
← January 2022 →
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 |
Files Used In Blog
My Blog Links
1 user(s) viewing
1 Guests
0 member(s)
0 anonymous member(s)
0 member(s)
0 anonymous member(s)



2 Comments









|