Click here to Skip to main content
15,885,954 members
Home / Discussions / Windows Development
   

Windows Development

 
AnswerRe: Audio converter Pin
reimond1211-Sep-16 15:36
reimond1211-Sep-16 15:36 
QuestionWill My Installed Softwares Be Retained ? Pin
Django_Untaken23-Jul-16 0:54
Django_Untaken23-Jul-16 0:54 
AnswerRe: Will My Installed Softwares Be Retained ? Pin
Richard MacCutchan23-Jul-16 2:29
mveRichard MacCutchan23-Jul-16 2:29 
AnswerRe: Will My Installed Softwares Be Retained ? Pin
Jack Hensley25-Jul-16 4:42
Jack Hensley25-Jul-16 4:42 
AnswerRe: Will My Installed Softwares Be Retained ? Pin
GeorgeFinlayson25-Aug-16 1:26
GeorgeFinlayson25-Aug-16 1:26 
AnswerRe: Will My Installed Softwares Be Retained ? Pin
Afzaal Ahmad Zeeshan20-Nov-16 9:48
professionalAfzaal Ahmad Zeeshan20-Nov-16 9:48 
AnswerRe: Will My Installed Softwares Be Retained ? Pin
Member 1295601618-Jan-17 1:10
Member 1295601618-Jan-17 1:10 
QuestionProblems open own developed UWP app with uri? Pin
ken7628-Jun-16 0:38
ken7628-Jun-16 0:38 
C#
I have tried to follow the instructions from this link https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/handle-uri-activation to register an uri for my application. But the app only open the logo and then automatically exit after an certian time when using this code.

private async void buttonInternetRadio_Click(object sender, RoutedEventArgs e)
{
var uri = new Uri("testapp://");
var options = new Windows.System.LauncherOptions();
options.TreatAsUntrusted = true;
var success = await Windows.System.Launcher.LaunchUriAsync(uri, options);
}

In Declarations part of Package.appxmanifest I have the following properties,

Logo: testapp.png

Display Name: Test App

Name: testapp

Can someone help me with this issue?

AnswerRe: Problems open own developed UWP app with uri? Pin
Pete O'Hanlon28-Jun-16 0:56
mvePete O'Hanlon28-Jun-16 0:56 
QuestionHow to make your own uwp app to be opened with uri-scheme? Pin
ken7619-Jun-16 21:35
ken7619-Jun-16 21:35 
AnswerRe: How to make your own uwp app to be opened with uri-scheme? Pin
Pete O'Hanlon19-Jun-16 23:33
mvePete O'Hanlon19-Jun-16 23:33 
QuestionHow to read an certain line from text file with UWP app? Pin
ken762-Jun-16 9:44
ken762-Jun-16 9:44 
AnswerRe: How to read an certain line from text file with UWP app? Pin
Eddy Vluggen20-Jun-16 2:29
professionalEddy Vluggen20-Jun-16 2:29 
QuestionAbout Windows 8 App - Data storage in files using Windows.Storage namespace Pin
Member 1209249517-May-16 7:41
Member 1209249517-May-16 7:41 
AnswerRe: About Windows 8 App - Data storage in files using Windows.Storage namespace Pin
Peter_in_278017-May-16 13:25
professionalPeter_in_278017-May-16 13:25 
QuestionBluetooth with UWP Pin
Member 106839029-Apr-16 11:42
Member 106839029-Apr-16 11:42 
AnswerRe: Bluetooth with UWP Pin
Richard MacCutchan9-Apr-16 21:00
mveRichard MacCutchan9-Apr-16 21:00 
GeneralRe: Bluetooth with UWP Pin
Member 1068390211-Apr-16 5:42
Member 1068390211-Apr-16 5:42 
QuestionRe: Bluetooth with UWP Pin
Richard MacCutchan11-Apr-16 21:31
mveRichard MacCutchan11-Apr-16 21:31 
AnswerRe: Bluetooth with UWP Pin
Member 1068390212-Apr-16 3:34
Member 1068390212-Apr-16 3:34 
AnswerRe: Bluetooth with UWP Pin
Pete O'Hanlon12-Apr-16 4:14
mvePete O'Hanlon12-Apr-16 4:14 
QuestionIs Win10 IoT an RTOS? Pin
Matt T Heffron26-Feb-16 11:49
professionalMatt T Heffron26-Feb-16 11:49 
AnswerRe: Is Win10 IoT an RTOS? Pin
Brisingr Aerowing26-Feb-16 17:54
professionalBrisingr Aerowing26-Feb-16 17:54 
QuestionUnable to install softwares Pin
Otekpo Emmanuel30-Nov-15 19:36
Otekpo Emmanuel30-Nov-15 19:36 
AnswerRe: Unable to install softwares Pin
Richard MacCutchan30-Nov-15 21:01
mveRichard MacCutchan30-Nov-15 21:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.