SIMPLE CALCULATOR APPLICATION USING MICROSOFT VISUAL BASICS 6.0 IN TAMIL

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

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

  • @SURYAPRAKASHCS-fs5yf
    @SURYAPRAKASHCS-fs5yf 3 ปีที่แล้ว +3

    Thanks Sister Sem Practical intha Program Tha Vandhuchu 👍 Output Vanthuruchu

  • @Prithiya-d2o
    @Prithiya-d2o 4 หลายเดือนก่อน +2

    Very usefull mam thank you

  • @unsolvedreportstamil
    @unsolvedreportstamil 2 ปีที่แล้ว +4

    Thank you sooooo much mam. This coding was so easy to learn and execute. Because of watching your video the fear of learning VB has gone and today I wrote this calculator program in my practical lab in my college. It really worked 👌🏻🙌🏻❤. Keep posting videos and make everyone understand.

    • @PowerfulLearning
      @PowerfulLearning  2 ปีที่แล้ว +1

      Super super 👏🤩. If u find time, kindly watch my other free certifications videos

    • @unsolvedreportstamil
      @unsolvedreportstamil 2 ปีที่แล้ว

      @@PowerfulLearning sure mam ☺️

  • @ajanthinithanjai3433
    @ajanthinithanjai3433 ปีที่แล้ว

    I have practical for next month mam....so are you send now its very usefull for me mam....

  • @MuthusamyVigneswaran
    @MuthusamyVigneswaran หลายเดือนก่อน +1

    Thank you so much

  • @madrasmersal8593
    @madrasmersal8593 ปีที่แล้ว

    Super mam
    Mam indha calculatorla keypress panna mudiyuma mam
    Oru video podunga mam

  • @moksha2756
    @moksha2756 3 ปีที่แล้ว +1

    i did. it is clearly understandable

  • @dharunithkalviyagam6157
    @dharunithkalviyagam6157 2 ปีที่แล้ว

    very useful mam.this video very very useful now a time

  • @geetharaja3452
    @geetharaja3452 2 ปีที่แล้ว +1

    I need coding mam

  • @ajanthinithanjai3433
    @ajanthinithanjai3433 ปีที่แล้ว

    Hai mam....
    Can you send the video for payroll application on v.b....

    • @PowerfulLearning
      @PowerfulLearning  ปีที่แล้ว

      Currently I don't have VB license. You can fetch that from Google.

  • @madrasmersal8593
    @madrasmersal8593 ปีที่แล้ว

    Mam indha videola calculation mouse click panromla mam adhe maari keyboard press panni answer pannanum mam adhuku oru video podunga mam

  • @nighthustler15
    @nighthustler15 ปีที่แล้ว

    Crystal clear....⭐

    • @PowerfulLearning
      @PowerfulLearning  ปีที่แล้ว

      thanks pa

    • @nighthustler15
      @nighthustler15 ปีที่แล้ว

      If you want to edit videos, just give it to me I'll edit those contents for free!
      Trust me I'm an editor :)
      -Sivakarthikeyan.S

    • @PowerfulLearning
      @PowerfulLearning  ปีที่แล้ว

      @@nighthustler15 hi thank you so much for asking. If i need help in future will revert u

  • @dharanikalanayakkar
    @dharanikalanayakkar 7 หลายเดือนก่อน +1

    Sister CS ku edhavathu easy ah project topic solunga final year & data base ilama

    • @PowerfulLearning
      @PowerfulLearning  7 หลายเดือนก่อน +1

      Check project with code playlist

    • @dharanikalanayakkar
      @dharanikalanayakkar 7 หลายเดือนก่อน +1

      Please kka reply for me any ideas

    • @dharanikalanayakkar
      @dharanikalanayakkar 7 หลายเดือนก่อน +1

      Enga mam project topic kudukala
      Engaliye topic choose panna solranga kka😥
      Please neenga pathtu text panuga epdinu😐

    • @PowerfulLearning
      @PowerfulLearning  7 หลายเดือนก่อน +1

      @@dharanikalanayakkar Naa sona playlist ah clear pathingala sister ?! Neraya videos la automatic ah title generation, documentation and code generation too included plus popular topics also posted.

    • @PowerfulLearning
      @PowerfulLearning  7 หลายเดือนก่อน +1

      @@dharanikalanayakkar sister kindly check project with code playlist. Konjam 5 minutes spend Pani athula ena iruku nu observe.

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

    HI THIS IS ABDUL RAHMAN,I LIVE IN ABUDHABI. I WATCHED YOUR VB6 TUTOR VIDEO FANTASTIC .CAN YOU UPLOAD MORE VB6 TUTOR VIDEO.I WOULD LIKE TO LEARN VB6 .I EXCITED MADAM

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

      HI I have uploaded 5 VB programs. You can check my VB playlist. Link for playlist : th-cam.com/video/4vR75Wm4n7U/w-d-xo.html

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

      @@PowerfulLearning can you upload invoice form
      if I make bill automatically store in database.and invoice reports form

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

      @@Abdulrahmanoffic I don't have SQL Plus in my pc. Sorry. But I will try to do.

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

      @@PowerfulLearning ok sister
      Thank you for reply me

  • @sruthis905
    @sruthis905 3 ปีที่แล้ว +1

    Can u please send me the source code. For me the arithmetic operations are not performing. Values are entered when I click = ans is not calculated.

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

      Make sure you have declared fn and op As integer in general declaration.
      If op=1 Then
      Text1.Text=Val(fn) + Val(Text1.Text)
      ElseIf op=2 Then
      Text1.Text=Val(fn) -Val(Text1.Text)
      ElseIf op=3 Then
      Text1.Text=Val(fn) * Val(Text1.Text)
      ElseIf op=4 Then
      Text1.Text=Val(fn) / Val(Text1.Text)
      End If

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

      Thank u

  • @maheswarisakthi6167
    @maheswarisakthi6167 2 ปีที่แล้ว

    It is very useful thank u so much

  • @ajayraj1618
    @ajayraj1618 2 ปีที่แล้ว

    Thanks for ❤️❤️❤️

  • @0RiderVasanth
    @0RiderVasanth 3 ปีที่แล้ว

    Super very useful

  • @AnbeSivam-gf5of
    @AnbeSivam-gf5of 7 หลายเดือนก่อน +1

    Visual Basic eapdi download panurathu akka😢😢

    • @PowerfulLearning
      @PowerfulLearning  7 หลายเดือนก่อน

      @@AnbeSivam-gf5of hi brother. Kindly search on TH-cam tamil la oru tutorial iruku.

    • @AnbeSivam-gf5of
      @AnbeSivam-gf5of 7 หลายเดือนก่อน +1

      Athu puriyalanu than ungakita vanthen akka 🙂🤧

    • @PowerfulLearning
      @PowerfulLearning  7 หลายเดือนก่อน

      @@AnbeSivam-gf5of sorry I couldn't not post

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

    Nice sister..

    • @PowerfulLearning
      @PowerfulLearning  3 ปีที่แล้ว +1

      Thank you. MDI form and Common Dialog Control vb odathu protruken useful ah iruntha parunga

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

    Thank You Akka😍

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

    Mam how to ado connect its lab program explain soon

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

      Sorry. I didn't have sql in my pc. Kindly search on TH-cam. It is available in Tamil too.

  • @lionsmurugan
    @lionsmurugan 2 ปีที่แล้ว

    Super

  • @nithishpathy5565
    @nithishpathy5565 2 ปีที่แล้ว

    Mam enaku = code la error end of statement nu varudhu

    • @PowerfulLearning
      @PowerfulLearning  2 ปีที่แล้ว

      Give space before and after = . Did u type my code ?

    • @nithishpathy5565
      @nithishpathy5565 2 ปีที่แล้ว

      Space vital um varla

    • @PowerfulLearning
      @PowerfulLearning  2 ปีที่แล้ว

      @@nithishpathy5565 there is nothing with my code Pa. It executed for me and also for most of my viewers. Kindly check urs and debug.

    • @nithishpathy5565
      @nithishpathy5565 2 ปีที่แล้ว

      Thanks i got ans

    • @PowerfulLearning
      @PowerfulLearning  2 ปีที่แล้ว

      @@nithishpathy5565 all the best 🥳 pa

  • @karthikkarthik-ip1pp
    @karthikkarthik-ip1pp 3 ปีที่แล้ว

    Thank you ka

  • @michaelmichael9645
    @michaelmichael9645 2 ปีที่แล้ว

    Net இருந்தா தான் calculate ஆகுமா mam

  • @user-ym1ig8jr3y
    @user-ym1ig8jr3y 4 หลายเดือนก่อน

    Mam souce code venummmm 😢

  • @110karthickraja3
    @110karthickraja3 2 ปีที่แล้ว

    Tq mam

  • @allareone6812
    @allareone6812 2 ปีที่แล้ว +1

    👍👍

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

    Akka visual studio vachu python tkinter module sollithanga

  • @srinithi9510
    @srinithi9510 ปีที่แล้ว

    clearly video is not showing mam

    • @PowerfulLearning
      @PowerfulLearning  ปีที่แล้ว

      Hi pa . Nothing is fault from my side I uploaded video in 1080p. MAKE SURE U HAD UR TH-cam VIDEO QUALITY UPTO 1080p.

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

    Akka yannaku command box athallam varala

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

      Tool box left la show agum..ungaluku show agati neenga VIEW MENU LA TOOLBOX AH CLICK PANUNGA varum. Command box tool box LA irukum..

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

    Enaku oru help akka 🥺enaku konjam basics la sollithanga 🥺😖pls next weak lab iruku 😖enna pandrathu therila

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

      Ena topic la? Lab program name?

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

      @@PowerfulLearning visual programming tha akka 😖

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

      Ok today video poduren

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

      th-cam.com/video/HAHLC2RNmi0/w-d-xo.html Check it

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

    Yanna panrathu

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

    Mam instagram link share me mam

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

      Instagram: instagram.com/powerful_media_official/

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

    Mam WhatsApp contact panna mudiyuma