Share/Bookmark

Featured Posts

SharePoint Ticker Web Part from Existing Data Ever wanted to create a ticker in SharePoint without having to buy the $99 add-on from Microsoft, well here's the code: Simply create a new Web Part using the 'Content Editor' and open the 'Source Editor...'...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Whats next for Nintendo? Today I noticed that Nintendo have had falling profits for 2010 and predict even less sales for next year. The Wii 2 hasn`t been officially announced and from what I can see is not really on the radar....

Read more

7 Great Free Android Apps The Android mobile operating system is both fast, reliable and can do everything that the Apple OS can and a little more (all for normally a fraction of the price.) plus it supports Flash and soon Flash...

Read more

WOL in VB.net

Posted by daniel | Posted in Code Snippets | Posted on 17-03-2010

Tags: , , ,

1

I have found a really handy VB.net class to do Wake On LAN.  The original website is here:

http://www.lucamauri.com/snippet/snip.aspx?id=6

Create an MD5 Hash the Easy Way in .NET

Posted by matthew | Posted in Code Snippets | Posted on 11-12-2009

Tags: , , , , , ,

0

Creating an MD5 hash seems to take forever in .NET, however you may want to try this quick method instead.

Vb.net Removing NTFS Permissions and Inheritance

Posted by daniel | Posted in Code Snippets | Posted on 06-12-2009

Tags: , , ,

3

Ever needed to remove NTFS permission’s in VB.net

NTFS File Owner in VB.net

Posted by daniel | Posted in Code Snippets | Posted on 26-11-2009

Tags: , ,

2

Here is some VB.net 2005 code to set an NTFS file\folder owner: