HOW TO CREATE ADVANCE SCIENTIFIC CALCULATOR USING VISUAL BASIC 6.0 PART 1

Поделиться
HTML-код
  • Опубликовано: 30 окт 2024

Комментарии • 40

  • @jonalynmalinao2627
    @jonalynmalinao2627 5 лет назад +5

    Can you share the code? I've been following this tutorial for my project

  • @paulchristiantv2558
    @paulchristiantv2558 6 лет назад +3

    I cant understand the last code . Can you show me the whole code ?
    Thanks in advance 😃

  • @bajonk9024
    @bajonk9024 2 года назад

    Does it run if i type 2+3x4?
    Edit: What i mean is does it applied pemdas too if i type multiple equation

  • @graftingofthetreebyakash2083
    @graftingofthetreebyakash2083 2 года назад

    If the code was available, I would be very helpful. Give the code?

  • @emir870
    @emir870 6 лет назад

    can you explain how you got formulas for mathematical units

  • @minka866
    @minka866 2 года назад

    Win7?

  • @unofficial_eric1376
    @unofficial_eric1376 3 года назад

    Share the code or
    Explain the symbol
    Text1.text=text1.text symbol right

  • @Artandaura
    @Artandaura 6 лет назад

    What is the coding for sin ,Log ,Tan

  • @carmelindacartoneros5028
    @carmelindacartoneros5028 4 года назад

    can i ask for the code of tan and ln? thank you

  • @dennismarquez8281
    @dennismarquez8281 5 лет назад +1

    can you share the code

  • @leonardlandicho5655
    @leonardlandicho5655 5 лет назад +1

    what is the code for tan?

    • @alfiebelo4498
      @alfiebelo4498 5 лет назад

      HAHAHA taga mabini ka ba rin? Hirap hanapin code sa Tan noh?

  • @noname-ke7kx
    @noname-ke7kx 4 года назад

    Whats da code for Sin, Ln, Log, and Tan?
    In need of help cuz of this project
    Would appreciate if u help me

    • @lustepfordresourcecenter6176
      @lustepfordresourcecenter6176  4 года назад

      Please, check this video for further explanations at this link: ruclips.net/video/hu5yg_ZqYzg/видео.html

  • @allen244
    @allen244 5 лет назад +1

    text1.text = text1.text & have error compiler told that method or data member not found help me plsss :D

    • @allen244
      @allen244 5 лет назад

      bruhh notice me plss

    • @unofficial_eric1376
      @unofficial_eric1376 3 года назад

      Same here I can’t get the symbols use I don’t think is & symbol

  • @surjosoft9688
    @surjosoft9688 4 года назад

    please check this calculation ---> 1 / 15
    if answer comes 0.066666666.... (same as mobile calculator or actual calculator) then your calculator is good.
    but if answer comes 6.66666666 then explain how is it possible..? that's min calculator not working properly..
    please check and reply must..

    • @lustepfordresourcecenter6176
      @lustepfordresourcecenter6176  4 года назад +1

      Please, check this video where I explain every thing base on your concern. Click on this Link ruclips.net/video/aMXPOv_I7QQ/видео.html, thanks for watching.

    • @lustepfordresourcecenter6176
      @lustepfordresourcecenter6176  4 года назад +1

      Please, check this video for further explanations at this link: ruclips.net/video/hu5yg_ZqYzg/видео.html

  • @eddysidemen77
    @eddysidemen77 6 лет назад

    first i enjoy but in minutes 25.09 u're don't know why not work at X^y. i followed ure step n ure not write code at X^y. im new too but thanks for share thats tutorial

    • @lustepfordresourcecenter6176
      @lustepfordresourcecenter6176  4 года назад

      Lustepford Resource center
      Lustepford Resource center
      1 second ago
      Please, check this video for further explanations at this link: ruclips.net/video/hu5yg_ZqYzg/видео.html

  • @ladobaba120
    @ladobaba120 2 года назад

    Coding plz send

  • @arpanchatterjee1552
    @arpanchatterjee1552 6 лет назад

    You haven't coded the button ce

  • @emir870
    @emir870 6 лет назад

    Can you share code

  • @allen244
    @allen244 5 лет назад

    heyyy bruhhh help me pls

  • @MadieElle
    @MadieElle 4 года назад +1

    Wtf I can't understand a thing🤣🤣🤣

  • @Artandaura
    @Artandaura 6 лет назад

    what is the coding of "cos" and "X^2"

    • @lustepfordresourcecenter6176
      @lustepfordresourcecenter6176  6 лет назад

      code for cos
      Private Sub Command25_Click()
      Text1.Text = Math.Cos(Text1.Text * 1.74532925199433E-02)
      End Sub
      1.74532925199433E-02 = conversion factor for converting angle in degree to radian
      1.74532925199433E-02 is equal to pi()/180
      code for X*2 is
      Private Sub Command19_Click()
      Text1.Text = (Text1.Text) ^ 2
      End Sub

    • @lustepfordresourcecenter6176
      @lustepfordresourcecenter6176  4 года назад

      Lustepford Resource center
      Please, check this video for further explanations at this link: ruclips.net/video/hu5yg_ZqYzg/видео.html