Weather Application in C# using Open Weather Map API - .NET Windows Forms App - Programming Concepts

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

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

  • @random9660
    @random9660 11 месяцев назад

    Thank you for the video! And thank you for creating part 2 for it!

  • @xyzhouse
    @xyzhouse Год назад

    Great video, great demonstration. Thank you.

  • @waynehuntley7556
    @waynehuntley7556 5 месяцев назад

    Thank you for this video! I have wanted to do this for a while with the data I get from my weather station. I have a series of APIs I can call. I haven't really seen any 3rd party controls to use for weather dials and gauges yet. But, most importantly your video is helping me leverage my .NET skills to accomplish this. Thank you again! Wayne

  • @inashoble498
    @inashoble498 9 месяцев назад

    subhan Allah bro i just subscribe to your Channel by you starting Bismillahi to your video

  • @GoodbyeMrX
    @GoodbyeMrX Год назад +2

    Hey, thanks for this video!
    I have a problem with the picture box. It doesn't show me the clouds. URL with Jpg works fine, but with png it just shows me a red cross. Any idea? Already researched, but found only a post with no solution.

  • @amezhlumov
    @amezhlumov 2 года назад +2

    Thank you for your video !

  • @MrNooB-fz6gg
    @MrNooB-fz6gg 3 года назад

    nice.. keep doing these stuff
    < 3

  • @redsus6671
    @redsus6671 6 месяцев назад

    Wa allekm alslam

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

    Great Video, It was a nice speed. Thank you
    btw, you can type "prop", then press tab twice to auto create a property instead of typing it all out ;)

  • @hoanhoan376
    @hoanhoan376 2 года назад +1

    Should i use public long dt if i want to show current date time

  • @iExplorer64
    @iExplorer64 Год назад

    But no temperature?

  • @sbedi5702
    @sbedi5702 2 года назад +1

    how do you get to the design tab in visual studio for Mac?

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

      Hi! I am really sorry but I don’t use Visual Studio for Mac. May be you find something on the internet.

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

      There is no WinForms on Mac

  • @mawbeard998
    @mawbeard998 Год назад

    Bhai temperature to dehi nahi raha

  • @fitimaliu3400
    @fitimaliu3400 2 года назад +1

    how can we connect it to the database

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

      Hi!
      Watch this video to learn about working with databases:
      Windows Forms App for Beginners - Contacts App - Day 1 - Programming Concepts
      ruclips.net/video/dFMsAplfMeU/видео.html

  • @Bossing.Sa.Kalsada
    @Bossing.Sa.Kalsada 6 месяцев назад

    hello I tried the icons part but it seems its not working keeps showing an error image

    • @spaceturnips
      @spaceturnips 6 месяцев назад

      same here, did you find a solution?

    • @Mohomed_Azeem-0119
      @Mohomed_Azeem-0119 Месяц назад

      it happened to me too did you find any solution

    • @ProgrammingConcepts101
      @ProgrammingConcepts101  Месяц назад

      Use following code:
      picWeather.ImageLocation = "openweathermap.org/img/w/" + output.weather[0].icon.ToString() + ".png";
      Where 'picWeather' is the PictureBox you want to display the icon in, and 'output' is the instance of weather class in which you deserialized JSON.
      Let me know if it helps.

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

    Thank you for video, I follow the code of the video but he gives me error in “var json = web.DownloadString(url) “ what ‘s meaning of that ?

    • @Vlada1969
      @Vlada1969 2 года назад +1

      Most probably you url is malformed. Put the breakpoint on that line and inspect the value of url variable. You can also copy the value of url variable and paste it in your browser and see what happens.

  • @manhhieu252
    @manhhieu252 3 года назад +2

    Still wating for the forcast video 😭

    • @ProgrammingConcepts101
      @ProgrammingConcepts101  3 года назад +3

      Really?
      I am sorry, I thought I didn't get much response.
      I'll try uploading it today.

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

    Please, my Visual studio does not recognize picIcon help me

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

      May be you miss-spelled something. Add a break point just after the icon location line and start the program with debugging.
      Then check what location is being retrieved during runtime.

  • @SrividhyaPathmanathan
    @SrividhyaPathmanathan Год назад +2

    if you dont mind i need source code

  • @xelltale6936
    @xelltale6936 2 года назад +1

    спасибо дружище, реально оч помогло

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

    can you help me create one using Yelp.Api

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

      Sure! It would be a pleasure for me...

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

      Wait.....
      What is that "Yelp.Api" ?
      Please tell me something about it. And also tell me what you want to do.

  • @SrividhyaPathmanathan
    @SrividhyaPathmanathan Год назад

    i need source code

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

    14:10

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

    Can you create ransomware in python 😁😁

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

      It's illegal ...
      Yes I can do that. Although I never tried it. But I know if I try it, I can do it. Anyone can do it who knows how to code

  • @vladgutu4672
    @vladgutu4672 2 года назад +2

    Hi, I relay like this tutorial THANK YOU! but who can help me how to make temp to show in Celsius ?

    • @ProgrammingConcepts101
      @ProgrammingConcepts101  2 года назад +2

      You can simply convert it using mathematical formula

    • @Vlada1969
      @Vlada1969 2 года назад +1

      If you check API documentation you can see that all you should do is add "units=metric" param in query url.

  • @MrNooB-fz6gg
    @MrNooB-fz6gg 3 года назад

    you read so fast.... ahhaa

  • @random9660
    @random9660 11 месяцев назад

    Thank you for the video! And thank you for creating part 2 for it!