Click here to Skip to main content
15,888,802 members
Home / Discussions / C#
   

C#

 
Generalxml to listbox? its gettin more tricky Pin
jphuphilly30-Jul-03 10:39
jphuphilly30-Jul-03 10:39 
GeneralRe: xml to listbox? its gettin more tricky Pin
Not Active30-Jul-03 14:40
mentorNot Active30-Jul-03 14:40 
GeneralRe: xml to listbox? its gettin more tricky Pin
jphuphilly31-Jul-03 2:16
jphuphilly31-Jul-03 2:16 
GeneralRe: xml to listbox? its gettin more tricky Pin
Ista30-Jul-03 14:41
Ista30-Jul-03 14:41 
GeneralRe: xml to listbox? its gettin more tricky Pin
EziDotNet1-Aug-03 23:19
EziDotNet1-Aug-03 23:19 
GeneralSaving the State of Windows Form Controls Pin
Tim130-Jul-03 8:44
Tim130-Jul-03 8:44 
GeneralRe: Saving the State of Windows Form Controls Pin
Csharp™30-Jul-03 9:45
Csharp™30-Jul-03 9:45 
GeneralRe: Saving the State of Windows Form Controls Pin
Tim130-Jul-03 9:57
Tim130-Jul-03 9:57 
Thanks C Sharp
. . . it would normally work too.

In fact, I was using
foreach (Control cname in this.Controls )
{
this.textBox2.Text += cname.Name;
}


But it turns out that the "Name" property is not supported by the .NET Compact Framework.

Good grief!

I'll never be able to scan through my controls and treat a particular control.
Anyone know why?

Do I need to subclass them to add the Name property?
If so, how would I do this?
(sorry, a definate newbie here)

GeneralRe: Saving the State of Windows Form Controls Pin
Ista30-Jul-03 14:42
Ista30-Jul-03 14:42 
GeneralRe: Saving the State of Windows Form Controls Pin
Tim130-Jul-03 16:38
Tim130-Jul-03 16:38 
GeneralRe: Saving the State of Windows Form Controls Pin
Ista30-Jul-03 18:21
Ista30-Jul-03 18:21 
GeneralSpecified cast is not valid Pin
Nidi30-Jul-03 8:16
Nidi30-Jul-03 8:16 
GeneralRe: Specified cast is not valid Pin
Ista30-Jul-03 10:49
Ista30-Jul-03 10:49 
GeneralRe: Specified cast is not valid Pin
James T. Johnson30-Jul-03 17:09
James T. Johnson30-Jul-03 17:09 
GeneralRe: Specified cast is not valid Pin
James T. Johnson30-Jul-03 17:22
James T. Johnson30-Jul-03 17:22 
GeneralBind a window to the side of the screen Pin
heelios30-Jul-03 6:15
heelios30-Jul-03 6:15 
GeneralRe: Bind a window to the side of the screen Pin
Kastro30-Jul-03 7:57
Kastro30-Jul-03 7:57 
GeneralNeed help using IndexOf() Pin
Rbledwards30-Jul-03 6:02
Rbledwards30-Jul-03 6:02 
GeneralRe: Need help using IndexOf() Pin
leppie30-Jul-03 7:22
leppie30-Jul-03 7:22 
GeneralRe: Need help using IndexOf() Pin
Rbledwards30-Jul-03 7:50
Rbledwards30-Jul-03 7:50 
GeneralRe: Need help using IndexOf() Pin
Ista30-Jul-03 10:55
Ista30-Jul-03 10:55 
GeneralRe: Need help using IndexOf() Pin
Rbledwards30-Jul-03 14:14
Rbledwards30-Jul-03 14:14 
GeneralRe: Need help using IndexOf() Pin
Julian Bucknall [MSFT]30-Jul-03 14:16
Julian Bucknall [MSFT]30-Jul-03 14:16 
GeneralRe: Need help using IndexOf() Pin
Ista30-Jul-03 14:38
Ista30-Jul-03 14:38 
GeneralRe: Need help using IndexOf() Pin
Julian Bucknall [MSFT]1-Aug-03 13:54
Julian Bucknall [MSFT]1-Aug-03 13:54 

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.