User Profile

Collapse

Profile Sidebar

Collapse
magtime
magtime
Last Activity: Apr 9 '17, 01:11 PM
Joined: Oct 29 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Can you take specific text from a textbox and input it into a messagebox?

    I have a messagebox that asks if I want to delete a specific ebook from my listbox.
    The message says, "“Do you want to remove the x eBook?” the x needs to be the title of the book selected.
    This is what I have:

    Code:
        Private Sub btnRemove_Click(sender As Object, e As EventArgs) Handles btnRemove.Click
            ' removes the selected line from the list box
            Dim x As String = lstEbooks.Text()
    ...
    See more | Go to post

  • Can you take specific text from a textbox and input it into a messagebox?

    I have a messagebox that asks if I want to delete a specific ebook from my listbox.
    The message says, "“Do you want to remove the x eBook?” the x needs to be the title of the book selected.
    This is what I have:

    Code:
        Private Sub btnRemove_Click(sender As Object, e As EventArgs) Handles btnRemove.Click
            ' removes the selected line from the list box
            Dim x As String = lstEbooks.Text()
    ...
    See more | Go to post

  • program that uses two other functions calculating grossPay for an employee and calcul

    I am writing a program that has three functions. The main, a void function that calculates grossPay based on employees hours and rate, and a return-value function that totals grossPay from void function.

    I have created the main function and void function but am not sure how to add in the totalGrossPay function.

    Please help

    Thank you
    See more | Go to post
No activity results to display
Show More
Working...