Search results for query: *

  1. I

    Question: Creating a control array with picture boxes

    when i try this AddHandler pbBody.click, AddressOf pbbody_Click it underlines click in pbBody.click and says 'click' is not an event of a 1-dimensional array.
  2. I

    Question: Creating a control array with picture boxes

    i guess a little more of the code would perhaps better help explain. ''In my general declarations Dim pbBody() As PictureBox Dim bmBody() As Bitmap 'Where I Fill The Array Public Function getBody() As String Dim i As Long Try 'Function that calculates the number of records 'so I know...
  3. I

    Question: Creating a control array with picture boxes

    tried it and it says "'WithEvents' variables cannot be typed as arrays"
  4. I

    Question: Creating a control array with picture boxes

    I'm trying to create a control array using picture boxes. basically in the end i want to be able to click the picturebox which is in an array and have it call an event. it needs to pass the index value of the picturebox clicked for the program to work so far i've added an event handler but im...
  5. I

    setting a specific color to transparency on a picture box

    the PBoxes seem to support the transparency ok. Were not just using vb, this is our final project for the two years weve been going to school, so were supposed to show what weve learned in all the different areas. The Character editor is being written in vb the map editor is being written in C#...
  6. I

    setting a specific color to transparency on a picture box

    I'm working on my final project for school and me and my group decided to make a RPG maker. I have been put in charge of databasing and creating the character editor. I have been going nuts trying to figure out how to set the background color on my character sheet to transparent for display...
Back
Top