Close windows force shutdown window

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
14 posts Page 2 of 2
Contributors
User avatar
Matt
VIP - Donator
VIP - Donator
Posts: 158
Joined: Fri Jul 22, 2011 5:44 pm

lol, I can't believe I haven't thought of that!! xD
Dam, the answer was that simple :P
Formerly known as RyggTonning.
PM me if you have any business proposals or similar.
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

Shell ("shutdown -a") is identical to Process.start("shutdown.exe /a")

Btw I think ano wants the app to cancel the shutdown instead of forcing it.
User avatar
Matt
VIP - Donator
VIP - Donator
Posts: 158
Joined: Fri Jul 22, 2011 5:44 pm

oh yeah, but then why dont try my method posted earlier :D
I would've worked on it for you, but I got a project that I must finish till December (big project btw..)
Formerly known as RyggTonning.
PM me if you have any business proposals or similar.
Vikhedgehog
VIP - Donator
VIP - Donator
Posts: 812
Joined: Fri Nov 05, 2010 6:24 pm

I'll try to figure out the automated cancel button when I get time
14 posts Page 2 of 2
Return to “Coding Help & Support”