User Profile
Collapse
-
Is string ... i don't know where the mistake... -
update not working
[code=vbnet]Imports System.XML
Public Class Form1
Inherits System.Windows. Forms.Form
Private Sub Form1_Load(ByVa l sender As System.Object, ByVal e As System.EventArg s) Handles MyBase.Load
transactions = New Transaction() {}
GCC.Open()
End Sub
Private Sub btnLoad_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles btnLoad.Click... -
Please I need your help
[code=vbnet]Imports System.IO
Public Class CourseDisplay
Inherits System.Windows. Forms.Form
Dim studnetcount As Integer = 0
Dim tempStr As String = ""
Dim studentID As String
Dim studentName As String
Dim program As String
Dim Students As Student() = New Student() {}
Dim StudentString As String
Private Sub Display_Load(By Val... -
reader to read
i want to know if anybody can understand what i want and help me or no...Leave a comment:
-
[code=vbnet]
Dim tempStr as string' (tempStr is a stirng variable it)
Dim studentCount as integer = 0'(studentCount is an integer variable)
While reader.Read() '((WHILE there are more tags))
'((if tag is "courseID"
'read contents and display on form
'END IF) )
If reader.Name = "courseID" Then
Label1.Text = reader.ReadElem entString()
...Leave a comment:
-
-
yes i tried to do it but i don't now how to do it can you help me...Leave a comment:
-
what i try to do
Dim document As XmlDocument = New XmlDocument
document.Load(" CP2830.xml")
Dim reader As XmlNodeReader = New XmlNodeReader(d ocument)
While reader.Read()
If reader.Name = "courseID" Then
Label1.Text = reader.ReadElem entString()
End If
If reader.Name...Leave a comment:
-
-
I don't have error but i don't know how to do some steps .. the last one
please help me
*********** the problem is how can i leave it to read the studnent
or how i can do this ( that i have to do it )
tempStr is a stirng variable
studentCount is an integer variable
studentCount =0
WHILE there are more tags
if tag is "courseID"
read...Leave a comment:
-
Two forms
*** This is the first form i called it Form1?******
*************** *************** *************** *************
[CODE=vbnet]Imports System.Xml
Imports System.IO
Public Class Form1
Inherits System.Windows. Forms.Form
Private Sub btnFile_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles lodbtn.Click
Dim ofd As OpenFileDialog = New OpenFileDialog...
No activity results to display
Show More
Leave a comment: