Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

case

Treaded Skateboard Turns Any Mountain Into Your Halfpipe [Skateboards]
Saturday, 04 February 2012 15:00
The hard plastic wheels used on skateboards usually means they're relegated to only gleaming the cube on smoother surfaces like sidewalks. That's not the case with Rockboard's Descender, which adds tank-like treads for all-terrain ollies and kickflips. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/KjCp1y-7M3A/treaded-skateboard-turns-any-mountain-into-your-halfpipe

 
Self-Healing iPhone Cases Could Save Your Clumsy Ass [Phones]
Monday, 16 January 2012 10:40
If you're a clumsy, phone-dropping fool, you either have a very scratched phone or a very scratched phone case. But this scratch-proof case from Nissan (yes, that Nissan) saves the klutzes of this world from their fumbling. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/eNn5xvnnsGU/self+healing-iphone-cases-could-save-your-clumsy-ass

 
This Is One Ridiculously Over-The-Top iPhone Camera Case [Photography]
Saturday, 31 December 2011 15:00
If you've come to rely on your iPhone 4 as your daily shooter, but miss the form factor of a real camera, Gizmon's over-engineered iCA case will convincingly disguise your phone as a retro snapper. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/eW2o0gLLg5M/this-is-one-ridiculously-over+the+top-iphone-camera-case

 
An iPhone Case That Poops Flash Drives [IPhone]
Saturday, 24 December 2011 17:00
The second addition to ego&company's Hybrid Series line of iPhone cases is the aptly named USB. Because besides providing a protective plastic outer shell, the case also stores a thin flash drive in its—umm—posterior. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/TKeuAQ104LU/an-iphone-case-that-poops-flash-drives

 
Select Case structure in vb.net
Thursday, 22 December 2011 23:58
Select Case control structure is slightly different from the If....ElseIf control structure . The difference is that the Select Case control structure basically only make decision on one expression or dimension (for example the examination grade) while the If ...ElseIf statement control structure may evaluate only one expression, each If....ElseIf statement may also compute entirely different dimensions. Select Case is preferred when there exist many different conditions because using If...Then..ElseIf statements might become too messy.

The format of the Select Case control structure is show below:


Select Case expression
Case value1
Block of one or more VB statements
Case value2
Block of one or more VB Statements
Case value3
.
Case Else
Block of one or more VB Statements
End Select

Example 1

Select Case grade

Case "A"
result.Caption="High Distinction"

Case "A-"
result.Caption="Distinction"

Case "B"
result.Caption="Credit"

Case "C"
result.Caption="Pass"

Case Else
result.Caption="Fail"

End Select


Example 2

Select Case mark
Case Is >= 85
comment.Caption = "Excellence"
Case Is >= 70
comment.Caption = "Good"
Case Is >= 60
comment.Caption = "Above Average"
Case Is >= 50
comment.Caption = "Average"
Case Else
comment.Caption = "Need to work harder"
End Select


Example 3

Select Case mark
Case 0 to 49
comment.Caption = "Need to work harder"
Case 50 to 59
comment.Caption = "Average"
Case 60 to 69
comment.Caption = "Above Average"
Case 70 to 84
comment.Caption = "Good"
Case Else
comment.Caption = "Excellence"
End Select

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/b4MTL0KskeA/14297

 
Start
Prev
1


Page 1 of 2
Taxonomy by Zaragoza Online