-
Recent Posts
Recent Comments
Archives
- May 2022
- April 2022
- December 2021
- November 2021
- July 2021
- May 2021
- March 2021
- August 2020
- July 2020
- March 2020
- February 2020
- January 2020
- October 2019
- September 2019
- July 2019
- May 2019
- April 2019
- March 2019
- January 2019
- November 2018
- October 2018
- August 2018
- July 2018
- May 2018
- April 2018
- December 2017
- November 2017
- October 2017
- August 2017
- April 2017
- February 2017
- November 2016
- September 2016
- August 2016
- July 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- November 2015
- April 2014
- December 2013
- September 2013
- July 2013
- June 2013
- April 2013
- December 2012
- August 2012
- July 2012
- June 2012
- May 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- August 2011
- December 2009
Categories
Meta
Category Archives: VB.net
WMI Code Creator For Windows Forms For VB.Net
This is a project for creating code like the WMI Code creator but the output is for VB.Net and Windows Forms Instead of for a Console Application. The Project Reason Anyone that has used the WMI Code Creator knows … Continue reading
Posted in CodeProject, VB.net
Tagged utillity
Comments Off on WMI Code Creator For Windows Forms For VB.Net
Windows form screenshot and print preview in VB.Net
How to take a screen shot of a windows form and then print it. As I am working on an application, I end up with several smaller test application to learn about different ways to do something. After creating … Continue reading
How to convert a Fraction to Decimal
This little test program has allot of user input validation. About 10 years ago while working as a pipefitter I was called upon to figure out how to fit a riser pipe onto a reducer. Since the reducer is … Continue reading
Using the service controller in VB.Net
Using the service controller is really very easy. All of my applications come about from something I’m working on at the time. This time I needed a way for my mom to temporarily stop the Microsoft Security Essentials service which … Continue reading
Converting a SID in Array of bytes to String version in VB.Net
This is a program that converts SID’s with 1 – 5 sub Authorities , from Array of bytes to the String Format In my last post I was looking for a way to convert the array of bytes , (SID: … Continue reading
Another Way To Get Windows XP OS Bit Version in VB.Net
This little project is the result needing a way to identify Windows XP Bit Version for another program I wrote. While trying to help my mom with a problem with her computer over the phone I decided to have her … Continue reading
Converting VB Script To VB.Net
My Last Post Titled “Event 10 Mystery Solved” (found here.), Left me with a Question about the binary version of the SID, A returned value of CreatorSID: 1,5,0,0,0,0,0,5,21,0,0,0,190,118,173,34,87,198,105,19,239,226,7,24,244,1,0,0 I started searching the net to see if anyone has posted a … Continue reading
Posted in CodeProject, Programming Tools, System Tools, VB.net, VBScript
Tagged SID, VB, VB.Net, VBScript
Comments Off on Converting VB Script To VB.Net
Account Unknown
Recently while looking at the the security tab on a file I found there was a user that was an unknown account. It wasn’t registered with the Windows Vista System. Looking around the system I found several more files, so … Continue reading
Posted in CodeProject, Computer, security, System Tools, VB.net
Tagged Account Unknown, security tab, User Account Tools, VB
1 Comment
Strong Type Gen – MgmtClassGen.exe Command Line Builder
This is a program I completed 10/16/2011 and I believe is finally ready for prime time. Those that use the MgmtClassGen.exe tool should find this program very handy for creating the strong type classes quickly. Before any selections or locations … Continue reading
Posted in CodeProject, Programming, Programming Tools, VB.net
Tagged C#, MgmtClassGen.exe, VB, VB.Net
Comments Off on Strong Type Gen – MgmtClassGen.exe Command Line Builder