Hi all!
Is there any way for calling variables as strings? I mean, if I have two Labels (label1 and label2, I want to call'em with something like:
for (int i=1; i<3; i++)
{
whatever("label" + i).Text = "C# forum - Label " + i;
}
Thanks a lot! :)
Hi all!
I know this is a simple question but I don't know how to do it...
How can I make an array of Labels?? I have 3 labels in one form and I wanna make an array with them. Can this be done in design time?
I know with VB you can set the Index property to any value and it'll be its position in the array. But I don't see anything like this in the properties panel of C#.
Any help will be great! Thanks in advance! :)
Thanks for replying! :)
Yes, I realized that it is the max size of the ImageList.
Is there any way to save images for not loading them from HD? Another control or something...
Hello, .Net experts! This is my fist day in this forum and my first question as well. There I go:
I've got a problem with an ImageList. I want to save 3 images within it. These images are 176x317. The problem is that the ImageList doesn't allow to put the "317" in the height of the images. Any ideas??
Thank you all in advance! :)