¡@

Home 

c# Programming Glossary: wpf

Transitioning from Windows Forms to WPF

http://stackoverflow.com/questions/15681352/transitioning-from-windows-forms-to-wpf

from Windows Forms to WPF For a long time now I have been stuck with Windows Forms development.. .NET and special effects with Native Code. I know that WPF is the future for now and Windows Forms is slowing becoming.. becoming a deprecated technology. I have tried to learn WPF and XAML but I get stuck right at WPF's new designer...It really..

How to create and connect custom user buttons/controls with lines using windows forms

http://stackoverflow.com/questions/15819318/how-to-create-and-connect-custom-user-buttons-controls-with-lines-using-windows

connectors that can be perfectly adapted to your needs. WPF rules. Edit Second version this time much more similar to your..

What is the correct way to create a single instance application?

http://stackoverflow.com/questions/19147/what-is-the-correct-way-to-create-a-single-instance-application

way to create a single instance application Using C# and WPF under .net rather than WindowsForms or console what is the correct..

C# Events and Thread Safety

http://stackoverflow.com/questions/786383/c-sharp-events-and-thread-safety

to be protected from abuse you could follow the example of WPF store the thread ID in your constructor and then throw an exception..

Load a WPF BitmapImage from a System.Drawing.Bitmap

http://stackoverflow.com/questions/94456/load-a-wpf-bitmapimage-from-a-system-drawing-bitmap

a WPF BitmapImage from a System.Drawing.Bitmap I have an instance.. and would like to make it available to my WPF app in the form of a System.Windows.Media.Imaging.BitmapImage..

Find all controls in WPF Window by type

http://stackoverflow.com/questions/974598/find-all-controls-in-wpf-window-by-type

all controls in WPF Window by type I'm looking for a way to find all controls on..

SelectedItem in a WPF Treeview

http://stackoverflow.com/questions/1000040/selecteditem-in-a-wpf-treeview

object e Model.SelectedCluster Cluster e.NewValue c# wpf mvvm treeview selecteditem share improve this question This..

Set focus on textbox in WPF from view model (C#) & wPF

http://stackoverflow.com/questions/1356045/set-focus-on-textbox-in-wpf-from-view-model-c-wpf

Left IsEnabled Binding Path IsEditable Please help c# wpf mvvm textbox focus share improve this question Let me answer..

WPF global exception handler

http://stackoverflow.com/questions/1472498/wpf-global-exception-handler

... Any help would be most welcome thank you. c# .net wpf exception exception handling share improve this question ..

How does one animate a line on a canvas in C#?

http://stackoverflow.com/questions/15469283/how-does-one-animate-a-line-on-a-canvas-in-c

anything simple. If I missed it somehow let me know. c# wpf animation canvas line share improve this question You will..

Transitioning from Windows Forms to WPF

http://stackoverflow.com/questions/15681352/transitioning-from-windows-forms-to-wpf

that are more suited to Windows Forms developers c# wpf windows winforms windows forms designer share improve this..

How can I programmatically generate keypress events in C#?

http://stackoverflow.com/questions/1645815/how-can-i-programmatically-generate-keypress-events-in-c

simulate a key being pressed on the keyboard c# .net wpf keyboard events share improve this question The question..

What is the correct way to create a single instance application?

http://stackoverflow.com/questions/19147/what-is-the-correct-way-to-create-a-single-instance-application

pass any command line arguments if any existed. c# .net wpf mutex share improve this question Here is a very good article..

How to get Color from Hexadecimal color code using .NET?

http://stackoverflow.com/questions/2109756/how-to-get-color-from-hexadecimal-color-code-using-net

Is there any inbuilt method in framework to do this c# wpf colors hex share improve this question I'm assuming that's..

WPF image resources

http://stackoverflow.com/questions/347614/wpf-image-resources

should load the image from an embedded resource c# .net wpf embedded resource share improve this question If you will..

Good or bad practice for Dialogs in wpf with MVVM?

http://stackoverflow.com/questions/3801681/good-or-bad-practice-for-dialogs-in-wpf-with-mvvm

or bad practice for Dialogs in wpf with MVVM I lately had the problem of creating add and edit.. had the problem of creating add and edit dialogs for my wpf app. All I want to do in my code was something like this. I.. . ContentPresenter Window A problem with dialogs in wpf is the dialogresult true . This can only be achieved in code...

How can I register a global hot key to say CTRL+SHIFT+(LETTER) using WPF and .NET 3.5?

http://stackoverflow.com/questions/48935/how-can-i-register-a-global-hot-key-to-say-ctrlshiftletter-using-wpf-and-ne

some keys Also how can I bind to the Windows key c# .net wpf windows hotkeys share improve this question I'm not sure..

WPF MVVM Newbie - how should the ViewModel close the form?

http://stackoverflow.com/questions/501886/wpf-mvvm-newbie-how-should-the-viewmodel-close-the-form

not quite the same as this one ( handling dialogs in wpf with mvvm) ... I have a Login form written using the MVVM.. name of patterns and purity is a bit ridiculous.... c# wpf mvvm share improve this question Why are you using MVVM for..

How to use WPF Background Worker

http://stackoverflow.com/questions/5483565/how-to-use-wpf-background-worker

would do this using the BackgroundWorker Thanks Eamonn c# wpf multithreading backgroundworker unresponsive share improve..

How to handle WndProc messages in WPF?

http://stackoverflow.com/questions/624367/how-to-handle-wndproc-messages-in-wpf

me an example of how to achieve the same thing in WPF c# wpf wndproc share improve this question Actually as far as I..

Load a WPF BitmapImage from a System.Drawing.Bitmap

http://stackoverflow.com/questions/94456/load-a-wpf-bitmapimage-from-a-system-drawing-bitmap

. What would be the best approach for this c# wpf bitmap share improve this question How about loading it from..

Find all controls in WPF Window by type

http://stackoverflow.com/questions/974598/find-all-controls-in-wpf-window-by-type

all controls implementing specific interface etc. c# .net wpf share improve this question This should do the trick public..

How to set a Wpf Window as the Owner of a Winforms Form

http://stackoverflow.com/questions/1095763/how-to-set-a-wpf-window-as-the-owner-of-a-winforms-form

to set a Wpf Window as the Owner of a Winforms Form How to set a System.Windows.Window..

Silverlight, Wpf Web App (xbap) or Click Once? Pros and Cons

http://stackoverflow.com/questions/251718/silverlight-wpf-web-app-xbap-or-click-once-pros-and-cons

Wpf Web App xbap or Click Once Pros and Cons We are starting a.. a new project and I'm trying to decide which of the Wpf esque develop deploy strategies we should go with. In our case.. file system etc Has less functionality compared with full Wpf anyone got a good resource that documents differences Single..

Vertical Text in Wpf TextBlock

http://stackoverflow.com/questions/349875/vertical-text-in-wpf-textblock

Text in Wpf TextBlock Is it possible to display the text in a TextBlock..

Sql, Wpf, Xaml, C#, Binding data, Dynamic resource, accessing to non-static data, Obtaining a Reference to an Object

http://stackoverflow.com/questions/4328660/sql-wpf-xaml-c-binding-data-dynamic-resource-accessing-to-non-static-data

Wpf Xaml C# Binding data Dynamic resource accessing to non static..

Prevent memory leaks in WPF

http://stackoverflow.com/questions/7737070/prevent-memory-leaks-in-wpf

What is the best workaround to prevent memory leaks in Wpf Is it the same as in Winforms using Dispose pattern At all do.. all do I have to care about event handlers gdi objects in Wpf What about the runtime created resources Brushes etc c# wpf..