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 3 years ago.
Improve this question
I'm working on a Lens app for Windows Phone, and have been trying to find an API for the Photo Edit Picker, but so far I'm unable to find one. From what I'm guessing, there doesn't seem to be a task to open the following screen in Microsoft.Phone.Tasks namespace.
Is there a way to open the Photo Edit Picker list from an app, or is that not supported?
Related
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 days ago.
Improve this question
I want create a windows application .net or .net framework c# that :
login to google play store as a Clone Google play in windows form c# and download apk
Please advise where to start
A little confused as to how the work steps are.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I'm looking for alternatives to "FolderBrowserDialog" and "SaveFileDialog" or how I can edit these screens.
I need to create exactly the same interface of the image attached and the big challenge for me is how navigate/access the Windows Explorer like that in C#, as I didn't found how to edit the default save or select folder screens provided by C#.
Create log screen
You can create your own file dialog using TreeView
Check Daniel's answer on this post
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I am looking to make a small windows utility that will let the user browse to a file directory. Is there a good C# method (Windows) to execute this?
If you are using WinForms, you want FolderBrowserDialog.
See here: https://msdn.microsoft.com/en-us/library/system.windows.forms.folderbrowserdialog(v=vs.110).aspx
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 7 years ago.
Improve this question
I am developing an app in which i need to write text on image and save it by coding in windows phone. Is it possible? How?
This is possible in Windows Phone 8. Follow this link but for higher versions you need to look for equivalent APIs.
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#