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