Closed Issue: Displayed Tasks not showing correct Status nor NextRunTime [10348]
moved to discussionsComments:
View ArticleSource code checked in, #79296
* Fixed problem with editor when changing the "Configure for:" selection for a task that wasn't persisting on save * Removed thrown exception when user is prompted for a password when selecting OK from...
View ArticleNew Post: Configure for:
Thanks David. I really appreciate it! Have a great weekend. Audi :-)
View ArticleNew Post: Hide Window when running console application exe by TaskScheduler
How can i Hide Window when running console application which running by TaskScheduler. Below the code i have written to create task. TaskDefinition td = ts.NewTask();...
View ArticleNew Post: Hide Window when running console application exe by TaskScheduler
I think you can try some combination of calling the cmd.exe with the start command. I haven't tested this, but I would try something like: cmd.exe /c start /min executable.exe
View ArticleNew Post: weekly trigger with mutiple days
Does anyone know if there's a way to create a weekly trigger with multiple days? I have only been able to schedule with a weekly trigger on one specific day, or alternatievly on all days. So, for...
View ArticleNew Post: weekly trigger with mutiple days
I've figured it out. This can be done using the or concatenator "|" between days so, for example, DaysOfTheWeek.Friday | DaysOfTheWeek.Saturday. A slight problem I've had, which is probably why I...
View ArticleNew Post: Riskware?
Why the antiviruses detect a riskware in the library? https://www.virustotal.com/file/44dbb71bd125477c87e6a4c2ba899be7d3591b89c6c9d25029fe7d3f42cd7775/analysis/ Is it false detection? Or library...
View ArticleNew Post: weekly trigger with mutiple days
Alas, I have the opposite problem in that I am much more proficient in C# than VB. If you end up with sample code in VB that you would like to share, please pass it along and I'll include it in the...
View ArticleNew Post: Riskware?
The library is just compiled .NET code referencing a COM library. I have never had anything show up in my antivirus scans on my computer using McAfee. All referenced libraries in the Editor assembly...
View ArticleNew Post: Riskware?
Actually, I've checked some other .NET libraries and no any riskware was found inside of them. Also I've downloaded source code and recompiled it by self. Just after that antivirus software found...
View ArticleReviewed: Release 1.8.3 (Aug 10, 2012)
Rated 5 Stars (out of 5) - Excellent library. Very easy to install and use, and it works perfectly.
View ArticleReviewed: Release 1.8.3 (Aug 10, 2012)
Rated 5 Stars (out of 5) - Excellent library. Very easy to install and use, and so far it has worked perfectly for what I have wanted to do with it.
View ArticleReviewed: Release 1.8.3 (Aug 10, 2012)
Rated 5 Stars (out of 5) - Excellent library. Very easy to install and use, and so far it has worked perfectly.
View ArticleNew Post: weekly trigger with mutiple days
I did that. Actually, you ought to talk to Microsoft about incorporating it into the .Net framework. I'm surprised that the framework lacks classes natively that do what your libary does.
View ArticleNew Post: Configure for:
Hello, Just wondering were there any updates on enhancing you base COM library for Windows 8 RTM?
View ArticleNew Post: Configure for:
I'm installing the SDK's today to compare them (Win 7 vs. Win 8). Unfortunately Microsoft has not released any notes regarding changes. Once compared, I will make the changes to the base .NET library....
View ArticleSource code checked in, #79592
* First pass at including changes from Windows 8 SDK. There are new TaskSettings properties and a new method and interface. No idea what any of them are for. Stubs are in but no testing done yet and no...
View Article