Is it possible to build a metro interface app with Vb.net in Visual Studio 2005? - vb.net

we've been asked to change a webapp we're making to metro interface, the thing is, we have only Visual Studio 2005, what should we do to be able to change our app to Metro?

You will need Visual Studio 2012 as far as I am aware. You can use the free Express Edition of Visual Studio 2012 for building Windows 8 Apps. You will also need to be running Windows 8. You cannot develop Windows 8 Apps on Windows 7, Vista, or any other OS version less than 8.
You can install the Express Edition of 2012 along side Visual Studio 2005 and have them run side-by-side, it doesn't replace 2005, so you can keep using it.

As far as doing it within visual studio 2005 I don't think it's possible. But what you would need is the Windows 8 SDK.
You may be able to get by with the open source IDE Sharp Develop. I haven't used it in a long time so I'm not sure how far you'll get with it.

Requirements for Developing windows 8 Application :-
1 -> Visual Studio 2012
2 -> Windows 8 Latest Version
3 -> Developer License.
Windows Store App Development
Once you are done with this remeber you need to meet certain criteria listed below
App certification and requirements
Now answer to your original question
with visual studio 2005 you wont be able to build the app as 1,2 are the basic requirements, hence forth once you start you can go through the links below to make ur app perfet for the windows store
Note : one bad news . Ull have to code entire thing again as metro is a subset of the win32 api's and it will not even recognize some of them .

Related

Do I need VS 2012 Express for Windows 8 Apps if I have VS 2012 Professional?

Every page I seem to point to while trying to learn how to develop Win8 apps (such as this MS Page) points me to a download package that includes "Visual Studio Express 2012 for Windows 8."
However, I already have VS 2012 Pro.
Do I still need to obtain VS 2012 Express for Windows 8 for some reason, or is there an alternate path I can take to continue to use my existing VS 2012 in order to build Windows 8 apps?
No.
Visual Studio 2012 Express Edition for Windows 8 can create and edit Windows Store projects. Those same projects can be opened and edited in Visual Studio 2012 Pro and Ultimate. However, Visual Studio 2012 Pro and Ultimate can create other types of projects (like Windows Phone, WCP, WPF) that cannot be opened by VS 2012 Express Edition because Express for Windows 8 Apps is intentionally limited to only build Windows 8 apps.
The answer to your question is no, you do not need Express if you have Pro. Pro is the superset of the Express editions. Other Express editions include Windows Phone, Web, and Windows Apps. They are the free edition of Visual Studio, and for that reason alone they are limited in features.
Express is the cut-down edition of VS and as such it is less capable than the Pro edition. So, you should stick to VS 2012 Pro which is more than capable of developing Windows 8 apps.

Can I develop Windows 8 Apps without installing 2012 Express for Windows 8?

Microsoft provides two free tools, designed to work together, that help you develop, test, and deploy Windows Store apps: Microsoft Visual Studio Express 2012 for Windows 8 and Blend for Visual Studio. (These tools require Windows 8.)
I already have too many IDE's on my box. One of them is Visual Studio 2012 Pro. If I want to develop Windows 8 Apps, expecially the HTML5 variety, do I really need to install that huge SDK along with Visual Studio Express 2012 for Windows 8?? Or can I just install some templates and add some nuget packages?
you can install the Windows 8 SDK http://msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx

Can't see the tile for my Windows 8 Store App after deploying through Visual Studio 2012?

I am developing a Windows 8 Store app. Till sometime back I could see the Tile of the app once I built and ran the Solution from Visual Studio.
However, very recently Visual Studio 2012 seems to have stopped creating the Tile to launch my application in the dev environment. I have to use Application Search to bring up the App shortcut and launch (outside the debugger).
Only recent change in my environment is the Update 1 installation.
Why has Visual Studio stopped creating the Tile or did I mess something up?
Environment:
Windows 8 Pro (x64)
Visual Studio Express 2012 Update 1
If you have un-pinned it from your start screen, it will be in your All Apps, you need to re-pin it. Most likely you just un-pinned rather than un-install.
Same here but I press Uninstall on my app.
Result :
My app is missing from "All apps".
App also cannot create any new/second icons/tiles.
Any new metro app have same problems
I manage to fix it by deleing folder(s) in (this is not good solution. must be another way to restore App):
"C:\Users\UserNameHere\AppData\Local\Packages\"

Windows 8 App Add-on to visual studio 2012 for desktop

The title pretty much says it all. I've downloaded Visual Studio 2012 Express for Desktop but I also want to be able to develop apps for Windows 8.
Rather than having to download another version of Visual studio (Visual Studio 2012 for Windows 8). Isn't there just a way to add add-ons on my current VS to enable developing for Windows 8?
Thanks in advance!
PS - If there's an add-on to develop for Windows PHONE 8 that will also be greatly appreciated!
If you want to develop windows 8 phone, you still can use VS 2012 express, but you must install windows 8 phone SDK, you can download it here http://dev.windowsphone.com/en-us/downloadsdk.
But if you want to develop desktop app with VS 2012 Express, Unfortunately you can't, but IMHO you can still use csharp compiler in command line to do that. but you must references all the library you use in your app. to be honest I never try it, CMIIW.
Cheer
Yusak Setiawan
http://apptivate.ms/apps/1271/mathboard

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 already built and preferably some source code along with it for reference?
Note:
I have a copy of Windows 7 AND 8. However I can't seem to build Microsoft's File Access Sample in my copy of Visual Studio 2010 Ultimate. I'm trying to test one of my Win7 applications in Metro mode of Win8 (the application may be called for use during a user's session in a given Metro app).
Metro Apps (that is, applicatons based on WinRT in Windows 8) will not run in Visual Studio 2010. You need Visual Studio 11 express (that comes on the Windows 8 Developer Preview with developer tools English, 64-bit (x64) or Visual Studio 11 developer preview (available for MSDN subscribers)).
According to Getting started with Windows Metro style app development, "To begin building Metro style apps for Windows, you must first download and install the Windows Developer Preview, which includes Microsoft Visual Studio 11 Express for Windows Developer Preview and the Windows SDK for Metro style Apps."
So I think you'll have to do metro-style development from the Windows 8 Preview for now. That website also has some hello world type stuff and general direction on getting started.
You probably can build Metro Style Apps in Visual Studio 2010. Basically Metro is a special type of design where focus is more on texts than pictures. Metro means " Text before Chrome".
If you can build such metro controls ( or you can copy some from any windows 8 copy) you probably will be able to build very basic Metro style apps , but if u wish to build something advanced then i would suggest better switch to Windows 8 with Visual Studio 2012 Ultimate .