Click here to Skip to main content
15,895,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionport knocking Pin
joby224330-Mar-06 19:53
joby224330-Mar-06 19:53 
AnswerRe: port knocking Pin
Dave Kreskowiak31-Mar-06 5:09
mveDave Kreskowiak31-Mar-06 5:09 
QuestionMoving any Control (For instance BUTTON) on the Form's surface Pin
Mr. Arfan Qadir30-Mar-06 18:52
Mr. Arfan Qadir30-Mar-06 18:52 
AnswerRe: Moving any Control (For instance BUTTON) on the Form's surface Pin
sathish s30-Mar-06 21:02
sathish s30-Mar-06 21:02 
GeneralRe: Moving any Control (For instance BUTTON) on the Form's surface Pin
Dave Kreskowiak31-Mar-06 5:05
mveDave Kreskowiak31-Mar-06 5:05 
AnswerRe: Moving any Control (For instance BUTTON) on the Form's surface Pin
Dave Kreskowiak31-Mar-06 5:03
mveDave Kreskowiak31-Mar-06 5:03 
QuestionSimplify your life with Object Binding Pin
Iqbal M Khan30-Mar-06 18:50
Iqbal M Khan30-Mar-06 18:50 
QuestionClear XML Element Pin
nitin_ion30-Mar-06 18:40
nitin_ion30-Mar-06 18:40 
I have a web service which is creating a xml document.

Every thing works fine for the first time.

But the second time when i try

there is already some value in the Root element.

Declaration = objXMLDoc.CreateXmlDeclaration("1.0", Nothing, "yes")
Dim Root As XmlElement = objXMLDoc.DocumentElement

' Clear all the attributes and values from the element.
If IsNothing(Root) = False Then
Root = Nothing
root.RemoveAll
End If

(Error Line Second time)objXMLDoc.InsertBefore(Declaration, Root)


and the error i get is:-
"Cannot insert the node in the specified location"

i have tried everythng "Nothing", "removeall"

Does any one know how to solve this.
QuestionFile transfer help Pin
Mega130-Mar-06 17:27
Mega130-Mar-06 17:27 
AnswerRe: File transfer help Pin
hbk72331-Mar-06 1:35
hbk72331-Mar-06 1:35 
GeneralRe: File transfer help Pin
Mega131-Mar-06 4:08
Mega131-Mar-06 4:08 
GeneralRe: File transfer help Pin
Chatura Dilan31-Mar-06 17:43
Chatura Dilan31-Mar-06 17:43 
QuestionLoad html page in VB.NET Pin
lucdt30-Mar-06 17:03
lucdt30-Mar-06 17:03 
AnswerRe: Load html page in VB.NET Pin
sathish s30-Mar-06 20:02
sathish s30-Mar-06 20:02 
Questionnull value - datetimepicker checked property Pin
VaLynna30-Mar-06 16:36
VaLynna30-Mar-06 16:36 
AnswerRe: null value - datetimepicker checked property Pin
sathish s30-Mar-06 19:05
sathish s30-Mar-06 19:05 
QuestionHowto:Transfer or show display Excel data into listbox with VB.NET Pin
jikadawe30-Mar-06 16:34
jikadawe30-Mar-06 16:34 
Questionview video Pin
vivayor kong30-Mar-06 15:49
vivayor kong30-Mar-06 15:49 
AnswerRe: view video Pin
Dave Kreskowiak31-Mar-06 4:40
mveDave Kreskowiak31-Mar-06 4:40 
QuestionDataset.HasChanges won't becomeTrue! Pin
MohammadAmiry30-Mar-06 12:59
MohammadAmiry30-Mar-06 12:59 
Questiontopmost Pin
SVb.net30-Mar-06 12:07
SVb.net30-Mar-06 12:07 
AnswerRe: topmost Pin
Steve Pullan30-Mar-06 12:59
Steve Pullan30-Mar-06 12:59 
AnswerRe: topmost Pin
Joshua Quick30-Mar-06 14:06
Joshua Quick30-Mar-06 14:06 
AnswerUse Desktops Pin
MohammadAmiry30-Mar-06 14:18
MohammadAmiry30-Mar-06 14:18 
GeneralRe: Use Desktops Pin
Joshua Quick30-Mar-06 23:46
Joshua Quick30-Mar-06 23:46 

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.