Click here to Skip to main content
15,881,715 members
Home / Discussions / C#
   

C#

 
GeneralRe: WebPage in C# Windows application Pin
Corinna John5-Sep-03 1:01
Corinna John5-Sep-03 1:01 
GeneralRe: WebPage in C# Windows application Pin
yyf5-Sep-03 10:08
yyf5-Sep-03 10:08 
GeneralRe: WebPage in C# Windows application Pin
Ista8-Sep-03 3:58
Ista8-Sep-03 3:58 
GeneralRe: WebPage in C# Windows application Pin
yyf5-Sep-03 10:11
yyf5-Sep-03 10:11 
Generalsoapsuds changes variablenames Pin
MeisterBiber4-Sep-03 8:51
MeisterBiber4-Sep-03 8:51 
Generaland looses some constructor-definitions !!! Pin
MeisterBiber4-Sep-03 8:56
MeisterBiber4-Sep-03 8:56 
GeneralLargeIcon view problems Pin
Matt Newman4-Sep-03 8:18
Matt Newman4-Sep-03 8:18 
GeneralBindable Custom Control Pin
..Hubert..4-Sep-03 7:00
..Hubert..4-Sep-03 7:00 
Hi!
What should I do to create working bindable property in my custom control? I took System.Windows.Forms.Label, inherited into nLabel (numeric label) and added following code:
[Bindable(true)]<br />
		public int val <br />
		{<br />
			get { return _val;}<br />
			set { _val=value; this.Text=_val.ToString(); }<br />
		}<br />

next I've bound this control and some other control to one datasource. I tried to change value, but value is locked by my control.
What is wrong?
h.
GeneralRe: Bindable Custom Control Pin
Ista4-Sep-03 13:50
Ista4-Sep-03 13:50 
GeneralRe: Bindable Custom Control Pin
..Hubert..5-Sep-03 0:45
..Hubert..5-Sep-03 0:45 
GeneralRe: Bindable Custom Control Pin
Ista5-Sep-03 3:51
Ista5-Sep-03 3:51 
GeneralRe: Bindable Custom Control Pin
..Hubert..5-Sep-03 5:25
..Hubert..5-Sep-03 5:25 
GeneralRe: Bindable Custom Control Pin
Ista5-Sep-03 5:53
Ista5-Sep-03 5:53 
GeneralRe: Bindable Custom Control Pin
..Hubert..8-Sep-03 1:52
..Hubert..8-Sep-03 1:52 
GeneralRe: Bindable Custom Control Pin
Ista8-Sep-03 3:51
Ista8-Sep-03 3:51 
GeneralMultiple rows selected in Datagrid Pin
Anonymous4-Sep-03 6:20
Anonymous4-Sep-03 6:20 
GeneralRe: Multiple rows selected in Datagrid Pin
Mazdak4-Sep-03 7:29
Mazdak4-Sep-03 7:29 
GeneralRe: Multiple rows selected in Datagrid Pin
Anonymous4-Sep-03 7:36
Anonymous4-Sep-03 7:36 
GeneralRe: Multiple rows selected in Datagrid Pin
Ista4-Sep-03 13:53
Ista4-Sep-03 13:53 
GeneralRe: Multiple rows selected in Datagrid Pin
Ista4-Sep-03 13:53
Ista4-Sep-03 13:53 
GeneralCreateInstance exception Pin
Hans Ruck4-Sep-03 5:18
Hans Ruck4-Sep-03 5:18 
Generaldatabind to datatable.rows.count Pin
troels_sorensen4-Sep-03 3:38
troels_sorensen4-Sep-03 3:38 
GeneralRe: databind to datatable.rows.count Pin
Ista4-Sep-03 13:54
Ista4-Sep-03 13:54 
GeneralRe: databind to datatable.rows.count Pin
troels_sorensen7-Sep-03 6:35
troels_sorensen7-Sep-03 6:35 
GeneralProblems Run WinZip via a SOAP Service in C# Pin
S S Basra3-Sep-03 23:30
S S Basra3-Sep-03 23:30 

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.