Sunday, July 30, 2006

My First Article

Well folks, I just finished my article on Implementation of Generics Types in Visual Basic 8 (or 2005). I hope I can upload it to an important site about the VB.NET. Cross your Fingers. The article is in Spanish. If you would like to read about Generics read in MSDN Online, many spanish speakers can't get information because not every body writes to them ( They are some like me, but you note the difference) So I decided to make a difference (Of Course as IDeal).

Saturday, July 29, 2006

Snow (Hey Oh) My Remix

This the lyrics of song that is included in the Red Hot Chilli Pepper's new Album
I like it some much, because that I can't control my hands and the result is this
Transgenic and Cool lyric, oriented on the dotnet, God Bless DotNet

Come to decide that the language that I tried
Were in my life just to get visual on

When I sit alone come get a new book now
But I need more than delphi this time

Step from the class to the ide to the net
And I do believe that dotnet is on

When I make it on
Come get to play it on
All my life to override

Hey oh listen what I say oh
I got your
Hey oh now listen what I say oh, oh

When will I know that I really can't do
To the well once more time to make on

When it's taking me
When will I really see
All that I need to look msil

Come to believe that dotnet is alive
Before I get my chance to learn it

When it's saving me
What do I really need
All that I need to look msdn

Hey oh listen what I say oh
Come back and
Hey oh look at what I say oh

The more I learn the more I know
The more I like to compile it go hey oh
Wooooaaah

Deep beneath the code of another perfect component
Where it's so my as your

Privately divided by a type so instanced
And there's nowhere to go

In between the code of another perfect module
And it's so my as your

Running through the library where all my functions will
Be implemented and there's not a class to go oh!

When to create a game for a friend
All the projects that have broken down

Now you compile it up
I'm gonna debugging it up
Just to hear you bits it out

Step from the class to the interface to the type
And I do believe what we rely on

When I create it on
Come get to play it on
All my life to innovate

Hey oh listen what I say oh
I dot your
Hey oh listen what I say oh

The more I wing the less I fear
The more I write to let it go hey oh
Wooooaaah

Deep beneath the code of another perfect component
Where it's so my as your

Privately divided by a type so instanced
And there's nowhere to go

In between the code of another perfect module
And it's so my as your

Running through the library where all my void will
Be implemented and there's not a class to go oh!

I said hey, hey yeah oh yeah tell my dotnet now
Hey, hey yeah oh yeah tell my dot now

Deep beneath the code of another perfect component
Where it's so my as your

Privately divided by a type so instanced
And there's nowhere to go

Deep beneath the code of another perfect component
Where it's so my as my own

Running through the library where all my mains will
Be implemented and there's not a class to go oh!

I said hey oh yeah oh yeah tell my love now
Hey yeah yeah ooh yeah

My Dear Platonic and Galatic Love


There is the girl of my dreams, she speak many languages, she is Beatiful (with a V of Very), she is extremely Intelligent. She is also older than me, but I'm willing to fight for her love (Keep Dreaming).

I love you Natalie, I will be your new SkyWalker

CodeSnippet Editor?, God Bless DotNet

Who works with vs2005 and doesn't think of making his own SnippetEditor? (I do) Microsoft is a step ahead of us (of me?) and established a new project, which is shared by the way. We can contribute and also donwload the code, enjoy.

Guidelines for Generics

Kit George, recently posted a guideline of the things that you could and could't do with Generics, this list is for C#

Problems with Index?

Hello Folks, listen to this, I was working with a code for an ImageViewer and I got this exception, a bad exception, specially beacuse I thought my code was good (Also the compiler). I found the solution, check it out. If you put that in listview, the user can only select one item, and if you try to handle the SelectIndexChanged event you might get a surprise, that is, when you select another item, for less than a second the selectedindex array will be empty, then you can imagine what comes next when you put code.
You already know, just put something like this

if listview1.selectedindex.count <> 0 then
'do want you want
end if