Questions tagged [microsoft-metro]

Unless you have design questions - you should more likely tag your question as windows-store-apps or windows-runtime or winrt-xaml or winjs. Metro (now "Microsoft Design Language") was an internal code name for a typography-based user interface design language created by Microsoft. It is featured prominently in Windows Phone 7 and Windows 8.

Metro was an internal code name for a typography-based user interface design language created by Microsoft. It is featured prominently in Windows Phone 7 and Windows 8.

On August 3rd, 2012, the "Metro" codename was dropped in favor of the term "Windows 8 Style UI" (see this article on Ars Technica). While "Metro" was said to be a code name, several reports suggest the name was dropped to avoid a potential trademark dispute. No new marketing terminology has been announced to represent the "Windows 8 Style UI" interface.

It was later reported that from about September/October 2012 Microsoft started to replace earlier references to "Metro Design Language" with "Microsoft Design Language" and "Metro Style Apps" with "Windows Store Apps".

Note that "Metro" was mostly the name of the design language originally used in products such as Windows Media Center, Zune, Windows Phone and later in Windows 8 and all other Microsoft properties. Many people familiar with the term even at Microsoft continue using it today when talking about the design style, while seems to be gaining acceptance as the term for what was previously called "Metro Style Apps".

Find our guideline:

Related tags: , , , ,

3874 questions
21
votes
11 answers

Detect Metro UI Version of IE

What's the fastest method, to detect User-Agent as metro UI version of internet-explorer >=10 ?
mate64
  • 9,876
  • 17
  • 64
  • 96
21
votes
1 answer

How to generate MD5 hash code for my WinRT app using C#?

I'm creating a MetroStyle app and I want to generate a MD5 code for my string. So far I've used this: public static string ComputeMD5(string str) { try { var alg = HashAlgorithmProvider.OpenAlgorithm("MD5"); …
Alireza Noori
  • 14,961
  • 30
  • 95
  • 179
21
votes
4 answers

PointerPressed not working on left click

Creating Metro (Microsoft UI) app for Windows 8 on WPF+C#, I met difficulty with PointerPressed event on a button. Event doesn't happen when i perform left-click (by mouse), but it happens in case with right-click or tap. So what's wrong with that…
xkillah
  • 641
  • 5
  • 11
21
votes
1 answer

Communication between Windows Store app and native desktop application

! For the sake of simplifying things I will refer to Windows Store applications (also known as Metro or Modern UI) as "app" and to common desktop applications as "application" ! I believe this is still one of the most unclear yet important questions…
CodeX
  • 717
  • 7
  • 23
20
votes
3 answers

Building a Windows 8 Metro app with jQuery

I am just starting out with Windows 8 development using HTML/JS. I've spent the last few months immersed in jQuery development for apps targeting vehicle head-units and televisions. Jumping into this, I thought the transition would be simple. I…
Danny
  • 3,615
  • 6
  • 43
  • 58
20
votes
1 answer

Unit Test Explorer does not show up Async Unit Tests for metro apps

Not sure this is a known issue. I’m using VS2012 RC (Ultimate), and Win8 Release Preview. I have created a Unit Test Library (metro style app), and wrote a Unit Test, which include async/await keywords. However when I compile the Unit Test project,…
Spock
  • 7,009
  • 1
  • 41
  • 60
20
votes
5 answers

Is new JIT-ed programming language in windows 8 metro/winRT possible?

Lets say I want to create a new programming language or use some language not supported by MS (Haskell, Java... whatever) but want to be able to code against windows 8 metro/winRT. I know that all apps in Metro UI are sandboxed. I know that I can…
SeeR
  • 2,158
  • 1
  • 20
  • 35
19
votes
1 answer

Will metro style windows 8 apps support local database access?

I want to build a metro style win 8 app which needs to access a local database (installed on the users pc) of information such as sql express. The current beta builds of win 8 dont seem to support that. Has Microsoft released any info on whether…
muhan
  • 2,537
  • 3
  • 29
  • 33
19
votes
4 answers

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 my project) for the code-behind. The C# experience…
Timst
  • 930
  • 1
  • 11
  • 26
19
votes
3 answers

c# UWP - Convert byte array to InMemoryRandomAccessStream/IRandomAccessStream

I have a problem converting byte array to InMemoryRandomAccessStream or IRandomAccessStream in windows 8? This is my code, but It doesn't work : internal static async Task ConvertTo(byte[] arr) { …
Alen Lee
  • 2,479
  • 2
  • 21
  • 30
19
votes
1 answer

Where does Windows Store apps stores its local settings?

Hello fellow programmers, I am new to Windows 8. Where does Windows Store app's LocalSettings store its serialized file ? I am referring to this one: Windows.Storage.ApplicationData.Current.LocalSettings Per WinStore app tutorial here, I can load…
Jeson Martajaya
  • 6,996
  • 7
  • 54
  • 56
19
votes
2 answers

Difference between ListView and ListBox in Visual Studio

What is the difference between "ListView" and "ListBox" in a "Windows 8" app.
Milan Aggarwal
  • 5,104
  • 3
  • 25
  • 54
18
votes
2 answers

Resources for native Metro app development with Delphi

Are there resources on the web which help to get started with native Metro app development with Delphi (Win32)? So far I found the MSDN introduction, Getting started with Metro style apps, which links to the available API sets, including two native…
mjn
  • 36,362
  • 28
  • 176
  • 378
18
votes
6 answers

Local database storage for WinRT/Metro applications

I am trying to find an API within WinRT that will allow me to create a local database that can be used to store data for an occasionally connected application. I am looking for something like SQL Compact Edition. I have seen various messages on…
18
votes
4 answers

What is Windows Metro style app

Could anybody in simple term explain what is Windows Metro style app? What is the purpose and what kind of application we can make using this? Any link for beginners will be of great use.. Thanks
user1025901
  • 1,849
  • 4
  • 21
  • 28