Click here to Skip to main content
15,885,366 members

Articles by Michael B. Hansen (Articles: 2, Tip/Tricks: 2)

Articles: 2, Tip/Tricks: 2

RSS Feed

Average article rating: 4.23

Programming Languages
C#
8 May 2007   Updated: 22 May 2007   Rating: 4.82/5    Votes: 20   Popularity: 5.93
Licence: CPOL    Views: 90,473     Bookmarked: 51   Downloaded: 2,487
Please Sign up or sign in to vote.
A fast combobox that correctly displays all the logical drives with the appropriate icons, volume names, and drive letters.
Web Development
ASP.NET
5 Mar 2007   Updated: 19 Dec 2007   Rating: 3.63/5    Votes: 7   Popularity: 3.07
Licence: CPOL    Views: 66,223     Bookmarked: 18   Downloaded: 844
Please Sign up or sign in to vote.
Bypass firewall content restrictions by wrapping SOAP messages as ordinary HTTP POST with just one line of code.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 5.00

General Programming
Internet
17 Aug 2011   Updated: 17 Aug 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 12,480     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
If I remember correctly, then I had some issues with the above method some years ago. It would not always work on some systems.I personally use the following method to get the EXE path to the system's default browser:public static string GetDefaultBrowser(){ string browser =...
Programming Languages
C#
17 Feb 2011   Updated: 17 Feb 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,420     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Couldn't resist: The following is a rewrite of Alternative 9, ToggleCaseHA()This is an unmanaged version which does direct manipulation of the input stringunsafe static string ToggleCaseUnmanaged(string str){ fixed(char* p = str) { for(int i=str.Length-1;i!=-1;--i)...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Founder CWAIN
Denmark Denmark
I have a MCPD .NET 3.5 EAD and a Bsc in computer science, organizational theory and economics.
After more than 24 years working as professional system engineer, I founded the independent consultant agency CWAIN.