Click here to Skip to main content
16,010,650 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error while invoking the delegate Pin
Christian Graus13-Aug-08 18:10
protectorChristian Graus13-Aug-08 18:10 
GeneralRe: Error while invoking the delegate Pin
Mark Churchill13-Aug-08 23:42
Mark Churchill13-Aug-08 23:42 
GeneralRe: Error while invoking the delegate Pin
Gideon Engelberth14-Aug-08 2:44
Gideon Engelberth14-Aug-08 2:44 
AnswerRe: Error while invoking the delegate Pin
Gideon Engelberth14-Aug-08 2:48
Gideon Engelberth14-Aug-08 2:48 
QuestionClass theory, what am I missing Pin
Justin Porteous13-Aug-08 10:22
Justin Porteous13-Aug-08 10:22 
AnswerRe: Class theory, what am I missing Pin
nlarson1113-Aug-08 10:42
nlarson1113-Aug-08 10:42 
GeneralRe: Class theory, what am I missing Pin
Justin Porteous13-Aug-08 20:41
Justin Porteous13-Aug-08 20:41 
GeneralRe: Class theory, what am I missing Pin
Thomas Stockwell14-Aug-08 2:22
professionalThomas Stockwell14-Aug-08 2:22 
It should also be mentioned that your syntax might be a bit off:

Friend Class Class2
Dim _myVariable As String
Dim THISDOESNTWORK as New Class1
Public Property myVariable()as string
Get
Return THISDOESNTWORK._message
End Get
Set(ByVal value as string)
THISDOESNTWORK._message = value
End Set
End Property
End Class



or

Friend Class Class2
Dim _myVariable As String
Dim THISDOESNTWORK as New Class1
Public Property myVariable() as Class1
Get
Return THISDOESNTWORK
End Get
Set(ByVal value as Class 1)
THISDOESNTWORK= value
End Set
End Property
End Class

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my Blog

QuestionIs there any way to access information (MS Access database) in the Web-Host? Pin
ATC13-Aug-08 8:45
ATC13-Aug-08 8:45 
AnswerRe: Is there any way to access information (MS Access database) in the Web-Host? Pin
nlarson1113-Aug-08 10:36
nlarson1113-Aug-08 10:36 
GeneralRe: Is there any way to access information (MS Access database) in the Web-Host? Pin
ATC13-Aug-08 15:48
ATC13-Aug-08 15:48 
QuestionHow do I Pin
Matthew Leggett13-Aug-08 5:43
Matthew Leggett13-Aug-08 5:43 
QuestionRe: How do I Pin
Steven J Jowett13-Aug-08 6:03
Steven J Jowett13-Aug-08 6:03 
AnswerRe: How do I Pin
Matthew Leggett13-Aug-08 13:33
Matthew Leggett13-Aug-08 13:33 
GeneralRe: How do I Pin
ChandraRam13-Aug-08 20:51
ChandraRam13-Aug-08 20:51 
AnswerRe: How do I Pin
Dalek Dave14-Aug-08 5:57
professionalDalek Dave14-Aug-08 5:57 
QuestionRe: How do I Pin
Deeprj7717-Aug-08 23:56
Deeprj7717-Aug-08 23:56 
QuestionUserControl with DataGridView used e.g. in a form: How to add columns in the designer? Pin
mp000113-Aug-08 1:55
mp000113-Aug-08 1:55 
QuestionA simple Function Call? Pin
Juliaan Evenwel13-Aug-08 1:07
Juliaan Evenwel13-Aug-08 1:07 
AnswerRe: A simple Function Call? Pin
Christian Graus13-Aug-08 1:31
protectorChristian Graus13-Aug-08 1:31 
GeneralRe: A simple Function Call? Pin
Juliaan Evenwel13-Aug-08 1:32
Juliaan Evenwel13-Aug-08 1:32 
GeneralRe: A simple Function Call? Pin
Christian Graus13-Aug-08 2:39
protectorChristian Graus13-Aug-08 2:39 
GeneralRe: A simple Function Call? Pin
Juliaan Evenwel13-Aug-08 2:50
Juliaan Evenwel13-Aug-08 2:50 
GeneralRe: A simple Function Call? Pin
Manas Bhardwaj13-Aug-08 2:59
professionalManas Bhardwaj13-Aug-08 2:59 
Questionimpliment opening of file in window downloaded from server Pin
S.Aijaz13-Aug-08 1:06
S.Aijaz13-Aug-08 1:06 

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.