Click here to Skip to main content
15,887,485 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: multiple line Pin
Calin Tatar15-Feb-09 12:44
Calin Tatar15-Feb-09 12:44 
GeneralRe: multiple line Pin
aswd15-Feb-09 12:48
aswd15-Feb-09 12:48 
QuestionWhat would you think if a property has value inside a class but inside a form? [modified] Pin
JUNEYT15-Feb-09 4:56
JUNEYT15-Feb-09 4:56 
AnswerRe: What would you think if a property has value inside a class but inside a form? Pin
riced15-Feb-09 5:26
riced15-Feb-09 5:26 
GeneralRe: What would you think if a property has value inside a class but inside a form? Pin
JUNEYT15-Feb-09 5:31
JUNEYT15-Feb-09 5:31 
GeneralRe: What would you think if a property has value inside a class but inside a form? Pin
riced15-Feb-09 5:43
riced15-Feb-09 5:43 
GeneralRe: What would you think if a property has value inside a class but inside a form? Pin
Guffa15-Feb-09 12:34
Guffa15-Feb-09 12:34 
AnswerRe: What would you think if a property has value inside a class but inside a form? Pin
Guffa15-Feb-09 12:25
Guffa15-Feb-09 12:25 
In the GetMetaData method you create an instance of the MetaData class, put some data in it and throw away the instance.

Then you create a new instance of the MetaData class, and you expect it to contain the data that was in the instance that you threw away.

Do you see the problem?

Despite everything, the person most likely to be fooling you next is yourself.

QuestionHow could a function read any type of variable's value and return it as a string? Pin
JUNEYT15-Feb-09 2:02
JUNEYT15-Feb-09 2:02 
AnswerRe: How could a function read any type of variable's value and return it as a string? Pin
riced15-Feb-09 3:09
riced15-Feb-09 3:09 
AnswerRe: How could a function read any type of variable's value and return it as a string? Pin
Eddy Vluggen15-Feb-09 3:37
professionalEddy Vluggen15-Feb-09 3:37 
GeneralRe: How could a function read any type of variable's value and return it as a string? Pin
riced15-Feb-09 4:37
riced15-Feb-09 4:37 
GeneralRe: How could a function read any type of variable's value and return it as a string? Pin
JUNEYT15-Feb-09 7:22
JUNEYT15-Feb-09 7:22 
GeneralRe: How could a function read any type of variable's value and return it as a string? Pin
Eddy Vluggen15-Feb-09 7:49
professionalEddy Vluggen15-Feb-09 7:49 
QuestionKeyDown Event keeps firing Pin
Zaegra14-Feb-09 23:25
Zaegra14-Feb-09 23:25 
AnswerRe: KeyDown Event keeps firing Pin
Wendelius15-Feb-09 0:57
mentorWendelius15-Feb-09 0:57 
AnswerRe: KeyDown Event keeps firing Pin
riced15-Feb-09 0:59
riced15-Feb-09 0:59 
GeneralRe: KeyDown Event keeps firing Pin
Zaegra15-Feb-09 2:23
Zaegra15-Feb-09 2:23 
GeneralRe: KeyDown Event keeps firing Pin
riced15-Feb-09 2:48
riced15-Feb-09 2:48 
AnswerRe: KeyDown Event keeps firing Pin
Eddy Vluggen15-Feb-09 3:27
professionalEddy Vluggen15-Feb-09 3:27 
GeneralRe: KeyDown Event keeps firing Pin
Luc Pattyn15-Feb-09 9:56
sitebuilderLuc Pattyn15-Feb-09 9:56 
AnswerRe: KeyDown Event keeps firing Pin
Samir Ibrahim15-Feb-09 22:22
Samir Ibrahim15-Feb-09 22:22 
QuestionVersion check Pin
JR21214-Feb-09 20:50
JR21214-Feb-09 20:50 
AnswerRe: Version check Pin
Dave Kreskowiak15-Feb-09 4:39
mveDave Kreskowiak15-Feb-09 4:39 
GeneralRe: Version check Pin
JR21215-Feb-09 19:39
JR21215-Feb-09 19:39 

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.