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 › [Source]MPGH Weather App

[Source]MPGH Weather App

Posts 1–13 of 13 · Page 1 of 1
NextGen1
NextGen1
[Source]MPGH Weather App


Update GUI and functionality

Updated download is mpgh weather app.rar

VirusTotal - Free Online Virus, Malware and URL Scanner

[IMG]http://i111.photobucke*****m/albums/n121/golmor/upodd.jpg[/IMG]


---------------------------------------------------------------------

Took me about 15 mins to design and 5 to code.

I kept everything basic.

[IMG]http://i111.photobucke*****m/albums/n121/golmor/img1-1.png[/IMG]

Virus Scan.
VirusTotal - Free Online Virus, Malware and URL Scanner

Consider this a challenge. I was going to add a few other features but didn't feel like finishing the basics. /

I would like you all to play around with it. Add a button instead of loading weather on load.

Add "share this with twitter and facebook", which will share a link to mpgh.net and the weather conditions in your city.

and any features you would like to add, have fun with it.

[php]
' creates a new instance call of api
' use something more practical then nyweaher, just called them the city for tests
Dim nyWeather = Animaonline.Weather.GoogleWeatherAPI.GetWeather(An imaonline.Globals.LanguageCode.en_US, TextBox1.Text & "," & TextBox2.Text)

' easy to undersand
Label1.Text = nyWeather.CurrentConditions.Condition
Label2.Text = nyWeather.CurrentConditions.Humidity
Label3.Text = nyWeather.CurrentConditions.Temperature.Fahrenheit
Label4.Text = nyWeather.CurrentConditions.WindCondition

'changes image to appropriate images
If Label1.Text = "Sunny" Then PictureBox1.Image = My.Resources.ResourceManager.GetObject("36")

If Label1.Text = "Partly Sunny" Then PictureBox1.Image = My.Resources.ResourceManager.GetObject("28")
If Label1.Text = "Partly Cloudy" Then PictureBox1.Image = My.Resources.ResourceManager.GetObject("30")

[/php]

Yes i know there our a few small snippets that will work better (for those who see it) however I am keeping it basic

resources include 47 weather images.



#1 · edited 16y ago · 16y ago
Hassan
Hassan
Looks good. Photoshop FTW. GJ

/Thanked.


Consider this a challenge.
/ ...
#2 · edited 16y ago · 16y ago
XF
xFalcon
Nice might use

Nextgen you got msn ?
#3 · 16y ago
NextGen1
NextGen1


@ X

for the new guys.....

I have read 3 posts recently in regards to wanting something to do.

only reason I wasted 20 mins

I want to see what others come up with.


@xfalc - software@innovatorsworldwide.com

#4 · edited 16y ago · 16y ago
Hassan
Hassan
Quote Originally Posted by NextGen1 View Post


@ X

for the new guys.....

I have read 3 posts recently in regards to wanting something to do.

only reason I wasted 20 mins

I want to see what others come up with.


@xfalc - software@innovatorsworldwide.com

Hmm..Don't worry. You didn't wasted your time. The app is great, really. Love the GUI.

New guys will never try such stuff (so far what we saw).

They want something game related.
#5 · 16y ago
NextGen1
NextGen1
Quote Originally Posted by Xscapism View Post


Hmm..Don't worry. You didn't wasted your time. The app is great, really. Love the GUI.

New guys will never try such stuff (so far what we saw).

They want something game related.
Well thats no fun.
#6 · 16y ago
Hassan
Hassan
Quote Originally Posted by NextGen1 View Post


Well thats no fun.
I know... cool apps > games. They waste themselves in games.

But we are on a gaming forum, so we'll have to get along with it.
#7 · 16y ago
NextGen1
NextGen1
Updated Gui and some functionality.

[IMG]http://i111.photobucke*****m/albums/n121/golmor/upodd.jpg[/IMG]
#8 · 16y ago
Blubb1337
Blubb1337
Thanks for sharing this, nice gui I'd love to be able to handle photoshop, too. But meh, I am a choob when it comes to designing

And LMFAO @ that squirrel(haz it squaids? xD)...

E: Choob you didn't even rename your controls!
#9 · edited 16y ago · 16y ago
Hassan
Hassan
Great work again NG. Love it. Downloaded 'Photoshop CS4: Essential Skills' .
@Blubb: Lol at 'renaming'
#10 · 16y ago
NextGen1
NextGen1
@Blubb Ha Ha, why bother. Not a release, to lazy.

@X thanks and , yeah developers should know some basics to photoshop.

@ squirrel , originally it was going to be a platipus
#11 · edited 16y ago · 16y ago
mnpeepno2
mnpeepno2
lovin the sexy iphone OS GUI
#12 · 16y ago
Bombsaway707
Bombsaway707
Very good man
#13 · 16y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • [Request] MPGH iPhone appBy Gotchuthief in General
    3Last post 17y ago
  • Mpgh Iphone AppBy Faridbang in General
    20Last post 16y ago
  • IDEAS NEEDED FOR MPGH DESKTOP APP NAO !!!By Hassan in General
    38Last post 15y ago
  • [Request] MPGH official AppBy Leaf in General
    20Last post 15y ago
  • MPGH Mobile AppBy Jerymiah94 in Combat Arms Mod Discussion
    7Last post 15y ago

Tags for this Thread

None