Announcement

Collapse
No announcement yet.

PictureBox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • IceStorm
    replied
    Code:
     
    Me.PictureBox1 = New System.Windows.Forms.PictureBox
      CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
    
            Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
            Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
            Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
            Me.PictureBox1.Location = New System.Drawing.Point(44, -2)
            Me.PictureBox1.Name = "PictureBox1"
            Me.PictureBox1.Size = New System.Drawing.Size(358, 78)
            Me.PictureBox1.TabIndex = 0
            Me.PictureBox1.TabStop = False

    Leave a comment:


  • IceStorm
    replied
    Mr. Peanuts get on aol, my s/n is opicestorm

    Leave a comment:


  • Mr. Peanuts
    replied
    Thanks but that didn't help, I need to 'spawn' a new picturebox by using code only.

    Leave a comment:


  • Maverick
    replied
    http://www.startvbdotnet.com/controls/gbox.aspx ?

    Leave a comment:


  • Mr. Peanuts
    started a topic PictureBox

    PictureBox

    How do I use code to insert a new PictureBox onto my form in VB.NET?

    that's all I need, I've tried everywhere but can't seem to find out how..
Working...
X