How to create Icons for a Desktop Application in Windows 10 - c#

I have an application which has been used in Win7. I am now moving to Win10. It is a standard application and not a universal one.
My application icon look ugly in the Windows 10 app menu and in the start menu (mainly because it is not a flat icon with transparent background). Can someone point me to a guide on what kind of icons .ico/.png files I am suppose to make for my application in a Windows 10 environment.
I imagine I could make a flat white icon with a transparent background but what happens when themes change or the file is viewed in a white background?

Related

Windows form in smart device project

I have develop a small project for my Handheld device(Windows CE 7.0) using VS 2008 pro. I has a windows form with 2 text box in the project. I build the cab file and install the apps into the handheld device but the UI seem like weird. It has extra gray color area appear on top of the UI but not sure what is the gray area is. I attached the screen shot of the UI. Please help, how I can remove those area,
i think the color is the color of a panel docked on top remove the panel

Detect notification area background color?

I have to say I am a bit shocked the answer to this problem isn't easier to find. I have an application that creates a notification tray icon. When I am running my app on Windows 10 the notification area background color is black. So I am using a white version of my logo for contrast. Running the same program on Windows 7 the taskbar background is dark, but the notification popup has a white background. Thus using my white icon doesn't work?
My first thought was to determine if I am on Windows 10 and if I wasn't to use a blue version of my icons. Sounds simple enough until you try to detect the OS version. For some reason Microsoft has decided that the OSVersion information will just return the Windows 8 version number from now on (if you are on Windows 10)?!?! Seriously? The suggestions to detect Windows 10 are to look at registry keys, or make unsafe calls to kernel level api's?
Other application developers have had to run into this issue. What is the solution? How do you managed your notification tray icons when they have to work when on a white background and black? I would prefer not to make the blue images background white, since the box around the icon won't look very nice.

Design Window Phone app screen size

I'm developing app for Windows Phone. I have a Lumia 1320 and I noticed that apps on my device are wrongly seen so as many apps on the Store (like WhatsApp!)
ScreenHeight is wrong because, when task manager is open, I see a black border (especially if there is an ApplicationBar) on bottom and font size is bigger then the settled size on settings.
There is a plug-in or something in SDK for developing apps for 6" screen or there is something I miss?
Thank you all!
You can change the resolution of the device that the UI designer uses by using the side bar (on the left usually).
Here's a screenshot for you. When use correctly you can get a feel for what you app will look like on different phones.

Localize Windows Phone 8 Application Icon and Tile Image

After sending the day searching I found out how to localize most off a Windows Phone 8/8.1 App, even the AppTitle and AppTileTitle localization using DLLs (which seems too complicated for such a "simple thing").
The localization of the App Icon and Tile images (small, medium and large) still eludes me.
Is there a way to have different Icons and Tile images for each supported language?
No,unfortunately There is no way to have different icon for each language but you can have Different Tile Title and App Title for Your Application.

Get Window 8 Start Screen tiles

I would like to get a listing of all the tiles on the Win8 Start screen. I do not need them to live update just get the appropriate tiles/icons.
What is the way to get all the tiles found on the Windows 8 Start Screen?
Clarification:
What I am looking for is images of the tiles pinned to the start screen (not just my application's). I would like to provide those images to the user in a different way.
In Windows 7 I would just gather everything from the start menu folder and then gather their icons.
I recognize that I cannot create a Windows Store app to do this. I was planning on this being a desktop app.
The Windows Store Apps (aka Metro apps) are installed in "C:\Program Files\WindowsApps"
Your app idea is impossible as WinRT app because WinRT app has sandbox nature, so you can't access that path. If you want to develop desktop app then it's possible.
In that folder, you will find separate folder for each app. Look for "Assets" or "images" folder. It contains all the logo (Wide, Store, Small, SplashScreen, etc) of particular app. The folder name may differ for any app, "Assets" & "images" is default folders.
You also may need to visit this

Categories

Resources