Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I'm trying to create a Windows Store App (or so I believe they're called) using XAML and VB.Net and I'm having some trouble.

I am trying to make a program where, basically, it is copying the behaviour of the Windows 8 start screen tiles.

Could anyone point me in the direction of which control would be best to do this, and any tutorials that may talk me through it.

I'm new to XAML and Windows Store Apps but I have a lot of experience making Windows Form programs.

I have searched on Google and can't seem to find anything that would help. Also searching for Windows Store Apps comes back with a lot of results that I don't need.

Any help would be much appreciated.

Thanks
Posted
Updated 6-Nov-14 23:51pm
v2

1 solution

HI,

why dont you use MetroFramework. You can download it from here:
https://github.com/viperneo/winforms-modernui[^]

This may help you in developing a mtero ui in winform.

Regards,
Praneet
 
Share this answer
 
Comments
Ste Moore 7-Nov-14 6:05am    
Thanks for the quick reply. This looks like it is changing the Windows Forms to look like the Windows Store/Metro apps, but what I'm looking for is a control for the Windows Store/Metro apps which mimics the tiles on the Windows 8 start screen.

Sorry if I wasn't very clear.
[no name] 7-Nov-14 6:06am    
Yes, I get it. This has the tiles too. It does provide a control like tile.
Ste Moore 7-Nov-14 6:22am    
The ModernUI isn't installing.

I get the following message when I attempt it.
Install-Package : Could not install package 'ModernUI 1.3.0.0'. You are trying to install this package into a
project that targets '.NETCore,Version=v4.5.1', but the package does not contain any assembly references or content
files that are compatible with that framework. For more information, contact the package author.
At line:1 char:1
+ Install-Package ModernUI
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand


I think this may be due to the fact that I'm creating a windows store app and not a windows form app.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900