Ask Experts Questions for FREE Help !
Ask
    titomay's Avatar
    titomay Posts: 1, Reputation: 1
    New Member
     
    #1

    Jan 20, 2012, 09:51 PM
    What is the error in the word items in this application?
    Public Class Form1
    Private Sub limitTexBox_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles limitTextBox.TextChanged

    End Sub

    Private Sub powertextbox_ItemsChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)

    End Sub

    Private Sub displaytablebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles displaytablebutton.Click
    Dim n As Integer
    Dim n2 As Integer
    Dim n3 As Integer
    Dim limit As Integer

    n = limitTextBox.Text
    n2 = 0
    n3 = 0
    limit = 1
    powertextbox.Items.Add("n n2 n3")

    Do While limit <= n
    n2 = limit ^ 2
    n3 = limit ^ 3
    limit = 1
    powertextbox.Items.Add(" " & limit & " " & n2 & " " & n3)

    Loop
    End Sub

Check out some similar questions!

What does application error 0xc0000005 mean [ 4 Answers ]

I turned my computer on one day and on my screen comes this message. Application failed go initialize properly (0xc0000005). Click enter to close application, but it doesn't do anything and its very frustrating. I called Dell and was charged money for a no fix. This is truly frustrating because I...

Application Error Message [ 3 Answers ]

I am getting an Application Error Message every time the computer first comes on saying "The memory could not be written" - having to do with the "mxtaskz.exe" file. Does anyone out there know what this message mean? Thank you.

Restoring deleted MS word application [ 3 Answers ]

"hi, i have deleted my MS word application incidentally, i need to restore it now bcos i am more familiar with its use. i have a service pack 2 installed with my laptop when it was bought and so i dont have the installation cd, but along the way the WORD got bad and whenever i try to open it i...


View more questions Search
 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.