elow everyone i have here my code and i want to convert it to vb.net 2005. How can I do it? really need help.
The "File" there will appear as an error saying Name is not declared but on my vb.net syntax it will not appear as an error. How can I do it guys? Thanks in advance and God Bless..Code:If File.Exists Then dsStore.ReadXml(xmlFile) With cmbStore .DataSource = dsStore.Tables("Store") .ValueMember = "name" End With Else![]()




Reply With Quote