1) Can someone post a code to save XML files
2) Can someone post a code to open XML files
3) Can some hurry?
Some VB Questions
-
- Posts: 137
- Joined: Sun Jan 30, 2005 7:32 am
- Location: Mississauga
Some VB Questions
Signature exceeded 500x120 pixels.
-
- Posts: 137
- Joined: Sun Jan 30, 2005 7:32 am
- Location: Mississauga
Yes but I am making a special tag maker.
I am having trouble with this part:
I am having trouble with this part:
<Tag>paewmetiejbo</Tag>, It keeps saying cyntax error and shows </Tag>, I had it working before, can anyone help me out here?Private Sub Command1_Click()
xmltxt.Text = "<!--Halo Map Tools: Metadata Structure File--><Results><Map>Blood Gulch</Map>"<Tag>paewmetiejbo</Tag><Filename>weapons\"+""""+txtname+"""" "+"\"+""""+txtname+"""" "
End Sub
Signature exceeded 500x120 pixels.
-
- Posts: 137
- Joined: Sun Jan 30, 2005 7:32 am
- Location: Mississauga
Try removing the " between </Map> and <Tag>marcmarteleira wrote:Yes but I am making a special tag maker.
I am having trouble with this part:<Tag>paewmetiejbo</Tag>, It keeps saying cyntax error and shows </Tag>, I had it working before, can anyone help me out here?Private Sub Command1_Click()
xmltxt.Text = "<!--Halo Map Tools: Metadata Structure File--><Results><Map>Blood Gulch</Map><Tag>paewmetiejbo</Tag><Filename>weapons"+""""+txtname+"""" "+""+""""+txtname+"""" "
End Sub
-
- Posts: 732
- Joined: Wed Nov 26, 2003 11:59 pm
- Location: Raleigh, NC, USA