Results 19 comments of Djordje

Write piece of code in your application that checks if application is run as administrator: ``` public static bool IsAdministrator() { WindowsIdentity identity = WindowsIdentity.GetCurrent(); WindowsPrincipal principal = new WindowsPrincipal(identity);...

@NeilMJohnson Well add a little startup delay about 200ms to allow old process to exit. Im also using it with single instance application (mutex used to check if app is...

@AlexBrunnerACAG put it at begging of ur program. let that be the first thing it does

@AlexBrunnerACAG Try [this solution](https://stackoverflow.com/a/40501607/6700312) from github. I'm not the creator neither the participant in source code of this library.

> Ah, no I have no idea about ethernet modules yet :) If you have recommendations that would be interesting You can use either the SPI ones like W5500 W5100...

> When I run the application i got the UpdateForm.cs form but the version is not changed after update done. it continues show the UpdateForm.cs form for update like looping....

When you start the program get your info from database into variables then create temporary update.xml using those variables in temp folder and pass that **file path URL** to Start()...

![image](https://user-images.githubusercontent.com/6750655/83819263-b1cf1f80-a6c9-11ea-9da9-501f14097ec3.png) What is this port protection? OVP protection or what? I cannot figure it out. The iron is around $80 on banggood especially now if you preorder it. Is it...

I can confirm same issue on my TS80P with Samsung 25W USB C PD charger On charger that came with TS80P it choses QC instead of PD TC66C Just reboots...