|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello, i am a beginner in vb.net programming. Now I work on a project, in this project I have 2 forms, in the first form I make a dynamic PictureBox, declaration code is as follow:
Code:
Dim MyPicturebox As New PictureBox
Me.Controls.Add(MyPicturebox)
MyPicturebox.Name = "PictureBox"
The problem is: How can i access or call that picture box from second form? |
![]() |
| Bookmarks |
| Tags |
| picturebox, vb.net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CMR problem | vikassheelgupta | Java | 0 | 07-22-2005 06:35 AM |
| PictureBox Problem | Sync | .NET | 2 | 06-10-2005 10:53 AM |
| Deployment Problem | jgsteeldev | .NET | 1 | 04-19-2005 09:06 PM |
| Re: Thank you; weird problem with OleDb provider objects. Anyone have this problem? | DK | .NET | 0 | 12-13-2001 01:06 PM |
| 128 Byte Truncation problem with Mailslots and Net Send <user> in WinNT... | Wade Balzer | VB Classic | 0 | 06-23-2000 03:17 PM |