Archive for category General
How to: Browse a storage card on Windows Mobile using System.IO classes
Posted by suddenelfilio in General on 30/04/2007
Since the root of any storage card is represented as a directory inside of the root of the device, you can iterate all directories inside the root folder (“/”) and check their attributes to see if they comply to be a storage card. use the following code to look for a storage card:
Public Function GetStorageCard() As DirectoryInfo Dim deviceRoot As New DirectoryInfo("/") For Each dir As DirectoryInfo In deviceRoot.GetDirectories() If dir.Attributes = FileAttributes.Directory AndAlso _ dir.Attributes = FileAttributes.Temporary Then Return dir End If Next End Function
Enjoy !
New section: “Projects”
Posted by suddenelfilio in General on 26/04/2007
I’ve added a new section called “Projects” to the blog. Here you will find all sorts of mostly small projects that kept me busy in my free time. Comming soon will be the WM 6.0 FileBrowser control and other stuff as well.
So check it out later on!
Visual Studio Orcas Beta available !!!
Posted by suddenelfilio in .net, Asp.net, General on 20/04/2007
I saw the notice on Informationweek that Microsoft released a beta of the VS.net Orcas.
Find out more here.
Wow that’s fast!!!
Posted by suddenelfilio in General on 19/04/2007
HP Compaq nx7400 quirks
Posted by suddenelfilio in General on 17/04/2007
I was trying to install windows 2003 on my portable after I uninstalled vista from it. When I ran setup it didn’t find any harddisks. Not kowing that this portable has got a SATA Hd I tried dozens of tricks to get the thing going, but none were succesful. Finally a couple of hours later I read on a forum that the little bastard has got a bios setting called SATA Native Mode and that I should set that to disabled. When I did this everyhting was fine and I could install my other OS.
Giveaway of the day
Posted by suddenelfilio in General on 17/04/2007
On this site they give away a software that normally isn’t free. In general it are not that interesting titles, but now and then it’s something nice to have.
Anyways I’ve placed their “banner” on my blog you can find it when you scroll down underneath the link(s) section.
And these people represent you…
Posted by suddenelfilio in General on 16/04/2007
Last friday we had an unannounced strike at our national airport. Many reactions came to this strike but 1 in particular was rather shortminded and just plain stupid. I believe it was the Society of Flemisch Traveling Agencies (VVR) that said the following: “In the US the strikers would have been fired, in Russia they would disappear in working camps and in China they would be quietly executed.” Come on What kind of message are you sending when you make statements as these in the press??? I really was perplexed!
Old posts imported
Posted by suddenelfilio in Blog, General on 13/04/2007
I’ve been able to import my posts from the old blog. However I’ve lost all the comments and tags on them. I also have to edit those that are layed out incorrect and assign the proper categories to them.
Anyways they are here
New blog and yes I am a traitor to my religion
Posted by suddenelfilio in Blog, General on 12/04/2007
Altough I’m a strong believer of the .Net evangely I have switched blogging engines from community server (100% .net) to WordPress (PHP & MySql). It’s because I feel limited by the community server features and it still does not achieve the same level usability as WordPress does. So here we are. I’m going to look for a way to import my posts from CS to WP, but that might take a while because I’m still investigating this.
Who broke the build?
Posted by suddenelfilio in General on 06/04/2007
Here at work we have a new custom everytime you brake a build you have to wear “The Hat”.
Some examples:
He broke the build:
He broke the build also:
He broke the build also:
