User Profile

Collapse

Profile Sidebar

Collapse
qatarya3sal
qatarya3sal
Last Activity: Nov 15 '07, 10:39 AM
Joined: Oct 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • qatarya3sal
    replied to update not working
    in .NET
    Is string ... i don't know where the mistake...
    See more | Go to post

    Leave a comment:


  • qatarya3sal
    started a topic update not working
    in .NET

    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...
    See more | Go to post
    Last edited by debasisdas; Nov 12 '07, 08:58 PM. Reason: Formatted using code=vbnet tag.

  • qatarya3sal
    started a topic Please I need your help
    in .NET

    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...
    See more | Go to post
    Last edited by debasisdas; Oct 24 '07, 09:19 AM. Reason: Formatted using code tags

  • qatarya3sal
    replied to Two forms
    in .NET
    reader to read

    i want to know if anybody can understand what i want and help me or no...
    See more | Go to post

    Leave a comment:


  • qatarya3sal
    replied to Two forms
    in .NET
    [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()
    ...
    See more | Go to post
    Last edited by Frinavale; Oct 18 '07, 01:12 PM. Reason: Added [code] tags to make more legible

    Leave a comment:


  • qatarya3sal
    replied to Two forms
    in .NET
    My questions is hard or what nobady can help me or what
    See more | Go to post

    Leave a comment:


  • qatarya3sal
    replied to Two forms
    in .NET
    yes i tried to do it but i don't now how to do it can you help me...
    See more | Go to post

    Leave a comment:


  • qatarya3sal
    replied to Two forms
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • qatarya3sal
    replied to Two forms
    in .NET
    :( nobady can help me
    See more | Go to post

    Leave a comment:


  • qatarya3sal
    replied to Two forms
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • qatarya3sal
    started a topic Two forms
    in .NET

    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...
    See more | Go to post
    Last edited by debasisdas; Oct 15 '07, 11:41 AM. Reason: Formatted using code tags.
No activity results to display
Show More
Working...