|
Hi everyone
I try to build a simple windows 8 Metro Style application in JS or C# , I wonder if I can select a picture from an images gallery and put it as wallpaper on my desktop . I already checked few answers but its not working on Windows 8. Any code will Help I used VS2012 with Win8 RP
Thanks
|
|
|
|
|
I won't think so as Metro applications are essentially in their own sandboxes...
Philippe Mori
|
|
|
|
|
Have a Win 8 Desktop app with buttons that are gray, when when moused-over, their color changes. Also shows tooltip.
When the user touches, not clicks or mouses over, I want to NOT change the color not show the tooltip when touched?
Anyone know if this possible? Can you point me in the right direction?
Thanks
If it's not broken, fix it until it is
|
|
|
|
|
|
How to start learning windows phone applications develop?
Where can I find the sources or samples?
|
|
|
|
|
|
hey any one using windows 8 release preview
|
|
|
|
|
They have really cleaned up alot of things in the RC version. Even a problem that I was having with the ListView control during my app review with Microsoft, was fixed in the new version. I have the consumer preview and RC both as VMs on my Win7 machine. I even installed the RC on my youngest son's laptop and it works well for him too.
Steve Maier
|
|
|
|
|
|
Yes, running it in a virtual box at the moment.
""Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon
|
|
|
|
|
I was wondering if previous apps can be run on windows 8 or is it that one has to recreate the app using WinRT & Metro technology?
“Be at war with your vices, at peace with your neighbors, and let every new year find you a better man or woman.”
|
|
|
|
|
Your previously built apps will continue to run on the Desktop. If you wanted your app to run as a Metro Style app it will require at least somewhat of a rewrite.
|
|
|
|
|
The easiest type of "legacy" app. to get working on WinRT is a Silverlight one. And within that subset the easiest is one written using MVVM.
This is the best analysis I’ve seen so far.
Assessing the Windows 8 Development Platform[^]
Kevin
|
|
|
|
|
“Be at war with your vices, at peace with your neighbors, and let every new year find you a better man or woman.”
|
|
|
|
|
Well, if you wrote your app well, you only have to rewrite the user interface...
|
|
|
|
|
Yes, Microsoft always offer backward compatibility in all its Windows versions.
Regards.
Christian Amado
MCITP | MCTS | MOS | MTA
Olimpia ☆ ★★★
Please mark as answer, if it helps.
|
|
|
|
|
How can I enumerate a network printer connected in a network in my Metro Style App, and obtain its IP Address.
|
|
|
|
|
I am working on a C# Metro app in VS2011 Beta. When I run the Windows App Certification Kit my application doesn't show up. What's strange is that other apps I've done do show up. I have no answer for why some show up and some don't.
Anyone know what needs to be done in VS or my app to make it visible in the app cert tool?
Everything makes sense in someone's mind
|
|
|
|
|
|
We already filed a bug with MS and got a resolution. Thank anyway.
Everything makes sense in someone's mind
|
|
|
|
|
Kevin Marois wrote: We already filed a bug with MS and got a resolution. Thank anyway.
Mind sharing how you resolved it?
|
|
|
|
|
I'm sorry I can't. It's covered under our NDA.
Everything makes sense in someone's mind
|
|
|
|
|
Kevin Marois wrote: I'm sorry I can't. It's covered under our NDA.
No problem, that was what I guessed when you posted that message but thought I'd double-check to be sure.
|
|
|
|
|
I have Windows 8 installed in Virtual Box.
I just can't snap 2 metro on the screen.... :/
Can you?
Is it because of Virtual Box?
What kind of mouse gesture magic should I do?
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.
|
|
|
|
|
Not 100% sure on this, but not all apps support snap. My understanding is that the app has to opt in (by providing a snap-specific view/xaml).
|
|
|
|