Friday, November 12, 2004 - Posts

Trillian Public Alpha

The trillian team has started alpha testing the new trillian.
I have been invited for this it is pritty kewl only problem i found until now is I WANT MY OLD SKIN :D:D
Anyway i still need to get a new pro version of trillian but i'm not sure if i will do it there are no reall new things exept the history that i need.

Anyway there are allready download with cracks all around the net so if you want to test it your self it is allready possible but i think that you can better buy it.

I went to Technet

Last wensday i went to my first technet confirence :D with my Mentor ;)
It was very nice lurned alot about the new .NET and SQL :D:D
My favorite presentation was about Smart Clients.
On the link below you can download the presentations:
http://www.microsoft.com/netherlands/evenementen/technetmsdn/presentaties.aspx

Thanks Peter hope we can do this again :D

Happy netting

Arraylist to String[]

Hi all,

Just had the problem of that i needed to make a arraylist to a string array this is the way i did it:

string[] test = frames.ToArray(Type.GetType("System.String")) as string[];

In this case frames is the arraylist;