Sergey Zwezdin


Microsoft Regional Director

Microsoft MVP

Browse by Tags

All Tags » XAML (RSS)
Windows 7 programming: Taskbar. Part 1 - Progress Bar.
New OS Windows 7 contains a considerable quantity of innovations and improvements. These improvements concern safety, productivity, reliability etc. Also, the big attention is given to the user interface. In several posts we will talk about the innovations...
VisualStateManager - how we can define user interface in WPF and Sliverlight
It is known, that technologies WPF and Silverlight allow to change appearance of the application essentially. However, as it is found out, it is far not all know as it it is possible to do conveniently. For definition of appearance of controls we usually...
3D-capabilities in Silverlight 3
As is known, in WPF there are great possibilities to work with 3D. Silverlight concedes WPF because it is cross-platform technology. However, in Silverlight 3 a support of 3D has appeared. Let's consider this subject. Actually, if to look more detailed...
Use of hyperlinks inside text at Silverlight 3
Insert of a hyperlink in the text - absolutely usual task for web-applications. Frequently we do it when makes HTML documents. Unfortunately, default controls in Silverlight do not allow to insert a hyperlink in the text. Let's consider an example of...
Tooltip in Silverlight 3 – part 2
Recently we have talked about how it is possible to redefine appearance of the tool tip in Silverlight applications. The tool tip has taken more interesting form after that. However, the effect of show and remains sad :) Let's try change a way of show...
Tooltip in Silverlight 3 – part 1
Frequently in our appendices we need to create tool tips. Class ToolTip exists in Silverlight for these purposes. We can create such tool tips more easily by using this class. <Button Content= "Click me!" Width= "100" Height= "100"...
More Posts