Jump to content
Xtreme .Net Talk

charlie

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by charlie

  1. Thanks! That's what I wanted! :)
  2. 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! :)
  3. Wow! Too complicated.... Thanks for your time anyway! :)
  4. 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! :)
  5. Thanks. I have now an idea of what you're proposing. :)
  6. 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...
  7. Thanks! Got it working now! :D
  8. Hi all! Is there any way for showing a MessageBox with the "Yes" or "No" buttons? Thanks!
  9. 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! :)
×
×
  • Create New...