Click here to Skip to main content
15,884,425 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionC# Windows Form Application with WCF on Windows XP Pin
xavier999914-Jul-10 16:06
xavier999914-Jul-10 16:06 
AnswerRe: C# Windows Form Application with WCF on Windows XP Pin
Eddy Vluggen16-Jul-10 0:36
professionalEddy Vluggen16-Jul-10 0:36 
AnswerRe: C# Windows Form Application with WCF on Windows XP Pin
Abhinav S20-Jul-10 18:33
Abhinav S20-Jul-10 18:33 
AnswerRe: C# Windows Form Application with WCF on Windows XP Pin
spn21-Jul-10 18:59
spn21-Jul-10 18:59 
QuestionSave DataGridView To Database Pin
.NetDeveloper0910-Jul-10 21:31
.NetDeveloper0910-Jul-10 21:31 
AnswerRe: Save DataGridView To Database Pin
TimmL11-Jul-10 8:58
TimmL11-Jul-10 8:58 
AnswerRe: Save DataGridView To Database Pin
Peace ON11-Jul-10 19:53
Peace ON11-Jul-10 19:53 
QuestionControl Binding of a bool isn't updating Pin
TimmL9-Jul-10 2:56
TimmL9-Jul-10 2:56 
hi,

I want to bind a bool property of my class to the "Enabled" property of a control, but when I change my bool property, the enabled state of my control isn't changing, here an example
<br />
// bool Property<br />
private bool boolValue = false;<br />
public bool BoolValue<br />
{<br />
    get { return boolValue; }<br />
    set { boolValue = value; }<br />
}<br />
<br />
// binding<br />
button1.DataBindings.Add("Enabled", this, "BoolValue", false, DataSourceUpdateMode.OnPropertyChanged);<br />
<br />
// later in code<br />
BoolValue = true;<br />
// enabled state of my control isn't changing<br />


How can I solve this problem?

Regards,
timm
AnswerRe: Control Binding of a bool isn't updating Pin
Richard Blythe9-Jul-10 6:00
Richard Blythe9-Jul-10 6:00 
AnswerRe: Control Binding of a bool isn't updating Pin
darkelv9-Jul-10 7:43
darkelv9-Jul-10 7:43 
QuestionDataset and Crystal Reports Pin
.NetDeveloper093-Jul-10 23:05
.NetDeveloper093-Jul-10 23:05 
AnswerRe: Dataset and Crystal Reports Pin
darkelv10-Jul-10 18:50
darkelv10-Jul-10 18:50 
GeneralRe: Dataset and Crystal Reports Pin
.NetDeveloper0910-Jul-10 21:27
.NetDeveloper0910-Jul-10 21:27 
AnswerRe: Legal Billing Software Pin
Eddy Vluggen4-Jul-10 1:45
professionalEddy Vluggen4-Jul-10 1:45 
AnswerRe: Legal Billing Software Pin
Peace ON5-Jul-10 19:26
Peace ON5-Jul-10 19:26 
AnswerRe: Legal Billing Software Pin
Abhinav S5-Jul-10 20:32
Abhinav S5-Jul-10 20:32 
QuestionHiding a Button in a DataGridView Pin
john_paul30-Jun-10 8:16
john_paul30-Jun-10 8:16 
AnswerRe: Hiding a Button in a DataGridView Pin
Peace ON30-Jun-10 22:19
Peace ON30-Jun-10 22:19 
AnswerRe: Hiding a Button in a DataGridView Pin
freakyit30-Jun-10 22:20
freakyit30-Jun-10 22:20 
QuestionT9 predictive text in Windows Forms Pin
G-Tek29-Jun-10 6:24
G-Tek29-Jun-10 6:24 
AnswerRe: T9 predictive text in Windows Forms Pin
Peace ON29-Jun-10 21:02
Peace ON29-Jun-10 21:02 
GeneralRe: T9 predictive text in Windows Forms Pin
G-Tek30-Jun-10 0:57
G-Tek30-Jun-10 0:57 
GeneralRe: T9 predictive text in Windows Forms Pin
darkelv30-Jun-10 2:30
darkelv30-Jun-10 2:30 
AnswerRe: T9 predictive text in Windows Forms Pin
Eddy Vluggen4-Jul-10 1:44
professionalEddy Vluggen4-Jul-10 1:44 
QuestionSetting the size of the Windows Media Player DRM license window Pin
tjeffries23-Jun-10 16:19
tjeffries23-Jun-10 16:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.