Click here to Skip to main content
15,890,512 members
Home / Discussions / Windows Development
   

Windows Development

 
NewsCode Signing Pin
Michael Haephrati4-Dec-16 2:35
professionalMichael Haephrati4-Dec-16 2:35 
GeneralRe: Code Signing Pin
Kornfeld Eliyahu Peter4-Dec-16 3:22
professionalKornfeld Eliyahu Peter4-Dec-16 3:22 
GeneralRe: Code Signing Pin
Michael Haephrati4-Dec-16 7:14
professionalMichael Haephrati4-Dec-16 7:14 
GeneralRe: Code Signing Pin
Kornfeld Eliyahu Peter4-Dec-16 19:47
professionalKornfeld Eliyahu Peter4-Dec-16 19:47 
GeneralRe: Code Signing Pin
Michael Haephrati5-Dec-16 0:09
professionalMichael Haephrati5-Dec-16 0:09 
GeneralRe: Code Signing Pin
Richard MacCutchan4-Dec-16 21:26
mveRichard MacCutchan4-Dec-16 21:26 
GeneralRe: Code Signing Pin
Michael Haephrati5-Dec-16 0:09
professionalMichael Haephrati5-Dec-16 0:09 
QuestionAudio converter Pin
theoosaam6-Sep-16 5:40
theoosaam6-Sep-16 5:40 
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 

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.