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





Transforms are used to shift or alter the way an element is drawn.  These transforms include SkewTransform, ScaleTransform and TranslateTransform.  These transforms include SkewTransform, ScaleTransform and TranslateTransform. The first transform I am going to look at is RotateTransform. RotateTransform RotateTransform is used for the process of rotating an element to a certain angle around a central point. For this example I am starting with a button placed in the cent ... [ read more ]
Here is a simple tutorial on how to read, compile, and run code that is written in a text file. In this example, we will be reading properly formatted VB.NET code from a text file which will change the text of a TextBox in a Windows Forms application to "Hello vbCity!!" when a button is pressed. frmMain   Here is the code contained in the text file (Code.txt) . This file located in the project's bin directory (ensure you set it to "c ... [ 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