New Post: Setting Task Description: new line carriage return ignored.
When setting task description text, vbCrLf is ignored. How can we specify that a new line should start?
View ArticleNew Post: Task creation issue and login issue
Here is the exception text. I've even tried my old code and still get the error after my program is installed. System.Runtime.InteropServices.COMException (0x80070534): (17,8):UserId: at...
View ArticleNew Post: Task creation issue and login issue
My guess is that there is something wrong with the format of the supplied LogonTrigger.UserId property value. The following is information from the Microsoft support page: The identifier of the user....
View ArticleClosed Feature: Some localized time units in Polish don't work when setting...
Hi David,The following localized Polish string don't work:minut or minuty (for minutes)godzin (for hours)The following work:godzina (for hour or hours) Bez ograniczeń (for Indefinitely)dzień (for...
View ArticleNew Post: Setting Task Description: new line carriage return ignored.
I'm not sure what vbCrLf translates to in a string. However, I do know that in C# one can add new lines by putting in the "\r\n" combination. For example, the following code...
View ArticleNew Post: Setting Task Description: new line carriage return ignored.
in vb.Net vbCrLf is the equivalent to \r\n (Carriage Return + LineFeed). Did you test the effect of using \r\n ?
View ArticleNew Post: Setting Task Description: new line carriage return ignored.
Tried environment.newline instead of vbCrLf. But it still doesn't result in a new line inside the description.
View ArticleNew Post: Problems with TaskEditor 'Description' multi-line edit
Problem 1: Hitting Enter causes the OK button to be clicked. Problem 2: if a user changes only task description, and hits enter, the changes are not recognized (unless some other changes were made as...
View ArticleNew Post: 'Created' Date is Blank
For tasks created through this library, the 'Created' date is blank.
View ArticleNew Post: Setting Task Description: new line carriage return ignored.
Thanks for pointing out how this works as it has helped me find a bug. For some reason, the native Microsoft 2.0 library will strip out the CR value from the string after registering a...
View ArticleNew Post: Problems with TaskEditor 'Description' multi-line edit
Thank you again. I have enabled TAB and ENTER for the Description and the Documentation text boxes. Doing so solved both reported problems. Fixes in next release.
View ArticleNew Post: 'Created' Date is Blank
This is not a bug, but looks a lot like one. The Microsoft documentation says that the ITaskRegistrationInfo::Date property is set when a task is registered. It appears that this is not the case and...
View ArticleSource code checked in, #97994
* Compensated for bug in native lib that removes CR from Description and Documentation properties * Compensated for bug in native lib that fails to set the Date property in V2 and added a...
View ArticleReleased: Release 2.5.9 (Dec 26, 2015)
Update historyVersion 2.5.9A few bug fixes (see History)Version 2.5.8A few bug fixes (see History) Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.Clear Added...
View ArticleUpdated Release: Release 2.5.9 (Dec 26, 2015)
Update historyVersion 2.5.9A few bug fixes (see History)Version 2.5.8A few bug fixes (see History)Updated NuGet to include symbolsVersion 2.5.7Fixed V1 error with ActionCollection.ClearAdded...
View ArticleNew Post: 'Created' Date is Blank
If the Create Date property is not set automatically upon initial registration, couldn't your library set it?
View ArticleNew Post: Interval Validation
The Windows task scheduler blocks attempts to set a trigger to an interval of less than 1 minute. For example, trying to enter '30 seconds' results in this error message:...
View ArticleReviewed: Release 2.5.9 (Dec 27, 2015)
Rated 5 Stars (out of 5) - Excellent work. Responses from the main author (David Hall) are very quick & helpful. Many thanks!
View Article