C
C#7mo ago
yumo

❔ Closing C# Winforms In all computers?

Well, basically what I want is a button that when clicked will close the application on all computers that have it open, the computers I'm referring to are even on the same network. (I intend to do this because whenever I have to update something I need to transfer the folder with the files to the server and as someone has the app open they cannot update)
3 Replies
Unknown User
Unknown User7mo ago
Message Not Public
Sign In & Join Server To View
WEIRD FLEX
WEIRD FLEX7mo ago
also that's a trojan behavior it could be detected from an antivirus
Accord
Accord7mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Cross platform user settings for app.If I want to set and read user settings for my application, what would be the best way to do that in❔ returning an array from a substringusing System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T✅ Creating new cancellation token from multiple other tokensI've got function that is being passed in a cancellation token, and I want to cancel an inner functi✅ oauth in asp net framework?hi all, i have created a redirect url for oauth clients how can i redirect my deployed asp net pro❔ Best, most reliable NER (Named Entity Recognition) Library for .NET?I'm looking for a NER library that is supported with .net framework & .net core. I do not want to ❔ Organized Function / method libraries?In C# i want to try making some reusable methods/functions. In Unreal Engine, there is a "Function L✅ How do you control which WPF property is the default for that class?Examine the following XAML: ```XAML <SomeClass> PropertyValue </SomeClass> <OtherClass> <OtherCl❔ ✅ WPF Class derivation where both classes have XAML pagesIs it OK for base WPF class to have a XAML page and its derived class to also declare one? So we'd ❔ Adding up checkBoxes and Radio Buttons into list boxhttps://gyazo.com/797f6e3e82d121c43a5895520421ebb3 This is my form looking for some help getting my ❔ Hostbuilder, WPF and adding more class library'sI have my WPF project where i use hostbuilder to handle some dependency's, this works good with anot