ClickOnce technology is very smart and useful when you want simple, small and smart piece of software for deploying your Windows Forms or WFP application. This is specially useful if you deliver application which doesn't require administrator rights during installation. ClickOnce is very powerful...
In Windows every file has default icon, and it is shown in Windows Explorer while browsing files on disk. If you want to grab this icon in WPF application there are several ways. One of the solution is by using ExtractAssociatedIcon from Icon class located in System.Drawing namespace. The following code...
In WFP applications drag and drop functionality is provided by subscribing several events. First of all you need LeftMouseButtonClick and MouseMove events in order to start Drag and Drop. This is accomplished by the following code: private void Window_MouseLeftButtonDown(object sender, MouseButtonEventArgs...
I have just blogged about how to print visuals from non selected Tab page. In face the demo show how to make image of all tab pages as separate image file. Read blog post here .
On many blogs I have seen that people are talking about all new technologies and which of them are the right one to invest the Time in. This is a list of the things that I definitely want to learn or to extend my knowledge in this year: 1. WCF (Windows Communication Foundation): As we all know, WCF integrates...
When working with Windows Presentation Foundation (WPF) you quickly run into limitations of current tool support and also encounter unexpected limitations. This may or not change with the release of "Orcas", however, at the time of the initial post, Orcas is not available. This post will be...
I was on CeBIT yesterday and I have learned much " /> One of this I want to describe here. At the moment XAML programming is not so easy - Microsoft has released 3 products which are not yet integrated in Visual Studio 2005. Graphic, Interactive and Web Designer for further information or download have...