Browse by Tags

All Tags » Visual C# (RSS)

.NET, Adobe Flash and Cross Domain Communication -How To AND How Not to LOL! by REA_ANDREW

  "Is SilverLight going to use Cross Domain Poilicies?"   I hope no one is thinking, "FLASH?!?! why not Silverlight!!"    If so I apologise lol, but a project I am working on, the client has clearly specified...

We should have a Shuffle function for the Array base class - like Java by REA_ANDREW

This is only my opinion of course and I am, like always, braced for someone to come along and say "There is one!" lol .  But at present I am not aware if there is one, so... I am just writing to display my attempt at one.  I think...

Delegate Chaining by REA_ANDREW

After a few questions I have taken part in, I have recently gone further into delegate chaining.  I have to say that I am, like most others things in C#, really impressed.  It kind of adds a horde of functionality to the facade design pattern...
Filed under: ,

Add object to Clipboard using C# in a couple of ways by REA_ANDREW

This is a simple example of using the ClipBoard to transport objects.  In this example I will generate a TreeNode and save it to a ClipBoard entry.  I will then retrieve this node, cast it and either add it to the root of the TreeView or add...
Filed under: ,

A version of a WinForms Rounded GroupBox with transparency by REA_ANDREW

I made something similar a while back and never did anything with it.  I started again today as usual because the interest took me lol.  So there are custom group boxes out there and I have seen a few on Code Project, but in this blog I have...
More Posts