Top "Binding" questions

This tag means different things in different contexts; consider using less ambiguous tags instead or in addition.

Bind to a value defined in the Settings

In WPF, Can I use binding with values defined in Settings? If this is possible, please provide a sample.

wpf binding appsettings
python bindings, how does it work?

I am exploring python. I curious about python bindings. Could anybody explain, how it is possible that you can have …

python c binding
C# WPF IsEnabled using multiple bindings?

I have a WPF xaml file describing a section of a GUI and I'd like the enabling/disabling of a …

c# wpf binding combobox isenabled
Setting the Hostname in IIS Bindings Breaks Website

I just got a Windows Server 2008 VPS and I'm having trouble getting IIS7 setup. I created a new website in …

iis binding hostname
Binding String Property in Code-Behind TextBlock

i am trying to binding a very simple property to a TextBlock, but I have to do all in code-behind (…

wpf binding code-behind
onServiceConnected never called after bindService method

I have a particular situation: a service started by a broadcast receiver starts an activity. I want to make it …

android binding service speech-recognition
How can you clone a WPF object?

Anybody have a good example how to deep clone a WPF object, preserving databindings? The marked answer is the first …

c# wpf binding clone
What are the defaults for Binding.Mode=Default for WPF controls?

In WPF Binding.Mode, when selecting Default, it depends in the property being binded. I am looking for some list …

.net wpf binding dependency-properties binding-mode
WPF Radiobutton (two) (binding to boolean value)

I have a property of type boolean presented with checkbox. I want to change that to two radiobuttons that bind …

wpf binding radio-button boolean
Android how do I wait until a service is actually connected?

I have an Activity calling a Service defined in IDownloaderService.aidl: public class Downloader extends Activity { IDownloaderService downloader = null; // ... In …

android binding service serviceconnection