Click here to Skip to main content
15,868,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionregex Pin
balakpn28-Apr-07 3:43
balakpn28-Apr-07 3:43 
AnswerRe: regex Pin
Dave Kreskowiak28-Apr-07 5:25
mveDave Kreskowiak28-Apr-07 5:25 
GeneralRe: regex Pin
balakpn30-Apr-07 2:30
balakpn30-Apr-07 2:30 
GeneralRe: regex Pin
Dave Kreskowiak30-Apr-07 7:58
mveDave Kreskowiak30-Apr-07 7:58 
GeneralRe: regex Pin
balakpn30-Apr-07 19:29
balakpn30-Apr-07 19:29 
QuestionSerialize the class Pin
ParagGupta28-Apr-07 3:13
ParagGupta28-Apr-07 3:13 
AnswerRe: Serialize the class Pin
kubben28-Apr-07 5:18
kubben28-Apr-07 5:18 
AnswerRe: Serialize the class Pin
Dave Kreskowiak28-Apr-07 5:21
mveDave Kreskowiak28-Apr-07 5:21 
The problem is that in the XML file, both City properties will have the same exact name. This obviously won't work. So, you have to change the name of one of the City properties in the file, not necessarily in your code. This is easily done if you use the XmlElement attribute on the property definition:
<XmlElement(ElementName = "AddrCity")> _
Public Property City() As String
    ...



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


AnswerRe: Serialize the class Pin
Eugene Ciloci28-Apr-07 12:31
Eugene Ciloci28-Apr-07 12:31 
GeneralRe: Serialize the class Pin
ParagGupta29-Apr-07 18:26
ParagGupta29-Apr-07 18:26 
QuestionMS Access and MS Outlook connection Pin
neeez28-Apr-07 0:57
neeez28-Apr-07 0:57 
AnswerRe: MS Access and MS Outlook connection Pin
Dave Kreskowiak28-Apr-07 5:12
mveDave Kreskowiak28-Apr-07 5:12 
QuestionAdob PDF Printer Pin
Ramuv28-Apr-07 0:32
Ramuv28-Apr-07 0:32 
AnswerRe: Adob PDF Printer Pin
Dave Kreskowiak28-Apr-07 5:13
mveDave Kreskowiak28-Apr-07 5:13 
QuestionRemote Sql Server Connectivity Pin
Rupesh Kumar Swami27-Apr-07 22:30
Rupesh Kumar Swami27-Apr-07 22:30 
AnswerRe: Remote Sql Server Connectivity Pin
kubben28-Apr-07 1:23
kubben28-Apr-07 1:23 
GeneralRe: Remote Sql Server Connectivity Pin
Rupesh Kumar Swami30-Apr-07 19:29
Rupesh Kumar Swami30-Apr-07 19:29 
AnswerRe: Remote Sql Server Connectivity Pin
Dave Kreskowiak28-Apr-07 4:56
mveDave Kreskowiak28-Apr-07 4:56 
Question2d array and 1d arrays Pin
mpyanap27-Apr-07 21:55
mpyanap27-Apr-07 21:55 
AnswerRe: 2d array and 1d arrays Pin
Sathesh Sakthivel27-Apr-07 22:11
Sathesh Sakthivel27-Apr-07 22:11 
QuestionwebClient On Vista Problem Pin
PCAVV27-Apr-07 20:29
PCAVV27-Apr-07 20:29 
Question[Message Deleted] Pin
navyasri27-Apr-07 18:42
navyasri27-Apr-07 18:42 
AnswerRe: very urgent Pin
Christian Graus27-Apr-07 19:54
protectorChristian Graus27-Apr-07 19:54 
AnswerRe: very urgent Pin
Dave Kreskowiak28-Apr-07 4:36
mveDave Kreskowiak28-Apr-07 4:36 
GeneralRe: very urgent Pin
Christian Graus28-Apr-07 13:07
protectorChristian Graus28-Apr-07 13: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.