sergun

Stories submitted by sergun

Windows 7 programming: Taskbar. Part 5 – CustomWindowsManager.(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

We continue to study possibilities of the task panel in Windows 7. For certain all of you have paid attention that if the same application to start some times, Windows 7 will automatically group them in one button on the task panel. Besides at hover on a icon of this application the task panel will show a set preview for these windows. However, we see, that the same behaviour is realised for opened tabs in Internet Explorer 8. In this case one copy IE8 (we will lower technical details) and many tabs is actually started. In this case Internet Explorer displays them in the form of several previews. In this case it is very useful, because directly from the task panel it is possible to be switched at once on necessary tab. read more...

add a comment |category: |Views: 12

tags: another

Use of hyperlinks inside text at Silverlight 3(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

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 how it is possible to bypass this restriction. read more...

add a comment |category: |Views: 48

tags: another

3D-capabilities in Silverlight 3(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

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. read more...

add a comment |category: |Views: 4

tags: another

VisualStateManager - how we can define user interface in WPF and Slive(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

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 use ControlTemplate, and dynamics we set via triggers. Undoubtedly, triggers in XAML - the most powerful tool. Nevertheless at construction of difficult interfaces the logic constructed on triggers happens not trivial and opaque, and at times sets restrictions. Alternative way of construction of the task of appearance of controls is use of object VisualStateManager. I will not go deep into details, I will tell only the most necessary. read more...

1 comment |category: |Views: 23

tags: another

Azure SDK works on Windows 7(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

As you know, in Windows 7 Beta the bug which did impossible contained to debug appendices for Azure. The bug did not allow to start Development Fabric on Windows7. All it created the big inconveniences. The main recipe was to use the virtual machine with Windows Vista / Server 2008. read more...

add a comment |category: |Views: 1

tags: another

jLinq – LINQ for JavaScript(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

Today I wish to tell about jLinq library. Its uniqueness consists that with its help we can do LINQ-inquiries in JavaScript a code. jLinq query is looking as follows. read more...

add a comment |category: |Views: 31

tags: another

Update of .NET RIA Services (preview) is available(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

Update of .NET RIA Services preview has been become available. read more...

add a comment |category: |Views: 20

tags: another

PHP driver for SQL Server now in Web Platform Installer(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

Recently there was updating WPI in which there was a driver for support SQL Server in PHP. It is easy to be convinced of it if to start an installing package. read more...

add a comment |category: |Views: 0

tags: another

Windows 7 programming: Taskbar. Part 3 – OverlayIcon(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

This time we will talk about other feature of task panel of Windows 7 - OverlayIcon. This possibility is very useful for applications which have any state from the point of view of the user. read more...

add a comment |category: |Views: 9

tags: another

Windows 7 programming: Taskbar. Part 2 - ThumbButtons(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

Recently I was telling about how we can display progress inside task panel in Windows7. This time we will continue to talk about Windows 7 possibilities for developers. Let’s look how we can use buttons in window’s preview in task panel. read more...

add a comment |category: |Views: 9

tags: another

Windows 7 programming: Taskbar. Part 1 - Progress Bar(weblogs.asp.net)

submitted by sergunsergun(105) 3 years ago

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 and program model. read more...

add a comment |category: |Views: 32

tags: another