Click here to Skip to main content
16,016,425 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Showing webpages Pin
The real $M@28-Sep-07 20:38
The real $M@28-Sep-07 20:38 
AnswerRe: Showing webpages Pin
DigiOz Multimedia28-Sep-07 8:47
DigiOz Multimedia28-Sep-07 8:47 
GeneralRe: Showing webpages Pin
Dave Kreskowiak28-Sep-07 9:21
mveDave Kreskowiak28-Sep-07 9:21 
GeneralRe: Showing webpages Pin
DigiOz Multimedia28-Sep-07 19:20
DigiOz Multimedia28-Sep-07 19:20 
QuestionAccessing controls on startup Form Pin
AliAmjad28-Sep-07 4:21
AliAmjad28-Sep-07 4:21 
AnswerRe: Accessing controls on startup Form Pin
Dave Kreskowiak28-Sep-07 6:10
mveDave Kreskowiak28-Sep-07 6:10 
GeneralRe: Accessing controls on startup Form Pin
AliAmjad29-Sep-07 4:22
AliAmjad29-Sep-07 4:22 
GeneralRe: Accessing controls on startup Form Pin
Dave Kreskowiak29-Sep-07 5:16
mveDave Kreskowiak29-Sep-07 5:16 
AliAmjad wrote:
But i think it's not applicable in the scenario which i am facing.


No such thing...

AliAmjad wrote:
If i declare and handles this class in the startup form's class then how can other classes access the instance of this class(informationReceived.vb)


They can't. You're going about this all wrong, and the method you've come up with won't even work. Scrap this class/Module/whatever, you don't need it.

In your property getters/setters, you put Debug.Trace statements. Trace messages are caught by any of the TraceListener classes. You create this TraceListener in your main form and it'll hear all of these message no matter where they came from. Then you can Append each message in a TextBox.


A guide to posting questions on CodeProject[^]

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


GeneralRe: Accessing controls on startup Form Pin
AliAmjad29-Sep-07 7:16
AliAmjad29-Sep-07 7:16 
GeneralRe: Accessing controls on startup Form Pin
Dave Kreskowiak29-Sep-07 8:17
mveDave Kreskowiak29-Sep-07 8:17 
GeneralRe: Accessing controls on startup Form Pin
AliAmjad29-Sep-07 11:39
AliAmjad29-Sep-07 11:39 
QuestionCrystal Reports Database Login Problem Pin
Kschuler28-Sep-07 3:58
Kschuler28-Sep-07 3:58 
AnswerRe: Crystal Reports Database Login Problem Pin
Paul Conrad30-Sep-07 13:41
professionalPaul Conrad30-Sep-07 13:41 
GeneralRe: Crystal Reports Database Login Problem Pin
Kschuler1-Oct-07 2:57
Kschuler1-Oct-07 2:57 
QuestionError? Pin
gates0928-Sep-07 2:23
gates0928-Sep-07 2:23 
AnswerRe: Error? Pin
GuyThiebaut28-Sep-07 2:35
professionalGuyThiebaut28-Sep-07 2:35 
GeneralRe: Error? Pin
gates0928-Sep-07 2:45
gates0928-Sep-07 2:45 
AnswerRe: Error? Pin
gates0928-Sep-07 2:47
gates0928-Sep-07 2:47 
QuestionRe: Error? Pin
gates0928-Sep-07 3:11
gates0928-Sep-07 3:11 
AnswerRe: Error? Pin
GuyThiebaut28-Sep-07 4:04
professionalGuyThiebaut28-Sep-07 4:04 
GeneralRe: Error? Pin
gates0928-Sep-07 4:19
gates0928-Sep-07 4:19 
GeneralRe: Error? Pin
GuyThiebaut28-Sep-07 4:22
professionalGuyThiebaut28-Sep-07 4:22 
QuestionOutlook2003 Pin
PeterStaal28-Sep-07 2:21
PeterStaal28-Sep-07 2:21 
AnswerRe: Outlook2003 Pin
Dave Kreskowiak28-Sep-07 6:07
mveDave Kreskowiak28-Sep-07 6:07 
QuestionPass Value in Crystal Report Pin
TeJAs.....28-Sep-07 2:11
TeJAs.....28-Sep-07 2:11 

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.