Re: VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- From: "J.S." <jss@xxxxxxxxxx>
- Date: Tue, 23 Aug 2005 11:27:49 -0700
"Jon Skeet [C# MVP]" <skeet@xxxxxxxxx> wrote in message
news:MPG.1d756498ab917a3398c5e9@xxxxxxxxxxxxxxxxxxxxxxx
> Form1 is the name of a class, not an instance. When you say:
>
> foreach (object o in Form1.Controls)
>
> which *instance* of Form1 are you talking about? Solve that and I think
> you'll find the answer...
I have only one Form1 in my application but you are probably referring to
something else.
J.S.
.
- Follow-Ups:
- Re: VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- From: Jon Skeet [C# MVP]
- Re: VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- References:
- VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- From: J.S.
- Re: VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- From: Brendan Green
- Re: VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- From: J.S.
- Re: VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- From: Jon Skeet [C# MVP]
- VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- Prev by Date: RE: How do I include a file
- Next by Date: How to hide application in task manager?
- Previous by thread: Re: VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- Next by thread: Re: VC# 2005 Express Windows Forms: Replacing parameters in a text file with values from textboxes
- Index(es):
Relevant Pages
|