Monthly Archives: June 2009


Calling JavaScript in a WebBrowser control from C# 29

Embedding a WebBrowser control in a C# application is very easy to do.  Simply drag and drop one in the Form editor.  So what can you do with it besides writing your own web browser? I wanted to load my own HTML page and call JavaScript functions within it and […]


Geotagger pre-Alpha

Geotagger pre-Alpha is released. http://notions.okuda.ca/geotagger/ I’ve been working on this little tool for geotagging photographs on my long commute. It is an open source C# application that uses Google Maps to geotag JPEG files from GPX GPS data. It was built partly as an exercise in using C#, but mostly […]