Click here to Skip to main content
15,796,507 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCPU Usage per process Pin
The ANZAC25-Feb-07 20:25
The ANZAC25-Feb-07 20:25 
AnswerRe: CPU Usage per process Pin
TwoFaced26-Feb-07 9:54
TwoFaced26-Feb-07 9:54 
GeneralRe: CPU Usage per process Pin
The ANZAC26-Feb-07 11:24
The ANZAC26-Feb-07 11:24 
GeneralRe: CPU Usage per process Pin
TwoFaced26-Feb-07 12:51
TwoFaced26-Feb-07 12:51 
QuestionDesign Time TypeConverter Hell [modified] Pin
shoorrock25-Feb-07 16:11
shoorrock25-Feb-07 16:11 
QuestionMessagebox location Pin
harveyhanson25-Feb-07 14:14
harveyhanson25-Feb-07 14:14 
AnswerRe: Messagebox location Pin
MatrixCoder25-Feb-07 14:31
MatrixCoder25-Feb-07 14:31 
QuestionRemoving a Picture Box Pin
Klazen25-Feb-07 13:12
Klazen25-Feb-07 13: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 4:28
JUNEYT26-Feb-07 4:28 
GeneralRe: Removing a Picture Box Pin
Klazen26-Feb-07 13:20
Klazen26-Feb-07 13:20 
GeneralRe: Removing a Picture Box Pin
JUNEYT26-Feb-07 23:35
JUNEYT26-Feb-07 23:35 
Questionstoring many no. of labels n textboxes at one time Pin
manni_n25-Feb-07 11:01
manni_n25-Feb-07 11:01 
AnswerRe: storing many no. of labels n textboxes at one time Pin
Christian Graus25-Feb-07 11:03
protectorChristian Graus25-Feb-07 11:03 
GeneralRe: storing many no. of labels n textboxes at one time Pin
manni_n25-Feb-07 11:11
manni_n25-Feb-07 11:11 
GeneralRe: storing many no. of labels n textboxes at one time Pin
Christian Graus25-Feb-07 11:12
protectorChristian Graus25-Feb-07 11:12 
Generalstill unresolved Pin
manni_n25-Feb-07 11:25
manni_n25-Feb-07 11:25 
GeneralRe: still unresolved Pin
Christian Graus25-Feb-07 12:03
protectorChristian Graus25-Feb-07 12:03 
GeneralRe: still unresolved Pin
Dave Kreskowiak26-Feb-07 6:18
mveDave Kreskowiak26-Feb-07 6:18 
QuestionThat Dammned Caret! Pin
Anybloodyid25-Feb-07 10:11
Anybloodyid25-Feb-07 10:11 
AnswerRe: That Dammned Caret! Pin
Christian Graus25-Feb-07 10:40
protectorChristian Graus25-Feb-07 10:40 
GeneralRe: That Dammned Caret! Pin
Anybloodyid25-Feb-07 10:52
Anybloodyid25-Feb-07 10:52 
GeneralRe: That Dammned Caret! Pin
Christian Graus25-Feb-07 11:02
protectorChristian Graus25-Feb-07 11:02 
GeneralRe: That Dammned Caret! Pin
Anybloodyid25-Feb-07 12:22
Anybloodyid25-Feb-07 12:22 
AnswerRe: That Dammned Caret! Pin
TwoFaced25-Feb-07 11:06
TwoFaced25-Feb-07 11:06 
GeneralRe: That Dammned Caret! Pin
Anybloodyid25-Feb-07 12:27
Anybloodyid25-Feb-07 12: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.