/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





Introduction In this earlier blog , I showed how to create a simple transition effect of moving an Image into view from left to right.   This time I’m going to tweak that example by adding some additional Images and daisy chaining animations.   Adding a Second (Visible) Image The first change I’m going to make is to place a second Image in the StackPanel.  This Image will be overlaid by the Egg Timer image when it animates.  Here is the markup ... [ read more ]
There’s a new function in VB 10 called CTypeDynamic . ( note it is a function not a keyword so the Microsoft.VisualBasic namespace needs to be imported ) The CTypeDynamic function looks for dynamic information and performs the cast/conversion appropriately. This is different from the CType operator which looks for static information at compile time or relies on the types being IConvertible etc.  For example, consider the following simple class with a custom narrowing operator to Str ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC