RambleJam

My little rambles in cyberspace …

Entries Comments


Month: June, 2008

Visual Studio StartUp Projects

29 June, 2008 (23:39) | .NET / C# | No comments

I’ve spent a large portion of today trying to figure out why my project wasn’t able to create an MSI for me … I found this, no luck … still running this worked!
regsvr32 “ole32.dll”

New to LINQ?

28 June, 2008 (16:10) | .NET / C# | No comments

Just found this really useful collection of byte sized tidbits to improve the performance of your usage of the data context.  Takes less that 5 mins to read some of these things and they will definitely improve your knowledge and use of LINQ to SQL.  Read it here.

Hmm … Triangles in the Sky?

26 June, 2008 (23:59) | Jam-Files | No comments

http://www.disclose.tv/action/viewvideo/4897/

LINQ SQL Compact - DatabaseExists()

26 June, 2008 (22:09) | .NET / C# | 2 comments

If like me you are trying to use this really handy method and are having problems, it’s not your code … There is a bug with this method if you are using the, also very handy, |DataDirectory| macro in your application settings. Basically, using this macro (with SQL Compact 3.5) in your connection string, [...]

Spore Creature Creator

25 June, 2008 (20:50) | General Jamblings | No comments

OMG, its only been a matter of years I’ve been waiting for this, but finally the first real taste of Spore is out now!  You can grab a trial version of the Spore Creature Creator application using this link:
http://www.spore.com/trial

Jam Goes LCD!

21 June, 2008 (14:40) | General Jamblings | No comments

Well, I was just sat here happily working away on some code and BANG! My trusty old Cornerstone P1750 went up in smoke! Great, I thought, finally a chance to get a decent sized LCD jobbie! After looking around for a while I decided to pop off to the local store to [...]

WPF Single Instance Application

21 June, 2008 (00:56) | .NET / C#, WPF / XAML | 10 comments

UPDATED
After a lot of poking around on this subject I found a rather neat way of enforcing an application to behave in a single instance manner. I’ve only just started looking at this issue so I can’t vouch for its security at the moment but in light of a few examples I found this [...]

Download FireFox 3 Today!!

17 June, 2008 (12:14) | General Jamblings | No comments

Mozilla are trying to go for a World Record with the number of downloads of Firefox 3 today!  Pledge to download and help them out!!  Download FIreFox 3

Empty if(){} …

8 June, 2008 (01:03) | .NET / C# | No comments

I spent far too long today thinking about ways to code what at first appears to be a simple C# statement regarding file recursion. I’m building a new class based on code that has been tried and tested, the only difference was that in some scenarios I wish to ignore the root C:\ drive. [...]

Using MediaElement

7 June, 2008 (19:03) | General Jamblings | No comments

I’ve just put together a really dirty and VERY simple app that uses the MediaElement class in .NET 3.5 as an example for someone on CodeProject so I thought I’d post it here as it’s lying around on my web server.
Here is the class:

public partial class Window1 : Window
{
ObservableCollection _filestoplay = new ObservableCollection();

public Window1()
{
this.InitializeComponent();
this.lstFilesToPlay.SelectionChanged += [...]

« Older entries