David

Results 42 comments of David

I am having an issue sql sever will not update the object ` public void AddToPatient(Patient newPatient) { using (var myContext = new SMBASchedulerEntities(this.Connectionstring)) { myContext.Patients.Add(newPatient); if (newPatient.ID == 0)...

Actually scratch that what exactly it was my width of the line number column. However how does one make sure the numbers look correct when folding and unfolding.

Still have the same issue frustrating here. https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/issues/1439

The speed issue is still their am using the advance sample on simluator is quite slow. Only installed nuget today

I cant really send u a video here due to NDA but can i email u a link somehow?

still getting this also happens on radio buttons are u not support this anymore

Please search first this has been talked about already https://github.com/dotnet/winforms/issues/5166

> This is absolutely something that is on our long term roadmap. We have to work with Windows to make sure that some of the Windows APIs we need are...

> Related: [microsoft/WindowsAppSDK#41](https://github.com/microsoft/WindowsAppSDK/issues/41) That only deals with UWP and WPF Im talking winforms here

> Ideally it should be possibly to specify a bundled MSStyles with values for Light and Dark control resource and colours. With an ability to specify Dark or Light as...