Click here to Skip to main content
15,888,113 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCPU Usage per process Pin
The ANZAC25-Feb-07 19:25
The ANZAC25-Feb-07 19:25 
AnswerRe: CPU Usage per process Pin
TwoFaced26-Feb-07 8:54
TwoFaced26-Feb-07 8:54 
GeneralRe: CPU Usage per process Pin
The ANZAC26-Feb-07 10:24
The ANZAC26-Feb-07 10:24 
GeneralRe: CPU Usage per process Pin
TwoFaced26-Feb-07 11:51
TwoFaced26-Feb-07 11:51 
QuestionDesign Time TypeConverter Hell [modified] Pin
shoorrock25-Feb-07 15:11
shoorrock25-Feb-07 15:11 
QuestionMessagebox location Pin
harveyhanson25-Feb-07 13:14
harveyhanson25-Feb-07 13:14 
AnswerRe: Messagebox location Pin
MatrixCoder25-Feb-07 13:31
MatrixCoder25-Feb-07 13:31 
QuestionRemoving a Picture Box Pin
Klazen25-Feb-07 12:12
Klazen25-Feb-07 12:12 
I have a subroutine that creates new pictureboxes when a user clicks a button. Here is a condensed version:
ReDim Preserve Picbox(array_size)
For index As Integer = 0 To array_size
    Picbox(index) = New PictureBox
Next
For index As Integer = 0 To array_size
    Me.Controls.Add(Picbox(index))
    Picbox(index).Image = blip
Next

Now, I need to know how to be able to remove a picturebox, or otherwise manipulate the new pictureboxes. When I modify/erase pictures in the array, nothing happens to the pictureboxes on the form. How can I manipulate these new pictureboxes?
AnswerRe: Removing a Picture Box Pin
JUNEYT26-Feb-07 3:28
JUNEYT26-Feb-07 3:28 
GeneralRe: Removing a Picture Box Pin
Klazen26-Feb-07 12:20
Klazen26-Feb-07 12:20 
GeneralRe: Removing a Picture Box Pin
JUNEYT26-Feb-07 22:35
JUNEYT26-Feb-07 22:35 
Questionstoring many no. of labels n textboxes at one time Pin
manni_n25-Feb-07 10:01
manni_n25-Feb-07 10:01 
AnswerRe: storing many no. of labels n textboxes at one time Pin
Christian Graus25-Feb-07 10:03
protectorChristian Graus25-Feb-07 10:03 
GeneralRe: storing many no. of labels n textboxes at one time Pin
manni_n25-Feb-07 10:11
manni_n25-Feb-07 10:11 
GeneralRe: storing many no. of labels n textboxes at one time Pin
Christian Graus25-Feb-07 10:12
protectorChristian Graus25-Feb-07 10:12 
Generalstill unresolved Pin
manni_n25-Feb-07 10:25
manni_n25-Feb-07 10:25 
GeneralRe: still unresolved Pin
Christian Graus25-Feb-07 11:03
protectorChristian Graus25-Feb-07 11:03 
GeneralRe: still unresolved Pin
Dave Kreskowiak26-Feb-07 5:18
mveDave Kreskowiak26-Feb-07 5:18 
QuestionThat Dammned Caret! Pin
Anybloodyid25-Feb-07 9:11
Anybloodyid25-Feb-07 9:11 
AnswerRe: That Dammned Caret! Pin
Christian Graus25-Feb-07 9:40
protectorChristian Graus25-Feb-07 9:40 
GeneralRe: That Dammned Caret! Pin
Anybloodyid25-Feb-07 9:52
Anybloodyid25-Feb-07 9:52 
GeneralRe: That Dammned Caret! Pin
Christian Graus25-Feb-07 10:02
protectorChristian Graus25-Feb-07 10:02 
GeneralRe: That Dammned Caret! Pin
Anybloodyid25-Feb-07 11:22
Anybloodyid25-Feb-07 11:22 
AnswerRe: That Dammned Caret! Pin
TwoFaced25-Feb-07 10:06
TwoFaced25-Feb-07 10:06 
GeneralRe: That Dammned Caret! Pin
Anybloodyid25-Feb-07 11:27
Anybloodyid25-Feb-07 11:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.