Click here to Skip to main content
15,890,670 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb.net compact framework, windows mobile Pin
Mycroft Holmes18-Jan-09 20:57
professionalMycroft Holmes18-Jan-09 20:57 
QuestionBuild multiple Exes with one Exe Pin
pavanip18-Jan-09 18:29
pavanip18-Jan-09 18:29 
AnswerRe: Build multiple Exes with one Exe Pin
Mycroft Holmes18-Jan-09 21:01
professionalMycroft Holmes18-Jan-09 21:01 
GeneralRe: Build multiple Exes with one Exe Pin
pavanip18-Jan-09 21:14
pavanip18-Jan-09 21:14 
GeneralRe: Build multiple Exes with one Exe Pin
pavanip19-Jan-09 17:50
pavanip19-Jan-09 17:50 
GeneralRe: Build multiple Exes with one Exe Pin
Dave Kreskowiak20-Jan-09 2:17
mveDave Kreskowiak20-Jan-09 2:17 
GeneralRe: Build multiple Exes with one Exe Pin
Jon_Boy20-Jan-09 7:35
Jon_Boy20-Jan-09 7:35 
QuestionAdding a new record in XML Pin
Nanda_MR18-Jan-09 18:22
Nanda_MR18-Jan-09 18:22 
I am using XML as data storage. In below code data is added but problem is Previous data losing.
The Previous data deleted and new data is added give me any solution.
This is code I m using.

Dim xml_write As New XmlTextWriter(Application.StartupPath & "\sam.xml", System.Text.Encoding.UTF8)
With xml_write
    .Formatting = Formatting.Indented
    .Indentation = 8

    .WriteStartDocument(False)
    .WriteStartElement("CP")
    .WriteStartElement("rec")
    .WriteAttributeString("no", "Male")
    .WriteElementString("f1", "5001")
    .WriteElementString("f2", "5002")
    .WriteElementString("f3", "BOB")
    .WriteElementString("f4", "BOB")
    .WriteElementString("f5", "BOB")
    .WriteElementString("f6", "BOB")
    .WriteElementString("f7", "BOB")
    .WriteElementString("f8", "BOB")
    .WriteEndElement()
    .WriteEndElement()
    .WriteEndDocument()
    .Flush()
    .Close()
End With


Thanks in advance.
AnswerRe: Adding a new record in XML Pin
Mycroft Holmes18-Jan-09 21:08
professionalMycroft Holmes18-Jan-09 21:08 
AnswerRe: Adding a new record in XML Pin
N a v a n e e t h18-Jan-09 21:15
N a v a n e e t h18-Jan-09 21:15 
GeneralRe: Adding a new record in XML Pin
Nanda_MR18-Jan-09 23:26
Nanda_MR18-Jan-09 23:26 
QuestionRetain Text Format in Rich Text Box Pin
nishkarsh_k18-Jan-09 17:17
nishkarsh_k18-Jan-09 17:17 
QuestionRe: Retain Text Format in Rich Text Box Pin
nishkarsh_k18-Jan-09 18:04
nishkarsh_k18-Jan-09 18:04 
AnswerRe: Retain Text Format in Rich Text Box Pin
N a v a n e e t h18-Jan-09 21:22
N a v a n e e t h18-Jan-09 21:22 
GeneralRe: Retain Text Format in Rich Text Box Pin
supercat919-Jan-09 6:20
supercat919-Jan-09 6:20 
QuestionShell "File Not Found" Pin
TheComputerMan18-Jan-09 11:48
TheComputerMan18-Jan-09 11:48 
AnswerRe: Shell "File Not Found" Pin
TheComputerMan18-Jan-09 12:35
TheComputerMan18-Jan-09 12:35 
Questionmarquee text Pin
dahras18-Jan-09 9:52
dahras18-Jan-09 9:52 
AnswerRe: marquee text Pin
Wendelius18-Jan-09 10:06
mentorWendelius18-Jan-09 10:06 
GeneralRe: marquee text Pin
dahras29-Jan-09 0:17
dahras29-Jan-09 0:17 
GeneralRe: marquee text Pin
Wendelius29-Jan-09 10:12
mentorWendelius29-Jan-09 10:12 
GeneralRe: marquee text Pin
dahras30-Jan-09 5:41
dahras30-Jan-09 5:41 
GeneralRe: marquee text Pin
Wendelius30-Jan-09 7:34
mentorWendelius30-Jan-09 7:34 
QuestionMonitoring printer - help ! Pin
xx77abs18-Jan-09 7:50
xx77abs18-Jan-09 7:50 
AnswerRe: Monitoring printer - help ! Pin
Wendelius18-Jan-09 8:21
mentorWendelius18-Jan-09 8:21 

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.