Click here to Skip to main content
15,902,114 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Showing webpages Pin
svanwass28-Sep-07 5:38
svanwass28-Sep-07 5:38 
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 
Thanks for the reply. But i think it's not applicable in the scenario which i am facing. What if i am using the class which is responsible for raising events in many other classes then what should i do.

I've actually created a class named InformationReceived.vb

Declared its variable in a module. Then handled this class in that module here is the code:

Module GlobleMDL

Public WithEvents infoRec As New InformationReceived

Private Sub infoRec_Information_Received(ByVal info As String) Handles infoRec.Information_Received

MsgBox(info)

End Sub

End Module

Now instead of using msgbox whatever information i am receiving for other classes i want to display it on the statup form's Textbox.

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)
GeneralRe: Accessing controls on startup Form Pin
Dave Kreskowiak29-Sep-07 5:16
mveDave Kreskowiak29-Sep-07 5:16 
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 

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.