Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › VB.NET Weather Viewer

VB.NET Weather Viewer

Posts 1–13 of 13 · Page 1 of 1
Bombsaway707
Bombsaway707
VB.NET Weather Viewer
Heres mah tut on how to make a weather viewer
ok add the following to a form:
picturebox1
timer1
ok so now add this to the code for form 1
Code:
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Timer1.Start() 'This starts the timer so that the picture can change.
        Me.AutoSize = True 'This makes it so that form1(Me) changes its size to suit the contents
        If My.Computer.Network.IsAvailable = False Then 'this checks to see if the network is available, if it is disabled then this will show
            MsgBox("Please check your network connection or contact your adminsistrator. If used in a school then your network may be down or disabled. in this case please contact your technicians or tell your teacher.", MsgBoxStyle.OkOnly, "Network: OFFLINE") 'This creates a one-time instance (messagebox or msgbox) then displays text as a string etc.
        End If 'this ends the if function above.
    End Sub
add this to the code for timer1:
Code:
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        PictureBox1.ImageLocation = "http://www.sat24.com/image.ashx?country=eu&type=slide&index=1&sat" 'this gets the picture from a site, in our case sat24.com. If you want feel free to change it!
        If My.Computer.Network.IsAvailable = True Then 'this is same as the other one we did but instead it checks to see if there IS a connection to establish
            Me.Text = "real-time weather updater 15 min updater - " & Date.UtcNow & " Weather is online " & "data supplied by: www.sat24.com" 'if it is a true network then this will show on the top of the form
        Else 'if the above is not true then it will try this vv
            Me.Text = "real-time weather updater 15 min updater - " & Date.UtcNow & " Warning: Weather offline!" 'changes the title to this
        End If
    End Sub
Also: may want to dock picturebox1 to fill the form as the pic that it gets from sat24 is quite large
Final Product:
#1 · edited 16y ago · 16y ago
XG
XGelite
boss .
#2 · 16y ago
deathninjak0
deathninjak0
good tut
#3 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by deathninjak0 View Post
good tut
Thanks bro
Quote Originally Posted by XGelite View Post
boss .
Thanks?
#4 · 16y ago
NextGen1
NextGen1
Very Nice Bomb
#5 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by NextGen1 View Post
Very Nice Bomb
Thanks nextgen
#6 · 16y ago
Lolland
Lolland
I like using smaller pictures for weather viewers, like this type:
[img]http://learningwithcomputers.*******.com/f/weather%20widget.jpg[/img]

(Just something I found on the internet)
#7 · 16y ago
hopefordope
hopefordope
Quote Originally Posted by lolland View Post
I like using smaller pictures for weather viewers, like this type:
[img]http://learningwithcomputers.*******.com/f/weather%20widget.jpg[/img]

(Just something I found on the internet)
Can you get that tho
#8 · 16y ago
Lolland
Lolland
You can get something like it.

I found a site a bit back that used html code to make a 100 x 60 px banner displaying weather, which I found convenient.
#9 · 16y ago
Zoom
Zoom
Quote Originally Posted by lolland View Post
You can get something like it.

I found a site a bit back that used html code to make a 100 x 60 px banner displaying weather, which I found convenient.
Maybe share it with us
#10 · 16y ago
|-|3|_][({}PT3R12
|-|3|_][({}PT3R12
Looks nice, thanked


And Google sidebar and that Microsoft sidebar have something like lolland's picture.
#11 · 16y ago
Bombsaway707
Bombsaway707
Quote Originally Posted by |-|3|_][({}PT3R12 View Post
Looks nice, thanked


And Google sidebar and that Microsoft sidebar have something like lolland's picture.
Thanks for the thanks and also, if you could find the image location of lollands picture, then you could use that instead of mah picture
#12 · 16y ago
MugNuf
MugNuf
Pretty easy, but nice little program .

Also, its nice to see something with comments. Not just "here tke tis cod and copy paste it. done".
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • Gangsterhood.netBy supatanka in Hack Requests
    0Last post 20y ago
  • Me r MAD.. GONNA DDOS WarRock.net :)By System79 in WarRock - International Hacks
    14Last post 20y ago
  • [Help] Atom API with Visual Basic 6.0 or .NETBy Bull3t in Visual Basic Programming
    5Last post 20y ago
  • HackShardGaming.net says Fuck MPGHBy sf0d in General
    32Last post 20y ago
  • .NET section?By smacksnox in Programming
    4Last post 20y ago

Tags for this Thread

None