Click here to Skip to main content
15,890,512 members

Articles by yozi (Article: 1, Tip/Tricks: 2)

Article: 1, Tip/Tricks: 2

RSS Feed

Average article rating: 4.00

Programming Languages
Visual Basic
18 Nov 2009   Updated: 18 Nov 2009   Rating: 4.00/5    Votes: 2   Popularity: 1.20
Licence: MIT    Views: 17,571     Bookmarked: 7   Downloaded: 161
Please Sign up or sign in to vote.
Communicating with Silverlight applications locally.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 3.50

Javascript
22 Nov 2009   Updated: 22 Nov 2009   Rating: 3.00/5    Votes: 2   Popularity: 0.90
Licence: CPOL    Views: 8,710     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
function GetSBSize(){ var i = document.createElement('p'); i.style.width = '100%'; i.style.height = '200px'; var o = document.createElement('div'); o.style.position = 'absolute'; o.style.top = '0px'; o.style.l
Visual Basic
23 Dec 2009   Updated: 15 Feb 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,360     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Sometimes you need to change objects type to another type.Convert.ChangeType does this job for you. But when you use Nullable(Of T), this function throws an exception.You can use the following function to change type(including Nullable types) safely... Private Function CType2(ByVal...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior) Adasoft
Turkey Turkey
I'm a software developer at Adasoft.
My specialists is on Web and Silverlight.

Especially i like wroting javascript codes(It is much harder,but gets more satisfaction Smile | :) )

You can reach my tips at my homepage(Turkish only)