Robert May
3 posts.
- PackBits in C#If you do a search for PackBits and C#, you don’t find much. I found an Objective C implementation, a C implementation, the Apple Guidelines from 1996, etc. but no solid examples in C#. For my impl…
- ClickOnce, Mage and Visual Studio 2008 (includes fix)A few days ago I wrote about issues I was having with Mage and click once. Basically, I was always getting the following when I'd try to install the click once application:
- Http Post in C#Searched out on the internet and didn't really find anything that was horribly succinct, so I wrote this class for fun. I had help from http://www.codeproject.com/cs/webservices/translation.asp. I …
