Click here to Skip to main content
15,909,051 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Ajax Pin
George L. Jackson17-Oct-06 12:46
George L. Jackson17-Oct-06 12:46 
QuestionFalsh Files Pin
Tauseef A16-Oct-06 10:36
Tauseef A16-Oct-06 10:36 
AnswerRe: Falsh Files Pin
Dave Sexton18-Oct-06 3:00
Dave Sexton18-Oct-06 3:00 
QuestionRe: Falsh Files Pin
Tauseef A18-Oct-06 5:24
Tauseef A18-Oct-06 5:24 
AnswerRe: Falsh Files Pin
Dave Kreskowiak18-Oct-06 8:37
mveDave Kreskowiak18-Oct-06 8:37 
QuestionRe: Falsh Files Pin
Tauseef A19-Oct-06 23:41
Tauseef A19-Oct-06 23:41 
AnswerRe: Falsh Files Pin
Dave Kreskowiak20-Oct-06 8:37
mveDave Kreskowiak20-Oct-06 8:37 
Question[Form designer] does not save my ultra-simple property / Source inside Pin
nanobyte16-Oct-06 4:49
nanobyte16-Oct-06 4:49 
I simply cannot get the form designer to save my property value in the .designer.cs file:

<br />
<br />
public partial class MyClass: UserControl<br />
{<br />
[Browsable(true)]<br />
		[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]<br />
		public string Text<br />
		{<br />
			get<br />
			{<br />
				return _text;<br />
			}<br />
			set<br />
			{<br />
				_text = value;<br />
				Invalidate();<br />
			}<br />
		}<br />
}<br />


Nothing is saved. Any ideas? VS 2005, .NET 2.0
AnswerRe: [Form designer] does not save my ultra-simple property / Source inside Pin
nanobyte16-Oct-06 5:34
nanobyte16-Oct-06 5:34 
GeneralRe: [Form designer] does not save my ultra-simple property / Source inside Pin
nanobyte16-Oct-06 5:40
nanobyte16-Oct-06 5:40 
Question.NET framework Pin
crazy_mads15-Oct-06 18:23
crazy_mads15-Oct-06 18:23 
AnswerRe: .NET framework Pin
Captain See Sharp15-Oct-06 19:05
Captain See Sharp15-Oct-06 19:05 
Question.NET framework Pin
crazy_mads15-Oct-06 18:13
crazy_mads15-Oct-06 18:13 
AnswerRe: .NET framework Pin
Captain See Sharp15-Oct-06 19:18
Captain See Sharp15-Oct-06 19:18 
QuestionMicroscope Input Pin
Bob X15-Oct-06 14:32
Bob X15-Oct-06 14:32 
AnswerRe: Microscope Input Pin
Dave Kreskowiak16-Oct-06 9:15
mveDave Kreskowiak16-Oct-06 9:15 
QuestionRe: Microscope Input Pin
Bob X16-Oct-06 18:07
Bob X16-Oct-06 18:07 
AnswerRe: Microscope Input Pin
Dave Kreskowiak16-Oct-06 18:22
mveDave Kreskowiak16-Oct-06 18:22 
GeneralRe: Microscope Input Pin
Bob X17-Oct-06 6:08
Bob X17-Oct-06 6:08 
GeneralRe: Microscope Input Pin
Dave Kreskowiak18-Oct-06 8:35
mveDave Kreskowiak18-Oct-06 8:35 
QuestionScreen resolution Pin
Tauseef A15-Oct-06 10:07
Tauseef A15-Oct-06 10:07 
AnswerRe: Screen resolution Pin
Luc Pattyn16-Oct-06 8:41
sitebuilderLuc Pattyn16-Oct-06 8:41 
AnswerRe: Screen resolution [modified] Pin
Dave Kreskowiak16-Oct-06 9:12
mveDave Kreskowiak16-Oct-06 9:12 
GeneralRe: Screen resolution Pin
Tauseef A16-Oct-06 10:34
Tauseef A16-Oct-06 10:34 
GeneralRe: Screen resolution Pin
Dave Kreskowiak16-Oct-06 15:33
mveDave Kreskowiak16-Oct-06 15:33 

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.