Click here to Skip to main content
15,915,069 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Aaron @ Think Software7-Dec-09 0:59
professionalAaron @ Think Software7-Dec-09 0:59 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Luc Pattyn7-Dec-09 1:11
sitebuilderLuc Pattyn7-Dec-09 1:11 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
N a v a n e e t h7-Dec-09 3:03
N a v a n e e t h7-Dec-09 3:03 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Luc Pattyn7-Dec-09 3:17
sitebuilderLuc Pattyn7-Dec-09 3:17 
QuestionHow to print out a Quotation mark. Pin
thebiostyle6-Dec-09 16:16
thebiostyle6-Dec-09 16:16 
AnswerRe: How to print out a Quotation mark. Pin
Dave Kreskowiak6-Dec-09 17:47
mveDave Kreskowiak6-Dec-09 17:47 
QuestionHow to MDI child form call method from MID parent form??? Pin
cotdot111116-Dec-09 15:49
cotdot111116-Dec-09 15:49 
AnswerRe: How to MDI child form call method from MID parent form??? Pin
dan!sh 6-Dec-09 17:44
professional dan!sh 6-Dec-09 17:44 
If "test" is an event handler, you should be using a delegate to handle the event in other forms. If it a method that provides some common functionality, it should be placed in a separate class file, something like "Common.vb" and should be placed there. There you can have it as an internal static or an internal method to call it in any of the forms in your application.

You can make the method internal in the MDI parent itself and access it in the child using Me.MDIParent property.

To access the variable number, you can make use of a internal/public property and can access it using me.MDIParent again.

50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

AnswerRe: How to MDI child form call method from MID parent form??? Pin
Andy_L_J6-Dec-09 17:58
Andy_L_J6-Dec-09 17:58 
Question[Message Deleted] Pin
Diana shorafa6-Dec-09 8:02
Diana shorafa6-Dec-09 8:02 
AnswerRe: Graduation Project Pin
Dave Kreskowiak6-Dec-09 15:38
mveDave Kreskowiak6-Dec-09 15:38 
GeneralRe: Graduation Project Pin
Paul Conrad7-Dec-09 10:02
professionalPaul Conrad7-Dec-09 10:02 
AnswerRe: Graduation Project Pin
Mycroft Holmes6-Dec-09 18:57
professionalMycroft Holmes6-Dec-09 18:57 
AnswerRe: Graduation Project Pin
MikeMarq6-Dec-09 21:47
MikeMarq6-Dec-09 21:47 
GeneralRe: Graduation Project Pin
Diana shorafa6-Dec-09 22:06
Diana shorafa6-Dec-09 22:06 
GeneralRe: Graduation Project Pin
dan!sh 6-Dec-09 22:36
professional dan!sh 6-Dec-09 22:36 
GeneralRe: Graduation Project Pin
Diana shorafa6-Dec-09 22:40
Diana shorafa6-Dec-09 22:40 
GeneralRe: Graduation Project Pin
MikeMarq7-Dec-09 7:21
MikeMarq7-Dec-09 7:21 
GeneralRe: Graduation Project Pin
EliottA7-Dec-09 15:15
EliottA7-Dec-09 15:15 
Questionlist box inconsistency (same post, found the Preview button and fixed the formatting) Pin
Tim Kredlo6-Dec-09 6:58
Tim Kredlo6-Dec-09 6:58 
AnswerRe: list box inconsistency (same post, found the Preview button and fixed the formatting) Pin
Luc Pattyn6-Dec-09 7:02
sitebuilderLuc Pattyn6-Dec-09 7:02 
QuestionResetting a ListBox Pin
marty levin6-Dec-09 6:49
marty levin6-Dec-09 6:49 
AnswerRe: Resetting a ListBox Pin
Luc Pattyn6-Dec-09 7:04
sitebuilderLuc Pattyn6-Dec-09 7:04 
QuestionAppending text Pin
Pasan1486-Dec-09 6:25
Pasan1486-Dec-09 6:25 
AnswerRe: Appending text Pin
dan!sh 6-Dec-09 6:36
professional dan!sh 6-Dec-09 6:36 

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.