Search results for query: *

  • Users: LMCKC207
  • Content: Threads
  • Order by date
  1. LMCKC207

    Resolved how to display text in a listbox?

    Hello, I need some help, please. I'm trying to replicate this image but I have no idea how to do the squared one. It is a list box but I don't know how to display the text like that inside of that.
  2. LMCKC207

    Question How to perform calculations without pressing the equal sign in a calculator?

    Private Sub btnNumbers_Click(sender As Object, e As EventArgs) Handles btn9.Click, btn8.Click, btn6.Click, btn5.Click, btn4.Click, btn3.Click, btn2.Click, btn1.Click, btn0.Click Dim btnNum As Button = CType(sender, Button) input = CDbl(btnNum.Text) If txtInput.Text =...
  3. LMCKC207

    Resolved How to display the win 10 calculator history?

    Hi I need some little help here. I'm trying to make a look-alike of win 10 calculator for my project but I can't understand the logic of the history (I don't know what it's called it just look like the history of what you do.) The circled one is what I'm trying to achieve but I can't make it to...
  4. LMCKC207

    Answered How to clear numeric updown control and retained the value of the label?

    I have a NumericUpDown in my Form and a Label which changes the value depending on the NumericUpDown value change event. I also have a clear Button which clears the NumericUpDown and a save Button because my form is connected to a database. What is happening is when I press the up in...
Back
Top