blah blah blah is here! blah blah » Close

1
votes
1 answers

WPF Property Binding And/Or and Non Bool Types

eeboy
499

Is it possible to bind to a property using logical operators? Take for instance my earlier question of binding to the IsEnabled property of a button. I was using... [code] <Button Name="btnUpdate" Content="Update" ...

0
votes
1 answers

Finding the logical Drive using Python

HI all, In the Python script i'm developing I need to get the names of the Drives(C:,D:,.. etc) in the OS. The script should run on 32 as well as 64 bit OS. Thanks in advance :-)

Feedback