Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
3answers
230 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 ...
8
votes
1answer
331 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 ...
7
votes
4answers
2k views

Metro UI and C#

Does anyone have any code samples in C# that implements the Metro UI? This is similar to the interfaces used in Zune and MetroTwit. Thanks
5
votes
1answer
167 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
4answers
486 views

Accessing other processes in Win8 Metro-style app

I am trying to build a Windows 8 "metro-style" app that will operate as a "app killer". For those of you who have used Win8 (Tech Preview) you'll notice that once you open a metro-style app you ...
5
votes
2answers
214 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 ...
4
votes
2answers
179 views

Does Windows 8 Compile JavaScript?

It is exciting that Windows 8 is supporting so many languages for Metro App development. One that especially interested me was the HTML5/CSS/JavaScript. What I don't understand, is this code going ...
4
votes
2answers
281 views

Change cursor in Metro Style Apps

I'm making a metro style app in C# and I have a normal TextBlock with a link inside it. And all I want to do it to make the cursor change into a hand when it goes over the text block, but unlike in ...
4
votes
3answers
454 views

Recommended hardware for Windows 8 Metro development?

I'm interested in getting the community's feedback on recommended hardware (especially touch oriented displays) for developing Metro-style apps for Windows 8. In particular, I'm looking to purchase a ...
3
votes
1answer
307 views

Will metro style windows 8 apps support local database access? [closed]

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 ...
3
votes
1answer
167 views

How to select an Metro listview item with mouse without invoking it?

This question is about Windows 8 Metro UI's listview. In listview with selectionMode set to single, you can drag an item down (in a gridLayout) or to the right(in a listLayout) a little bit and ...
3
votes
2answers
169 views

.NET in Windows 8: AppContract, Marketplace and WPF/C# from a dev point of view

I'm pretty excitet about all the new stuff coming up in Windows 8, but at the same time a bit worried about how and if I can continue use the code and custom components I have already built up using ...
3
votes
2answers
262 views

Will Windows 8 Metro apps require any change to the code in order to work on ARM based devices?

As far as I understand the Metro part of the runtime is not x86 processor architecture and native code dependant and will work without any change to the code on say an x86 tablet or ARM tablet. Is ...
3
votes
1answer
121 views

How to disable small tile support on metro style?

I've heard in a video (which I have since lost the link to...it may have been on Channel9), that we can disable small tile support in Windows 8 metro. How i can do this in C#?
3
votes
1answer
297 views

Metro style app with DirectX portion

Will the Windows 8 APIs allow me to write an app that uses XAML for the UI and DirectX for rendering 3D objects? Say I am writing a 3D modeling app. There are a lot of dialogs and UI elements that I ...
3
votes
1answer
566 views

SQL Data Access in Windows 8 HTML5/Javascript Desktop Development

Hi exalted sages of the development world, I humbly come before thee with a noob question. I'm actually pretty excited about Windows 8 Metro HTML5/Javascript development, but I haven't dived in to ...
3
votes
2answers
267 views

How can I protect the source of my HTML Metro app?

I'm really interested in building applications in a Windows 8 Metro style. I would like to use HTML5 but I am very concerned about protecting my front end UI from deconstruction and ultimately being ...
3
votes
3answers
203 views

List of assemblies in the .NET for Windows 8 profile

I am looking for the list of assemblies in the ".NET for Windows 8" profile. This is the profile used for WIndows 8 Metro-style applications, and like Silverlight doesn't use the full .NET framework.
3
votes
2answers
2k views

WPF interface like MetroTwit

i've seen the beautiful MetroTwit interface http://www.metrotwit.com/ ; i would like to know which WPF components have been used for trying to reproduce it. Thanks in advance c.
3
votes
1answer
1k views

how to use jquery.metro.js ? Unable to get it working?

I checked out the example given on http://naghsheh.info/Pivot/Pivot.htm and tried to get it work on a simple htm page. I have downloaded jquery.metro.js, jquery-1.6.1.min.js, and jquery.metro.css ...
2
votes
2answers
41 views

Endpoint is not compatible with version 1 of windows immersive project

For some reason I have error generating code for a wcf service using "Add service reference" wizard. Custom tool warning: No endpoints compatible with version 1 of windows immersive project were ...
2
votes
2answers
54 views

Metro App version info programmatically

How will I be able to get the version number of my application in metro javascript? For example, this is the 1.2 version of our application, how can I get the version number in my javascript metro ...
2
votes
0answers
54 views

Why does adding 2nd level subclassed Button controls to a Grid give E_INVALIDARG?

I've come across the this problem dealing with subclasses of the Windows.UI.Xaml.Button class in C++/CX, and I'd like to know what's going on. If I add a control instance to a grid, everything works ...
2
votes
3answers
97 views

compatibility of windows phone 7 applications with windows 8 OS

I am developing a windows phone 7 application and as we know Windows 8 will have metro UI. will WP7 applications be compatible with windows 8 desktop OS?
2
votes
1answer
56 views

Is there no DatePicker for xaml in Windows 8 Metro?

According to this tutorial, the DatePicker control is definitely present in the Javascript for Windows 8 Metro. So far I could not find it for the c#/xaml stack. Does anybody know if it is there and ...
2
votes
2answers
353 views

Building Windows 8 Metro App on Windows 7 with Visual Studio 2010

My Visual Studio can't seem to build any of the Metro Sample applications. As I've never really used this IDE before, I've pretty much given up. Can anyone direct me to a sample application that is ...
2
votes
1answer
72 views

How to store a user preference in a Metro App

In Android, you can store user's config in "preferences" file. So where should the "preferences" being stored in a Metro app and how can this be accomplished? Any example will help. Examples in ...
2
votes
1answer
210 views

PInvoke in Metro Apps with Windows 8 / WinRT

I have an simple FM Radio Tuner App in Silverlight 5 Out-of-browser that calls code from a Native C++ DLL from my USB FM Receiver using PInvoke. This application works very fine in Windows 8 with ...
2
votes
2answers
170 views

Are Metro-style applications necessarily full screen?

Are we only going to be able to create full screen Metro-style applications?
2
votes
1answer
93 views

Any alternative for IsSubclassOf or IsAssignableFrom in C# Metro-style

Is there any alternative for IsSubclassOf or IsAssignableFrom in C# Metro-style? I'm trying to make this code run on Metro but can't find alternative. if ((ui.GetType() == type) || ...
2
votes
2answers
119 views

How do I detect multitouch actions in a Windows 8 metro app?

I am working on a metro app right now and I'm looking to enable multitouch. I've browsed around google, but I can't seem to find any API to support it. Can someone point me in the right direction to ...
2
votes
1answer
57 views

How to create this custom view

As seen in the picture shown below I'm trying to make a view like this but I can't seem to figure out the logic for navigating between the tabs. I want to make this possible on android. I know that ...
2
votes
2answers
128 views

How to access and modify contacts in Windows 8?

I have found a new contacts API in Windows 8: http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.contacts%28v=VS.85%29.aspx However I am unable to find out how to list all ...
2
votes
2answers
304 views

Is the new Windows8 Metro interface just a UI redesign? [closed]

So Microsoft has come out with the biggest UI redesign since Win95, namely, Metro. I only have a 32-bit box so I am waiting till Friday to download a 32-bit version of VS11, but until then I have a ...
1
vote
0answers
24 views

Metro App with 2D Graphics in C#

I have done some looking and I can't figure out a good way to write a 2D tile/sprite based game in C# for Win8. According to the MSDN documentation: You can use managed code languages like C# and ...
1
vote
1answer
23 views

Duplex WCF communication doesn't work in Metro application

Could you please tell me why duplex communication with TcpTransportBindingElement doesn't work in my Metro application ? According to this document Metro subset of .Net Framework supports TCP ...
1
vote
0answers
19 views

ApplicationContentUriRules section

Can anyone explain what's the purpose of the ApplicationContentUriRules section in the Windows 8 manifest file? What should happen when I add a new URI in that section? Will it be executed as if it's ...
1
vote
2answers
52 views

Adding hyperlink button in XAML with Visual Studio 2011 (Windows 8)

I need to add a hyperlink button that directs to a webpage to my metro style apps written with C# and XAML. As in Silverlight, there is no NavigateURI option. Is there any other option to make a ...
1
vote
1answer
70 views

Retrieve Json data with HttpClient

I am programming for Visual Studio 2011 so I am forced to use HttpClient. I need to retrieve some JSON data from the web, but I guess I need to set the content to "json data" or something because I ...
1
vote
2answers
130 views

Does Visual Studio 2010 support Windows Metro style applications?

Does Visual Studio 2010 support Windows Metro style applications? I am going to build a Microsoft WP7 application. I have Visual Studio 2010 and I have installed SDK7.1. I am not getting Metro style ...
1
vote
1answer
98 views

List of resources for Windows 8 Metro on writing apps using HTML/CSS/JavaScript?

I see a lot of C#/XAML resources out there, but I'm wondering if there are any resources for HTML/CSS/JavaScript version on writing Windows 8 Metro apps? By resources, I mean any of these: ...
1
vote
2answers
110 views

What is the event that toggles appbar in javascript Windows 8 Metro Style App?

I am looking for the event that toggles the appbar in javascript. So it's basically the "edge-swipe" gesture event on the top/bottom edge of the screen. For example, I want to show a text "edge ...
1
vote
2answers
58 views

Build specific conditional symbols in Windows 8 Metro Javascript application?

In C++ and C# applications one can define conditional compilation symbols, such as DEBUG, TRACE or RELEASE and use these in program code to enable/disable code generation with #if. I need to do ...
1
vote
2answers
128 views

Store user data in Windows 8 metro app

I am learning how to develop Windows 8 Metro style apps but i couldn't found a way to store user data in SQL Server for example. What could i use or how to store user data.
1
vote
2answers
148 views

Expression Blend for XAML in Windows 8

Does anyone know how to get Expression Blend to work with XAML-based Metro Apps? The developer preview only supports HTML5 in Blend. I've tried all sorts of tricks, including installing Blend 4 on ...
1
vote
1answer
88 views

Why does a single line app with System.Console.WriteLine give me a syntax error?

I decided to have a go at building Windows Metro style apps with the Windows Developer Preview again, after multiple frustrating experiences. So I fire up Visual Studio and BAM! Right as I try to ...
1
vote
0answers
78 views

How can I create a large Metro calendar?

I'm trying to make an app that features, among other things, a calendar. The app is a Metro app for Windows 8. I'd like to have some apps in the store when Windows 8 launches; with the way my apps ...
1
vote
1answer
44 views

How to use ApplicationStateModel class of .net Metro style app?

I want to save the application state when an metro style app receive the suspend event. I found in this link the code below, but I don´t find in .Net the class ApplicationStateModel: public App() { ...
1
vote
0answers
96 views

Webview cookie Windows 8

I have tried to access an HTTPS page in a webview control where I need to pass cookie to be able to access the site. I haven't been able to find any example of it working in the new Windows 8 webview. ...
1
vote
1answer
166 views

How to convert a simple stream(http webresponse) to bitmapimage in c# windows 8?

I try 1000 times, to convert a simple stream (http webresponse) to bitmapimage, but no one tutorial is working in c# windows 8. Example: BitmapImage image = new BitmapImage(); ...

1 2