Click here to Skip to main content
15,897,315 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: I need vb.net code for automated mobile message reading system connected with com port Pin
Dave Kreskowiak25-Nov-09 8:47
mveDave Kreskowiak25-Nov-09 8:47 
GeneralOK [modified] Pin
After-Darkness25-Nov-09 8:24
After-Darkness25-Nov-09 8:24 
AnswerRe: Your tutorial Didn't work please help me Pin
LloydA11125-Nov-09 8:51
LloydA11125-Nov-09 8:51 
AnswerRe: Your tutorial Didn't work please help me Pin
Dave Kreskowiak25-Nov-09 8:56
mveDave Kreskowiak25-Nov-09 8:56 
AnswerRe: OK Pin
Dave Kreskowiak25-Nov-09 13:21
mveDave Kreskowiak25-Nov-09 13:21 
GeneralRe: OK Pin
Ashfield25-Nov-09 21:07
Ashfield25-Nov-09 21:07 
Questiondynamic deserialization Pin
Ebube25-Nov-09 3:36
Ebube25-Nov-09 3:36 
AnswerRe: dynamic deserialization Pin
Dave Kreskowiak25-Nov-09 7:20
mveDave Kreskowiak25-Nov-09 7:20 
Ebube wrote:
how can i deserialize this on the fly so i can say
product.productattribute.size =12


This doesn't make sense to me. Are you asking how you can set the value of a property that doesn't exist at design time?? You can't, since, obviously, the size property doesn't exist. It must be defined in the class before you can use it.

You can do something more like this:
product.productattribute("size") = 12

IF this is what you're really trying to do...


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: dynamic deserialization Pin
Ebube25-Nov-09 11:02
Ebube25-Nov-09 11:02 
GeneralRe: dynamic deserialization Pin
Dave Kreskowiak25-Nov-09 13:19
mveDave Kreskowiak25-Nov-09 13:19 
GeneralRe: dynamic deserialization Pin
Ebube28-Nov-09 1:08
Ebube28-Nov-09 1:08 
GeneralRe: dynamic deserialization Pin
Dave Kreskowiak28-Nov-09 7:07
mveDave Kreskowiak28-Nov-09 7:07 
GeneralRe: dynamic deserialization Pin
Ebube28-Nov-09 8:38
Ebube28-Nov-09 8:38 
GeneralRe: dynamic deserialization Pin
David Skelly25-Nov-09 22:36
David Skelly25-Nov-09 22:36 
GeneralRe: dynamic deserialization Pin
Ebube26-Nov-09 8:43
Ebube26-Nov-09 8:43 
GeneralRe: dynamic deserialization Pin
David Skelly26-Nov-09 22:23
David Skelly26-Nov-09 22:23 
GeneralRe: dynamic deserialization Pin
Ebube27-Nov-09 7:16
Ebube27-Nov-09 7:16 
QuestionPlease help me to solve problem from Component DevExpress for Visual Studio 2008 Pin
tannghia25-Nov-09 2:25
tannghia25-Nov-09 2:25 
AnswerRe: Please help me to solve problem from Component DevExpress for Visual Studio 2008 Pin
Alan N25-Nov-09 4:20
Alan N25-Nov-09 4:20 
GeneralRe: Please help me to solve problem from Component DevExpress for Visual Studio 2008 Pin
tannghia25-Nov-09 4:43
tannghia25-Nov-09 4:43 
QuestionSort column in datatable Pin
helelark12325-Nov-09 1:17
helelark12325-Nov-09 1:17 
AnswerRe: Sort column in datatable Pin
Johan Hakkesteegt25-Nov-09 1:36
Johan Hakkesteegt25-Nov-09 1:36 
GeneralRe: Sort column in datatable Pin
helelark12325-Nov-09 1:57
helelark12325-Nov-09 1:57 
GeneralRe: Sort column in datatable Pin
Johan Hakkesteegt25-Nov-09 2:44
Johan Hakkesteegt25-Nov-09 2:44 
AnswerRe: Sort column in datatable Pin
helelark12325-Nov-09 5:26
helelark12325-Nov-09 5:26 

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.