Click here to Skip to main content
15,914,165 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Preventing automatic variable changes in Multiple Child Forms Pin
Dave Kreskowiak26-Dec-06 6:36
mveDave Kreskowiak26-Dec-06 6:36 
You haven't come acrossed any information about this problem because it's a desgin flaw in your application. There is nothing that will stop a form from accepting input, at least in the form that your thinking about.

Basically, you have to change your child forms so that they are not dependant on data from outside of that form. Each child form should be operating on a COPY of the data it is graphing, not depending on an outside pointer to tell it what data to get. This is because that pointer can change, as is evident from your other forms showing the exact same graphs.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionUrgent Pin
vin107025-Dec-06 23:12
vin107025-Dec-06 23:12 
AnswerRe: Urgent Pin
Colin Angus Mackay26-Dec-06 0:09
Colin Angus Mackay26-Dec-06 0:09 
AnswerRe: Urgent Pin
Dave Kreskowiak26-Dec-06 2:38
mveDave Kreskowiak26-Dec-06 2:38 
GeneralRe: Urgent Pin
Paul Conrad26-Dec-06 16:07
professionalPaul Conrad26-Dec-06 16:07 
QuestionRemoting Pin
nitin_ion25-Dec-06 22:55
nitin_ion25-Dec-06 22:55 
AnswerRe: Remoting Pin
Dave Kreskowiak26-Dec-06 2:39
mveDave Kreskowiak26-Dec-06 2:39 
GeneralRe: Remoting Pin
nitin_ion26-Dec-06 17:09
nitin_ion26-Dec-06 17:09 
GeneralRe: Remoting Pin
Dave Kreskowiak27-Dec-06 1:25
mveDave Kreskowiak27-Dec-06 1:25 
QuestionDrag & Drop Problem Pin
Taylor Kobani25-Dec-06 20:53
Taylor Kobani25-Dec-06 20:53 
AnswerRe: Drag & Drop Problem Pin
Christian Graus25-Dec-06 22:21
protectorChristian Graus25-Dec-06 22:21 
GeneralRe: Drag & Drop Problem Pin
Taylor Kobani27-Dec-06 20:24
Taylor Kobani27-Dec-06 20:24 
QuestionUnable to resolve type Error Pin
bprashant25-Dec-06 19:56
bprashant25-Dec-06 19:56 
AnswerRe: Unable to resolve type Error Pin
Christian Graus25-Dec-06 22:21
protectorChristian Graus25-Dec-06 22:21 
QuestionFile Load Problem Pin
EMPeek25-Dec-06 17:18
EMPeek25-Dec-06 17:18 
AnswerRe: File Load Problem Pin
Dave Kreskowiak25-Dec-06 17:50
mveDave Kreskowiak25-Dec-06 17:50 
GeneralRe: File Load Problem Pin
EMPeek25-Dec-06 18:44
EMPeek25-Dec-06 18:44 
GeneralRe: File Load Problem Pin
Christian Graus25-Dec-06 19:25
protectorChristian Graus25-Dec-06 19:25 
QuestionHow to create a menu in javascript? Pin
sathyan_829425-Dec-06 6:15
sathyan_829425-Dec-06 6:15 
AnswerRe: How to create a menu in javascript? Pin
The ANZAC25-Dec-06 12:20
The ANZAC25-Dec-06 12:20 
AnswerRe: How to create a menu in javascript? Pin
Christian Graus25-Dec-06 14:33
protectorChristian Graus25-Dec-06 14:33 
QuestionInterrupt parallel port ? Pin
ersteffen25-Dec-06 5:00
ersteffen25-Dec-06 5:00 
AnswerRe: Interrupt parallel port ? Pin
Dave Kreskowiak26-Dec-06 3:51
mveDave Kreskowiak26-Dec-06 3:51 
Questionis it possible to use the windows application on LAn Pin
Rmesh24-Dec-06 22:03
Rmesh24-Dec-06 22:03 
AnswerRe: is it possible to use the windows application on LAn Pin
Christian Graus25-Dec-06 14:34
protectorChristian Graus25-Dec-06 14:34 

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.