Click here to Skip to main content
15,925,440 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGenerating XML Pin
Hadware28-Dec-05 15:26
Hadware28-Dec-05 15:26 
AnswerRe: Generating XML Pin
MalikRizwan28-Dec-05 23:40
MalikRizwan28-Dec-05 23:40 
QuestionError Changing Me.ShowInTaskbar Pin
George B Gilbert28-Dec-05 13:45
George B Gilbert28-Dec-05 13:45 
QuestionOpening a web page in the default web browser. Pin
robertw01928-Dec-05 13:19
robertw01928-Dec-05 13:19 
AnswerRe: Opening a web page in the default web browser. Pin
George B Gilbert28-Dec-05 13:37
George B Gilbert28-Dec-05 13:37 
GeneralRe: Opening a web page in the default web browser. Pin
George B Gilbert28-Dec-05 13:42
George B Gilbert28-Dec-05 13:42 
GeneralRe: Opening a web page in the default web browser. Pin
robertw01929-Dec-05 4:53
robertw01929-Dec-05 4:53 
General[Message Deleted] Pin
Landon Spann28-Dec-05 11:31
Landon Spann28-Dec-05 11:31 
GeneralRe: Help with aUser defined query Pin
Dave Kreskowiak28-Dec-05 13:16
mveDave Kreskowiak28-Dec-05 13:16 
QuestionVB.NET 2005 TabStripPanel Pin
fuel2run28-Dec-05 9:34
fuel2run28-Dec-05 9:34 
AnswerRe: VB.NET 2005 TabStripPanel Pin
Dave Kreskowiak28-Dec-05 9:48
mveDave Kreskowiak28-Dec-05 9:48 
AnswerRe: VB.NET 2005 TabStripPanel Pin
Daniel Grunwald28-Dec-05 11:51
Daniel Grunwald28-Dec-05 11:51 
GeneralRe: VB.NET 2005 TabStripPanel Pin
fuel2run28-Dec-05 23:44
fuel2run28-Dec-05 23:44 
QuestionNetwork question (beginner) Pin
Derek G28-Dec-05 5:58
Derek G28-Dec-05 5:58 
AnswerRe: Network question (beginner) Pin
Dave Kreskowiak28-Dec-05 6:26
mveDave Kreskowiak28-Dec-05 6:26 
QuestionDeleting/Clearing programmically created controls Pin
Hmmkk28-Dec-05 3:46
Hmmkk28-Dec-05 3:46 
AnswerRe: Deleting/Clearing programmically created controls Pin
Dave Kreskowiak28-Dec-05 4:29
mveDave Kreskowiak28-Dec-05 4:29 
GeneralRe: Deleting/Clearing programmically created controls Pin
Hmmkk28-Dec-05 4:44
Hmmkk28-Dec-05 4:44 
GeneralRe: Deleting/Clearing programmically created controls Pin
Dave Kreskowiak28-Dec-05 5:01
mveDave Kreskowiak28-Dec-05 5:01 
GeneralRe: Deleting/Clearing programmically created controls Pin
Hmmkk28-Dec-05 5:15
Hmmkk28-Dec-05 5:15 
GeneralRe: Deleting/Clearing programmically created controls Pin
Dave Kreskowiak28-Dec-05 5:50
mveDave Kreskowiak28-Dec-05 5:50 
QuestionRe: Deleting/Clearing programmically created controls Pin
Hmmkk28-Dec-05 6:41
Hmmkk28-Dec-05 6:41 
Yes, I kind of figured out what you meant and you have a point indeed with the loops, and I thoought of that too. But the thing is that I need to have these controlable individually...The program I'm making is a Memory Boosting program (for your brain that is), where one exercise is to remember sequences of flashing panels and then recalling this sequence by clicking at them in the right order.

So to detect this mouseclick I either have to get the coordinates and make my own detectionsystem which might get tricky? Or I need to implement a dynamical Panel_Click handeler that handels every panel that is created by these lines of code? Also I need an array containing the right order/answer, which can come with a few problems too when it comes to comparing...?

How am I suppose to detect which "pnlThing" it is if not looping through the whole array?

(But btw the .StartsWith is really speeding things up and is very nice.)

Regards,
Hmmkk

-- modified at 15:57 Wednesday 28th December, 2005
AnswerRe: Deleting/Clearing programmically created controls Pin
Dave Kreskowiak28-Dec-05 13:14
mveDave Kreskowiak28-Dec-05 13:14 
GeneralRe: Deleting/Clearing programmically created controls Pin
Hmmkk28-Dec-05 14:58
Hmmkk28-Dec-05 14:58 
GeneralRe: Deleting/Clearing programmically created controls Pin
Dave Kreskowiak28-Dec-05 16:06
mveDave Kreskowiak28-Dec-05 16:06 

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.