Results 1 to 4 of 4

Thread: [RESOLVED] [2005] Converting my vb.net 2003 to vb.net 2005

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member shyguyjeff's Avatar
    Join Date
    Jul 2007
    Location
    City of Durian
    Posts
    289

    Resolved [RESOLVED] [2005] Converting my vb.net 2003 to vb.net 2005

    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.

    Code:
      If File.Exists Then
    
                dsStore.ReadXml(xmlFile)
                With cmbStore
                    .DataSource = dsStore.Tables("Store")
                    .ValueMember = "name"
                End With
            Else
    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..
    Last edited by shyguyjeff; Apr 30th, 2008 at 02:30 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width