all groups > dotnet xml > july 2004 >
You're in the

dotnet xml

group:

how do i write checkbox to.....


how do i write checkbox to..... Supra
7/31/2004 10:21:44 AM
dotnet xml:
how do i write checkbox1 boolean to xml
in vb6 i can only do cstr( checkbox1.value) but in vb.net can't write
to xml. i am doing irc chat similar to mirc or pirch chat.

rw.WriteConfigInfo("User Modes", chkInvisible.Text,
chkInvisible.Checked, "PirateChat.xml")


in procedure events:
' Both the Key and the Value are filled
' Find the key
node1 =
(Doc.DocumentElement).SelectSingleNode("/configuration/" & aSection &
"/" & aKey) <======= error occured in here.

does ne 1 know how to write chebox to xml?
i want to save setting in ........ Supra
7/31/2004 11:50:33 AM
i wanted checkbox save setting to 1 to 0
An unhandled exception of type 'System.Xml.XPath.XPathException'
occurred in system.xml.dll

Additional information: System error.
regards,

[quoted text, click to view]
i solved it......... Supra
7/31/2004 1:00:41 PM
don't worry about me. i just solved it by myself for 4 days. thank
goddness! 8-)
regards,

[quoted text, click to view]
AddThis Social Bookmark Button