Try the samples for yourself and see how quick and easy it is to
do complex stuff in RadVC. Think how many lines of code you had to write to do all these
if you didn't have RadVC. Life is good, huh?
We will be constantly updating this page with new and
exciting samples. So please come back often and check out new stuff.
If you have any cool samples developed with RadVC that
you want to share with others, please send that to us. Check the Feedback
section.
Sample #1
Globe
- An animation app
Just drop some of your favorite animation
sprites on a form. Drop a timer control to set the speed and you are done. Only a few line
of code does it all.
Save your mouse position as
"Current" coordinates on MouseDown event and make a single call of
"Line" method on "MouseMove" event. That's all you need to do to
create this colorful app.
Keywords:
Graphical methods, CurrentX and CurrentY,
mouse events
Shows how you can make use of Microsoft's
"Common Dialog" control to open or save files, change colors and fonts of your
forms / controls and also to print documents.
Shows how to make forms with the shape of
your choice. Using this concept, you can make cool UI for consumer devices such as a DVD
player control panel etc.