blah blah blah is here! blah blah » Close

1
votes
1 answers

Newbie C# Question about float/int/text type formatting

Hey everybody, I'm a total C# newb with a light (first year CS) background in Python. I wrote a console program in Python for doing marathon pace running calculations and I'm trying to figure out the syntax for this in C# using Visual ...

0
votes
1 answers

Interface type

Can't seem to get this to work. Any suggestions? [code] internal MethodController(string progID, object iInterface) { // Get Type Information objType = Type.GetTypeFromProgID(progID); ...

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

Feedback