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
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.
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
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.
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.
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.
Thank you for the video! And thank you for creating part 2 for it!
Great video, great demonstration. Thank you.
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
Thank you very much Wayne. Your feedback means a lot to me.
subhan Allah bro i just subscribe to your Channel by you starting Bismillahi to your video
JazakAllah! Thank you
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.
Thank you for your video !
nice.. keep doing these stuff
< 3
Wa allekm alslam
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 ;)
Thank you very much Peter for your feedback and suggestion.
Should i use public long dt if i want to show current date time
Yes!
But no temperature?
how do you get to the design tab in visual studio for Mac?
Hi! I am really sorry but I don’t use Visual Studio for Mac. May be you find something on the internet.
There is no WinForms on Mac
Bhai temperature to dehi nahi raha
how can we connect it to the database
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
hello I tried the icons part but it seems its not working keeps showing an error image
same here, did you find a solution?
it happened to me too did you find any solution
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.
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 ?
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.
Still wating for the forcast video 😭
Really?
I am sorry, I thought I didn't get much response.
I'll try uploading it today.
Please, my Visual studio does not recognize picIcon help me
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.
if you dont mind i need source code
Hi Srividhya Pathmanathan send me your email. I’ll send this project.
спасибо дружище, реально оч помогло
same.
can you help me create one using Yelp.Api
Sure! It would be a pleasure for me...
Wait.....
What is that "Yelp.Api" ?
Please tell me something about it. And also tell me what you want to do.
i need source code
14:10
Can you create ransomware in python 😁😁
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
Hi, I relay like this tutorial THANK YOU! but who can help me how to make temp to show in Celsius ?
You can simply convert it using mathematical formula
If you check API documentation you can see that all you should do is add "units=metric" param in query url.
you read so fast.... ahhaa
I'll try slower in next videos.. INSHALLAH!
Thank you for the video! And thank you for creating part 2 for it!