Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
RantRe: [Message Deleted] Pin
Smithers-Jones10-Feb-09 7:21
Smithers-Jones10-Feb-09 7:21 
Questionimages/photos/pictures Pin
ngugi10-Feb-09 5:42
ngugi10-Feb-09 5:42 
AnswerRe: images/photos/pictures Pin
Henry Minute10-Feb-09 6:19
Henry Minute10-Feb-09 6:19 
AnswerRe: images/photos/pictures Pin
Dave Kreskowiak10-Feb-09 6:34
mveDave Kreskowiak10-Feb-09 6:34 
QuestionAdding a control from within a class Pin
Paul Hasler10-Feb-09 4:16
Paul Hasler10-Feb-09 4:16 
AnswerRe: Adding a control from within a class Pin
JoeSharp10-Feb-09 4:30
JoeSharp10-Feb-09 4:30 
GeneralRe: Adding a control from within a class Pin
Jon_Boy10-Feb-09 5:31
Jon_Boy10-Feb-09 5:31 
AnswerRe: Adding a control from within a class Pin
Dave Kreskowiak10-Feb-09 6:33
mveDave Kreskowiak10-Feb-09 6:33 
It's bad form to do what you're attempting. The child should know nothing of it's parent, nor should it modify the environment of the parent. The parent tells the child what to do, not the other way around.

Normally, the parent container would add the child controls to the form, with the child having implemented a common interface that the parent expects it to.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: Adding a control from within a class Pin
Paul Hasler10-Feb-09 11:47
Paul Hasler10-Feb-09 11:47 
QuestionTwo questions regarding custom user controls and the toolbox. Pin
Jon_Boy10-Feb-09 3:39
Jon_Boy10-Feb-09 3:39 
AnswerRe: Two questions regarding custom user controls and the toolbox. Pin
Dave Kreskowiak10-Feb-09 4:05
mveDave Kreskowiak10-Feb-09 4:05 
GeneralRe: Two questions regarding custom user controls and the toolbox. Pin
Jon_Boy10-Feb-09 4:17
Jon_Boy10-Feb-09 4:17 
Questionfingerprint image quality estimation Pin
kebedetesema10-Feb-09 3:17
kebedetesema10-Feb-09 3:17 
AnswerRe: fingerprint image quality estimation Pin
Dave Kreskowiak10-Feb-09 3:57
mveDave Kreskowiak10-Feb-09 3:57 
QuestionTextbox value to Textbox in webpage Pin
vijay248210-Feb-09 2:12
vijay248210-Feb-09 2:12 
AnswerRe: Textbox value to Textbox in webpage Pin
vaghelabhavesh10-Feb-09 3:37
vaghelabhavesh10-Feb-09 3:37 
AnswerRe: Textbox value to Textbox in webpage Pin
shawndeprey10-Feb-09 14:53
shawndeprey10-Feb-09 14:53 
GeneralRe: Textbox value to Textbox in webpage Pin
vijay248211-Feb-09 3:28
vijay248211-Feb-09 3:28 
Generalneeds to write a program with MATLAB using Simulated annealing technique Pin
awoyale10-Feb-09 2:04
awoyale10-Feb-09 2:04 
AnswerRe: needs to write a program with MATLAB using Simulated annealing technique Pin
Maxwell Barrett10-Feb-09 2:32
Maxwell Barrett10-Feb-09 2:32 
GeneralRe: needs to write a program with MATLAB using Simulated annealing technique Pin
Dave Kreskowiak10-Feb-09 3:54
mveDave Kreskowiak10-Feb-09 3:54 
QuestionTiming variations to get network answer during sending sms Pin
scothyhut10-Feb-09 1:04
scothyhut10-Feb-09 1:04 
AnswerRe: Timing variations to get network answer during sending sms Pin
Dave Kreskowiak10-Feb-09 2:04
mveDave Kreskowiak10-Feb-09 2:04 
GeneralRe:Timing variations to get network answer during sending sms Pin
scothyhut11-Feb-09 17:32
scothyhut11-Feb-09 17:32 
GeneralRe:Timing variations to get network answer during sending sms Pin
Dave Kreskowiak11-Feb-09 19:07
mveDave Kreskowiak11-Feb-09 19:07 

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.