Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 10:37
Sajjad Izadi1-Jul-08 10:37 
AnswerRe: accessing objects in form by index or somthing like index Pin
luisnike191-Jul-08 9:59
luisnike191-Jul-08 9:59 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 10:41
Sajjad Izadi1-Jul-08 10:41 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 10:47
User 66581-Jul-08 10:47 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 11:11
Sajjad Izadi1-Jul-08 11:11 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 11:17
User 66581-Jul-08 11:17 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 11:29
Sajjad Izadi1-Jul-08 11:29 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 11:35
User 66581-Jul-08 11:35 
Ah, I see.

Why do you actually need the pic.Name.EndsWith check?
For me it seems like you just want to store each PictureBox control into a list.
Or do you have more picture boxes that do not end with a number 1-16?

If this is the case, then I'd store the picture box number into the Tag property, so you only have to check this property if you want to add the PictureBox to the list.

regards

modified 12-Sep-18 21:01pm.

GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 11:42
Sajjad Izadi1-Jul-08 11:42 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 11:46
User 66581-Jul-08 11:46 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 11:53
Sajjad Izadi1-Jul-08 11:53 
GeneralRe: accessing objects in form by index or somthing like index [MODIFIED!] Pin
User 66581-Jul-08 12:03
User 66581-Jul-08 12:03 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 12:05
Sajjad Izadi1-Jul-08 12:05 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 12:08
User 66581-Jul-08 12:08 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 12:11
Sajjad Izadi1-Jul-08 12:11 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 12:13
User 66581-Jul-08 12:13 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 12:18
Sajjad Izadi1-Jul-08 12:18 
GeneralRe: accessing objects in form by index or somthing like index Pin
User 66581-Jul-08 12:20
User 66581-Jul-08 12:20 
GeneralRe: accessing objects in form by index or somthing like index Pin
Sajjad Izadi1-Jul-08 12:24
Sajjad Izadi1-Jul-08 12:24 
QuestionHow to use DrawString to position text Pin
shultas1-Jul-08 9:07
shultas1-Jul-08 9:07 
AnswerRe: How to use DrawString to position text Pin
Pete O'Hanlon1-Jul-08 9:48
mvePete O'Hanlon1-Jul-08 9:48 
AnswerRe: How to use DrawString to position text Pin
luisnike191-Jul-08 9:56
luisnike191-Jul-08 9:56 
QuestionFont Format in DataGrid Pin
cidmi.dovic1-Jul-08 8:40
cidmi.dovic1-Jul-08 8:40 
AnswerRe: Font Format in DataGrid Pin
Kjetil Svendsen1-Jul-08 9:38
Kjetil Svendsen1-Jul-08 9:38 
QuestionIs it possible to Load Console APP in background in C# ? Pin
Mohammad Dayyan1-Jul-08 8:08
Mohammad Dayyan1-Jul-08 8:08 

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.