As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'd like to use the new metro transitions (AddDeleteThemeTransition, ContentThemeTransition, ...), for my WPF 4 project.
Can I use a dll ? Where could I download it ?
WinRT/XAML is a different technology than WPF and none of its WinRT UI will work with WPF. Additionally these transitions seem to be using some different mechanism than regular Storyboards, so there is likely no way to just extract them to something that would work with WPF.
Your only option would be to implement something yourself and make it look good. Or alternatively give up support for Windows 7 and implement your application as a WinRT app for Windows 8.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have some basic code made in C#. Is it possible to compile it for Android with little to no code changes?
You would need to use something like Xamarin (formerly MonoTouch).
Yes, you can develop application for android!
Xamarin For Android - Not a free product, full functional trial is available.
Dot42 - Not free for commercial use.
You can use them!
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
We developed project in C# and we want to use js library or Json calls in project. is it possible? How can we use js library in C# project in Windows 8 metro apps?? is there any sample so please share link thanks.
No you cannot use C# and JavaScript for Win8 development together. Notice that the rendering engines for the two technologies are even different. If you want to utilize some JSON returning service in your XAML WinRT app you can still do that. All you need to do is deserialize the JSON after fetching it.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm interested in creating a development environment in WPF which can aid non-programmers(like parents) to write simple programs in C# for children. So, I want to make a WPF application (development environment ) which creates a new WPF app. It's impossible, right?
There is a simple way to prove that doing so is not impossible: finding some existing application that can create new WPF applications. But that's exactly what Visual Studio does.
So, no, it's not impossible.
If you want to know whether doing that would be easy, that's completely different question.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I wanna build custom desktop notification for my desktop application. notifyicon seems to be not working may be i can fix that. Can we extend notifyicon class and develop my custom desktop notification control? or do we have any tutorial about the same
The class Notifyicon is sealed, this mean that you can not extend it.
You can create a separate window, that works like notification. But i am not aware about any tutorial for this.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm developing a free application and would like to make some money by embedding advertisements in it. Initially I had planned to embed ads in a webbrowser control (AdSense, Google Ads) but found that this isn't allowed. Does anybody have experience with this?
The program is coded in C# and will run on PCs not windows mobile
(Although I hate these,) one option for you might be to bundle toolbars? For example, InstallShield 2009 allows you to bundle the Yahoo! toolbar with your app's installer. You join the Acresso Value-Added Services program and get paid everytime the toolbar is used.