VB.NET: Get Random Math Questions With Random Operators

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 7

  • @alyagoot94
    @alyagoot94 7 ปีที่แล้ว

    thanks , also nice tutorial

  • @Thoriun
    @Thoriun 5 ปีที่แล้ว

    u do not need a try, u can restrict the textbox3 to numbers
    Private Sub TextBox3_KeyPress(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox3.KeyPress
    If Not Char.IsDigit(e.KeyChar) And Not Char.IsControl(e.KeyChar) Then
    e.Handled = True
    End If
    End Sub

  • @ereveluzano6005
    @ereveluzano6005 6 ปีที่แล้ว

    is this a project for WindowsFormsApp (.NetFramework)
    please reply I really want to learn

  • @abrashsheikh885
    @abrashsheikh885 3 ปีที่แล้ว

    Hey! can you do this in c++?

    • @ANdR3WISCOOL
      @ANdR3WISCOOL  3 ปีที่แล้ว

      Certainly could 😊

    • @abrashsheikh885
      @abrashsheikh885 3 ปีที่แล้ว

      @@ANdR3WISCOOL please make a video on it asap..thanks alot!