c# game have multiple icons resolution? [closed] - c#

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
How can I make my games developed in c# having multiple icons? (same picture with different resolutions), so, after installing it, and going to start-->games, and change your view, the resolution will be adapted to the right size.
Thx in advanced

The ICO format can contain images for several resolutions.

Simply use your favorite search engine for the keywords multi resolution icons.

Related

default coding colors for visual studio c# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I am building an output generator that outputs code samples to html for a view.
Does anyone know where to find the default colors VS uses? i.e. for keywords, types, etc
Tools->Options->Environment->Fonts and Colors

How to shows grouped header list in windows phone 8.1? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i need this type of page in my application is this possible to make this kind of selection list in windows phone. please help me and provide me the right direction to achieve this.
If you're using Silverlight, you need to use a LongListSelector, which already has support for sections (A-Z, or whatever you want).
You can follow Microsoft's tutorial here:
https://msdn.microsoft.com/en-us/library/windows/apps/jj244365(v=vs.105).aspx
However, for the newer Windows Runtime, the class is now ListView. You can see how to use it here: http://www.visuallylocated.com/post/2014/04/28/Migrating-from-the-LongListSelector-to-the-ListView-in-Windows-Phone-XAML-Apps.aspx
Please note that it will be visually different than iOS.

Is there an application for generating image for Windows Store Application? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm a developer and i'm not designer at all :)
I developped application for windows phone and windows store but i always has difficulties when it comes to create image in different size (splashscreen, tile, badge, etc...)
Is there an application that generate all the size needed for a windows store app based on given image?
Thank you,
Kind Regards.
Metro Studio 2 is great tool that has large number of icons/images available
. Take a look.

Streaming video over with C# [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Greeting
Is there any example code to show how to stream video over ip C# windows app???
http://www.codeproject.com/KB/audio-video/cameraviewer.aspx
Check out http://www.fathsoft.com/videocapx.html. VideoCapX ActiveX control supports streaming live and file-based video over IP. There are several C# samples included.

How can I make a desktop video and audio recorder in .NET, using .NET libraries? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I need to make a project for my university. My project is a desktop video and audio recorder in C#... I know that I must use some of the libraries in .NET... But which or how?
It's like Camtasia...
There's at least one article on http://www.codeproject.com that shows how to do this: Capturing the Screen Image in C#

Categories

Resources