Tagged Questions
The current codename of the successor to Microsoft Windows 7.
113
votes
7answers
8k views
How does the new Windows 8 Runtime (WinRT) compare to Silverlight and WPF?
I am trying to get my head round the new Windows 8 Runtime that is used to create Metro style apps. I know you can use it with XAML and it is based on .NET so C# and VB.NET can be used to write the ...
44
votes
5answers
6k views
Why is WinRT unmanaged? [closed]
Windows 8 introduces WinRT, which is like .NET but unmanaged.
Why is it unmanaged? Is it a performance issue? Does it mean garbage collection is not suitable for lower level APIs?
26
votes
2answers
2k views
How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?
In a situation where you have the UI frontend built using the new Metro style of apps for windows 8, and would like it to communicate with a .NET application running on the desktop on the same local ...
14
votes
1answer
730 views
WinRT and build-in Windows 8 Apps
Can non-Metro Windows apps (ex: Explorer) be built with the new WinRT, or must they still be Win32 based?
14
votes
3answers
5k views
Windows 8, C++ and Metro GUI samples?
So I look at this (Windows build keynote 1:42:56) And I just do not get it - what I can use to create GUI from C++ and/or GUI language that will be capable to call functions from my C++ code? HTML, ...
13
votes
4answers
1k views
Creating Windows Metro style apps with java?
I know how to create small desktop applications in java. I want to know that can I make Windows Metro style apps in Java? because on the web only c++/c/c#/javascript etc. are mentioned. If yes can you ...
12
votes
5answers
747 views
What's the main developing framework for the next Windows?
Some articles point to Windows 8 development being HTML-based instead of primarily using native code like C or C++ (as it has been until now) or .NET (as now, or even more so as it would have been in ...
12
votes
7answers
6k views
VB6 Running on Windows 8?
Assuming that vb6 does not run on Windows 8 because the VB6 run time libraries are not shipped with Windows 8, would it not be possible to install the VB6 run time library on Windows 8 and then then ...
10
votes
4answers
150 views
Metro App can no longer be programmatically killed?
I'm new to Win 8 Metro application development, and discovered that lots of things seem to be changed from the classic WPF.
What troubles me the most is that there's no way to close the app. This is ...
10
votes
1answer
148 views
Is there an API for the built-in Windows 8 “Modern reader” PDF Viewer?
Windows 8 will include a built-in PDF reader called "Modern Reader". In our current application, we embed the Adobe Reader as an ActiveX control.
Can I embed Windows 8 "Modern Reader" in a similar ...
10
votes
3answers
951 views
How are live tiles made in Windows 8?
I've searched the samples, the developer site, the getting started and the enhancing bla bla bla pages.
Even using some search queries on Google, I can't seem any information on live tiles in Windows ...
10
votes
4answers
1k views
Can old native applications run on Windows8 tablet version?
I don't understand this picture well.
In the Metro style Apps, what does C/C++ mean? Native C/C++? or is it managed C++? They(Metro style apps) don't even have Win32 layer!
To make an application ...
9
votes
4answers
424 views
Is there a way to convert a System.IO.Stream to a Windows.Storage.Streams.IRandomAccessStream?
In Windows 8; I would like to pass the contents of a MemoryStream to a class that accepts a parameter of type Windows.Storage.Streams.IRandomAccessStream. Is there any way to convert this MemoryStream ...
9
votes
2answers
596 views
How to Distribute Compiled Windows 8 Metro Applications without Windows Store?
I am just curious if there is a way to package up a Windows 8 Metro application to distribute it to others with the Windows 8 Developer Preview installed? It would be nice to be able to allow someone ...
9
votes
6answers
2k views
C++, C# and JavaScript on WinRT
From image below, Windows 8 Platform and tools. I know this mean I can use C++, C# or JavaScript for Metro style App. I also watch some build's keynote and I have couple of questions here.
Do ...
9
votes
2answers
900 views
Local storage of structured data in Win8 Metro-style apps
In a desktop .NET application, the standard option for implementing a local relational database is to use SQL Server Compact Edition, and then of course there is the possibility to use SQLite and ...
9
votes
4answers
3k views
jQuery and Windows 8 JavaScript Metro Style Apps
Can jQuery be used in Windows 8 Metro Style apps developed using the JavaScript API? I'm looking at the samples, and there a lot of standard DOM manipulation like document.getElementById, ...
8
votes
1answer
137 views
Do Metro controls reuse the same codepath at low level even if controls are created from HTML/JS or XAML?
Suppose I create two metro apps,
one with an HTML view which has
<input type="text"/>
another with a XAML based view
<TextBox/>
Does the underylying implementation map to the same ...
8
votes
4answers
293 views
Windows Developer Preview C# version - features missing?
I've recently installed Windows 8 Dev preview, though I've ran into quite a few issues. Looking at the new C# API, I can say some features are missing. For example, I cannot find a wait to read a file ...
8
votes
4answers
1k views
Windows 8 and LOB Apps
What is the recommended approach for building line of business apps for Windows 8? e.g. complex bespoke finance application
They clearly don't fit into the Metro style so presumably will be a regular ...
8
votes
0answers
4k views
How do I close an immersive metro app? [closed]
In windows 8, is there a way to close an immersive metro app other than going to the task manager and killing the process?
8
votes
2answers
1k views
What will the future be for WPF and Silverlight under Windows 8?
Seeing the first announcement of the HTML5/JS Windows 8 GUI, plenty of WPF and Silverlight developers panicked.
What is the future for these technologies? How will the new and old technologies be ...
7
votes
1answer
328 views
F# WinRT Benefits
Wiithout wanting to create an open ended question....
F# is currently absent from the Windows 8 dev preview. There is a mapping layer in WinRT that wraps core objects into CLR objects for C# / VB or ...
7
votes
2answers
470 views
Can the ARM version of Windows 8 only run Metro (WinRt) style apps?
See also: Is there any way to write a WinRt (Metro) app that will also work on Windows 7 and Vista?
I am trying to understand how to target both Windows 8 on Arm and Windows 7, given that Windows 7 ...
7
votes
2answers
794 views
Metro Tile Notifications in C#
I'm trying to put together a simple Windows 8 metro style app in c# with tile notifications but I can't seem to get them working.
What I can't quite figure out yet is where the code to update the ...
7
votes
5answers
591 views
Metro style Apps with F#?
In the Build 2011 keynote and demos I looked at they where always talking about C++, C#, Visual Basic and JavaScript. Can't I build Metro style Apps with F#? Or is it eligible to say if it works with ...
7
votes
4answers
473 views
How easy is it to port a Windows Phone 7 application to Metro on a Windows 8 tablet?
I know that Metro on both platforms shares a common “look and feel” and that WinRt makes use of xaml and C# (or VB.NET) like Silverlight does on Windows Phone 7.
However I also know that WinRT is ...
7
votes
2answers
397 views
How do I make my .net, WPF, WinForms, etc applications work on an ARM powered Windows 8 System?
There are clearly lot of limitations to what will run on the new ARM based Windows 8 systems.
However given the .net is meant to be CPU independent, I was hoping that most .net based desktop apps ...
7
votes
5answers
329 views
New Windows Application - What language?
We are currently in pre phase of developing a desktop application for windows. But when hearing all the latest discussions on Windows 8, Silverlight, WPF, Jupiter I don't know what to believe anymore. ...
6
votes
2answers
123 views
Can I get the current HTML or Uri for the Metro WebView control?
It doesn't appear that the Source property for the XAML WebView control is updating as the user is navigating in the WebView. Is it possible to get either the current Uri or the HTML currently being ...
6
votes
1answer
258 views
using legacy assemblies in metro style app
I understand that we can access part of the .net apis and all the winrt apis in a metro style app written in c#.
But what about other third-party components that target .net 2.0 or 3.5, etc.
will we ...
6
votes
2answers
183 views
Getting a Type Assembly in Windows 8
I'm trying to use MEF in Windows 8.
In order to build up my AssemblyCatalog for the container, I need a reference to the assembly. In the past, I would have just done this:
var catalog = new ...
6
votes
2answers
255 views
Can WinRT application use obfuscation?
All Metro applications must be inspected before distribution through Windows 8 AppStore. Does this mean it will not be allowed to use code obfuscation? Or it is still possible, and only some specific ...
6
votes
1answer
297 views
How does the mapping between WinRT and managed works?
I heard that the new WinRT is an unmanaged framework and it is based on COM, but somehow they figured out something to make mapping between WinRT and managed code easier. I would like to know how this ...
6
votes
5answers
641 views
Dynamic code execution on WinRT in Windows 8 (either C++ or .NET/C#)?
Does WinRT under windows 8 metro allow you to dynamically load and execute code? For example, is it possible to download a dll into memory or to isolated storage and run code from it? Could code that ...
6
votes
1answer
1k views
WinJs in the browser?
After playing a bit with the new Visual Studio 11 preview, I think the most interesting question is how can I make my new javascript based app run also in the browser with minimal changes? is that ...
5
votes
3answers
97 views
Best practice for saving sensitive data in Windows 8
What's the best way of saving sensitive data to a local file in Windows 8? I'm developing a C# application that needs to store oAuth tokens/passwords. I've heard it was common in .NET to ...
5
votes
1answer
100 views
Windows 8 / Metro Certification Requirements - How to check?
In order to get your application certified for Windows 8, Microsoft says that you need to "only use APIs for Metro Style Apps" (reference)
Is there a tool that can be used to check against existing ...
5
votes
2answers
589 views
Development of Metro UI (Windows 8) from Windows 7
How do I develop for Windows 8 on my Windows 7 machine. I dont want to install a VM. I checked Visual Studio 11 Developer Preview, but I am not sure if it allows me Metro UI development.
5
votes
1answer
124 views
Missing Type.GetProperty() C# method in Windows 8 Developer Preview
I'm trying to port a simple application to windows 8 metro. It seems that some very basic methods are missing. One basic example: Type.GetProperty(). It is available for Windows Phone 7, Silverlight ...
5
votes
1answer
163 views
What are the .Net 4.5 new features for Visual Basic?
.net 4.5 is out for Windows 8! What are the new exciting features for VB.NET?
Is that worth to download the preview now or should I wait for final release?
5
votes
0answers
102 views
Creating a Sorted Collection View in WinRT
Has anyone had a go at creating a view that sorts a collection? The ICollectionView interface is present, and it claims to have the same responsibilities as its WPF / SL counterpart (sorting, paging, ...
5
votes
3answers
237 views
What is the best API to combine C++11 async/futures with Windows asynchronous IO?
Especially the upcoming Windows 8 (with Metro) will require that any IO is programmed asynchronously. In C#/.Net there seems to be special await and such like constructs for that and the JavaScript ...
5
votes
3answers
298 views
WinRT - Start an application on Windows boot?
I'm working on a Metro style application in the new WinRT (.NET 4.5) framework for Windows 8, and I was wondering if it would be possible somehow for an application (through the registry or some other ...
5
votes
2answers
251 views
WinRT Data Virtualization implementation in C#
I have asked this question on the MSDN forum (with no success), maybe StackOverflow will prove its strength one more time...
I was attending Hamid Mahmood's session on collection and list apps and ...
5
votes
2answers
333 views
Can XAML be used with JavaScript in WinRT?
Or JavaScript is only restricted to HTML? I've only seen HTML-JavaScript demos at Build 2011
5
votes
2answers
190 views
No P2P in Windows Metro applications?
In the "A .NET developer's view of Windows 8 app development" session at BUILD, the lecturer mentions that only the client-side WCF features are exposed in the Metro profile, we cannot create a ...
5
votes
3answers
463 views
How to reference a native WinRT component from a managed project?
It's been said that you can create a C++ WinRT component that you can consume in C#. I have a simple test project - a C# XAML app, and a C++ project using just the basic WinRT Component project ...
5
votes
3answers
529 views
Missing .NET features in Metro style application?
Mostly out of curiosity, I started programming a small "Metro Style" project in Visual Studio 2011, the one that was released in Windows Developer Preview. It combines XAML for the design and C# (in ...
5
votes
1answer
255 views
DataTrigger in WinRT?
I was able to find EventTrigger in the WinRT reference, however, I wasn't able to find DataTrigger. I wasn't able to use it in an application either.
Can anyone confirm that DataTrigger is really ...