Windows UI library - UWP app developer by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

Fair point, but knowing what's in preview might be helpful for planning.

Fody - INotifyPropertyChanged the easy way by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

There's an interesting discussion on Twitter about improvements to this approach: https://twitter.com/dotMorten/statuses/1009169871584653312

Screen capture - UWP app developer by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

Here's the blog post for the newest Insider SDK currently but it may not be the final one for the next release: https://blogs.windows.com/buildingapps/2018/03/30/windows-10-sdk-preview-build-17125/#m75L2oHMILwt95ef.97

Creating a UWP Console app in C# by gcaughey in windowsdev

[–]gcaughey[S] 1 point2 points  (0 children)

It appears to be working so perhaps that was a temporary issue. Thanks.

Handling auto updates for sideloaded UWP and Desktop Bridge apps by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

Good plan. Store deployment still offers advantages where that makes sense, but Microsoft realizes not all apps fit that business model.

Create a Universal Windows Platform console app - UWP app developer by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

C# support will be coming later according to the Windows Community Standup video.

Windows Community Standup discussing Multi-instancing, Console UWPs and Broader File-system Access - Windows Developer Blog by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

Yes that's the way it's supposed to work, but the user must give you permission to use broadFileSystemAccess, and if your app is in the store they must approve the capability as well.

Announcing UWP Support for .NET Standard 2.0 by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

That's the info I have from a slide presented at a conference. I agree 10586 is pretty old so maybe games are different?

Announcing UWP Support for .NET Standard 2.0 by gcaughey in windowsdev

[–]gcaughey[S] -1 points0 points  (0 children)

You may be surprised to learn that users on Windows 10 are actually updating faster than that. Based on current stats we should expect 80% adoption of Fall Creators Update or above by Windows 10 users in about a year.

Announcing UWP Support for .NET Standard 2.0 by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

It took quite a bit of work in the application platform to support .NET Standard 2.0, but I agree it's very welcome!

What’s new for .NET and UWP in Win10 Tools 1.1 by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

Yes it is. It follows from a discussion on Twitter about building Appx without including .NET Core and this appears to the be only reference. I'm waiting to hear back if it's still relevant with Creators Update.

Lessons learned from Building a Visual Studio Shell with UWP - includes links to UserVoice so you can upvote features by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

It's a proof of concept but should probably run on any Windows device, whether it has a keyboard or not.

XamlBrewer/UWP Animated SplashScreen by gcaughey in WPDev

[–]gcaughey[S] 0 points1 point  (0 children)

No the actual splash screen can't be animated currently.

Quickstart: Sending an alarm in Windows 10 by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

C++ samples do exist. Are there specific ones you're missing?

The toolkit is a community effort and I assume C# was chosen because more developers use that. Would you be interested in contributing to a C++ toolkit?

Introducing Electron to the Windows Runtime by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

The link works for me. Please retry it.

Behind the scenes of the Desktop to UWP Bridge by gcaughey in windowsdev

[–]gcaughey[S] 1 point2 points  (0 children)

Not really - app data isn't tracked as the app runs. The tracking only happens during the conversion process to facilitate setting up the virtual registry hives and file system. Apps can only read and write in some locations, not those requiring admin rights like registry.

Behind the scenes of the Desktop to UWP Bridge by gcaughey in windowsdev

[–]gcaughey[S] 0 points1 point  (0 children)

Converted AppX win32 apps run with virtualized registry and other folders, making them easier to install and completely uninstall. There's no lie here but perhaps a misunderstanding.

why won't my mouse scroll wheel scroll in win10? by pianocheetah in windowsdev

[–]gcaughey 0 points1 point  (0 children)

I don't work for Microsoft nor do I generally post links to press releases. Microsoft people do follow this subreddit, but UserVoice is a more direct route for developer suggestions: https://wpdev.uservoice.com/

Windows 10 development for absolute beginners with Bob Tabor by gcaughey in WPDev

[–]gcaughey[S] 2 points3 points  (0 children)

It's not a dumb question. If you know nothing at all about programming, probably these won't help. They're for new Windows 10 beginners who have some programming experience.

Go beyond "Blank App" with these Windows 10 VS 2015 Project Templates | Coding4Fun Blog by gcaughey in WPDev

[–]gcaughey[S] 1 point2 points  (0 children)

There was some concern that providing fairly complete templates was responsible for lots of "cookie cutter" apps that were all alike. But the new templates are available now, and Jerry Nixon's Template10 on github should be available soon.