Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Shazz Rock

@Shazz Rock
About
Posts
13
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VB.net & XML
    S Shazz Rock

    Hi All... I am trying to load xml file with code mentioned below. Dim XMLDc as XML.XMLDocument XMLDc.Load(file.Path) The problem in above is some file is getting uploaded where as xml file is not. It gives error 'Check the path' where all file is in same folder. Say the path is "D:\Project" there is 3 files 1.xml, 2.xml, 3.xml 1.xml & 3.xml is getting uploaded and 2.xml is not. Generate Error 'Check the path and file should exist' Please explain me the error and how to solve it... Thanx in advance...

    Shazz here to help you...

    Visual Basic help csharp xml tutorial

  • VB 6.0 to VB.Net 2005
    S Shazz Rock

    Dim fso As New FileSystemObject Dim source as String source = "D:\New" For Each File In fso.GetFolder(source).Files code next this returns number and respective file details in vb 6.0 How the above code can be executed in vb.net 2005 Here File is not declared in vb6.0 Please help... Thanx in advance

    Shazz here to help you...

    Visual Basic csharp help

  • XML Node count
    S Shazz Rock

    Thanx for your refernce code. Partially its working fine though I am using VB6.0 application and your mention code belong to vb.net. I am slight confuse for declaration of `Node` because non of IXMLDom related datatype have properties of GetAtttributeValues("ID"). Please guide me how can I proceed. I had search and i tried many things help. Refernece as I had used "Microsoft XML v6.0" Thanx in advance. Awaiting for your reply.

    Shazz here to help you...

    Visual Basic question xml help

  • XML Node count
    S Shazz Rock

    Hello all I need help to count node and their respective id. 1 2 how can i count person node..?? and Person Id = 001 & 002 Thanx in advance.. Shazz here to help you...

    Visual Basic question xml help

  • XML & VB6.0
    S Shazz Rock

    Dear all I am having xml file that look as below ABC 16 XYZ 26 AAA 26 Now i want to read every name and age from the xml file. The code used as Dim XMLDoc As New DOMDocument30 Dim NodLst As IXMLDOMNodeList Dim Node As IXMLDOMNode Dim Nod As IXMLDOMNode Dim nodCnt As Long Dim Data() As String XMLDoc.async = False 'Loading the XML file on C drive If XMLDoc.Load("D:\XML\123.xml") Then '========================== 'Assigning root node to the node list variable Set NodLst = XMLDoc.selectNodes("/People") ReDim Data(NodLst.length) For nodCnt = 0 To NodLst.length - 1 Set Nod = NodLst(nodCnt).selectSingleNode("Person") Data(nodCnt) = Nod.Text Set Nod = NodLst(nodCnt).childNodes(0) '=========================== 'Appending data inside "from" to "to" Data(nodCnt) = Data(nodCnt) & vbTab & Nod.Text Text1.Text = nodCnt Text3.Text = Data(nodCnt) Next nodCnt Else MsgBox ("Can't load file") End If The result is ABC () 16 where as i need Name="ABC" & Age="16" Please help Thanx in advance...!!! Shazz here to help you...

    Visual Basic xml help

  • how to send a email....
    S Shazz Rock

    Check your web.config file as far as my knowledge is concern we mention port number in web.config.

    Shazz here to help you...

    ASP.NET help tutorial question

  • Data in Gridview ASP .Net on button click event
    S Shazz Rock

    Hello All, I am beginner in ASP .NET I had used SQL2000, GridView and SQLDataSource. While creating SQDataSource1 query was mentioned "Select top 5 EmployeeId, FirstName from Employee". As page is loaded it show data without error. Now I had added button on its click event I had used mentioned query "Select top 5 ProductId, ProductName from Product". My question is can again GridView can be bind with DataKeyNames. If yes how can i do it. I had try code in vb & c#. Please help. Thanks in advance

    Shazz here to help you...

    ASP.NET csharp help question database learning

  • New folder on ftp
    S Shazz Rock

    Thanx Dave This is my code I had used Inet for URL COnnection along with username password host_name = txtHost.Text If LCase$(Left$(host_name, 6)) <> "ftp://" Then host_name = "ftp://" & host_name inetFTP.URL = host_name inetFTP.UserName = txtUserName.Text inetFTP.Password = txtPassword.Text I hope now you got the code and you can help me. Please help....

    Shazz here to help you...

    Visual Basic help

  • New folder on ftp
    S Shazz Rock

    Hello All I had connected ftp using vb6.0 application and want to create new folder on ftp using vb6.0. Please help. Thanx regards Shazz

    Shazz here to help you...

    Visual Basic help

  • web browser
    S Shazz Rock

    hello everyone. i want to open website by using vb6.0 application. Please help..

    Shazz here to help you...

    Visual Basic help

  • shell
    S Shazz Rock

    thanx for reply... same error again actually there is no sapce present...

    Visual Basic help linux

  • shell
    S Shazz Rock

    thanx... do i hav to add preference or component.... if not then sorrrry to say it didn't work... please give another solution....

    Visual Basic help linux

  • shell
    S Shazz Rock

    Dear All I had used following code in VB6.0 to open test document through shell and I got following error.... Code: Shell "C:\shashi\test.doc" Error: Invalid procedure call or argument Code: Shell "C:\Program Files\Microsoft Office\OFFICE11\winword.exe" & "C:\shashi\test.doc" Error: File Not Found Please help......

    Visual Basic help linux
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups