Click here to Skip to main content
15,919,422 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Pin
Richard Deeming14-Jul-15 5:15
mveRichard Deeming14-Jul-15 5:15 
GeneralRe: C# Pin
OriginalGriff14-Jul-15 5:41
mveOriginalGriff14-Jul-15 5:41 
GeneralRe: C# Pin
Eddy Vluggen14-Jul-15 5:18
professionalEddy Vluggen14-Jul-15 5:18 
Questionvisual studio/creating a installer for programs Pin
jamesmc153514-Jul-15 2:27
jamesmc153514-Jul-15 2:27 
AnswerRe: visual studio/creating a installer for programs Pin
Wes Aday14-Jul-15 3:16
professionalWes Aday14-Jul-15 3:16 
GeneralRe: visual studio/creating a installer for programs Pin
jamesmc153514-Jul-15 3:21
jamesmc153514-Jul-15 3:21 
AnswerRe: visual studio/creating a installer for programs Pin
Ravi Bhavnani14-Jul-15 6:47
professionalRavi Bhavnani14-Jul-15 6:47 
Question[U8.1][XAML] Which's differently on isfullscreen and isfullwindows on media player framework? Pin
Lê Thiên Hoàng14-Jul-15 2:07
Lê Thiên Hoàng14-Jul-15 2:07 
XML
<mmppf:MediaPlayer x:Name="YoutubePlayer" Visibility="Visible" IsFullScreenVisible="True"
IsFullScreenChanged="YoutubePlayer_IsFullScreenChanged"
Stretch="UniformToFill" MediaQuality="HighDefinition"
IsResolutionIndicatorVisible="True" IsSignalStrengthVisible="False" IsAudioSelectionVisible="True" IsPlayPauseVisible="True"
IsSkipAheadVisible="True" IsSkipBackVisible="True"
MediaOpened="YoutubePlayer_MediaOpened"
MediaEnded="YoutubePlayer_MediaEnded"
MediaQualityChanged="YoutubePlayer_MediaQualityChanged" ></mmppf:MediaPlayer>

private async void YoutubePlayer_IsFullScreenChanged(object sender, RoutedPropertyChangedEventArgs<bool> e)
    {
        try
        {

        }
        catch(Exception ex)
        {
            var dialog = new MessageDialog(ex.Message);
            dialog.ShowAsync();
        }

    }


1.isfullwindows of on media player framework are getting true and then video plays on "fullwindow" but be lost control(play,pause...) although I had touch on screen.
2.isfullscreen ==true and it will be not play on fullwindows because of media player framework lies inside grid. that means <grid width=300 height=400> and then media player framework will play fullsreen of grid(media player framework.width=300...)

Note: On XAML are getting much "grid" tags

my ways is create new pages and just show video. but I don't want do that. It look bad.

How to solve it? I want play on fullwindow but still keep an control(play, pause...).
QuestionNEW to c# Pin
jamesmc153514-Jul-15 1:11
jamesmc153514-Jul-15 1:11 
AnswerRe: NEW to c# Pin
OriginalGriff14-Jul-15 1:21
mveOriginalGriff14-Jul-15 1:21 
GeneralRe: NEW to c# Pin
jamesmc153514-Jul-15 1:27
jamesmc153514-Jul-15 1:27 
GeneralRe: NEW to c# Pin
Pete O'Hanlon14-Jul-15 1:38
mvePete O'Hanlon14-Jul-15 1:38 
GeneralRe: NEW to c# Pin
jamesmc153514-Jul-15 1:42
jamesmc153514-Jul-15 1:42 
GeneralRe: NEW to c# Pin
OriginalGriff14-Jul-15 1:42
mveOriginalGriff14-Jul-15 1:42 
GeneralRe: NEW to c# Pin
jamesmc153514-Jul-15 1:47
jamesmc153514-Jul-15 1:47 
GeneralRe: NEW to c# Pin
OriginalGriff14-Jul-15 2:01
mveOriginalGriff14-Jul-15 2:01 
GeneralRe: NEW to c# Pin
jamesmc153514-Jul-15 2:04
jamesmc153514-Jul-15 2:04 
GeneralRe: NEW to c# Pin
Ravi Bhavnani14-Jul-15 6:52
professionalRavi Bhavnani14-Jul-15 6:52 
GeneralRe: NEW to c# Pin
jamesmc153515-Jul-15 23:17
jamesmc153515-Jul-15 23:17 
GeneralRe: NEW to c# Pin
Ravi Bhavnani16-Jul-15 2:27
professionalRavi Bhavnani16-Jul-15 2:27 
GeneralRe: NEW to c# Pin
jamesmc153516-Jul-15 2:37
jamesmc153516-Jul-15 2:37 
AnswerRe: NEW to c# Pin
OneWinsto20-Jul-15 11:11
OneWinsto20-Jul-15 11:11 
GeneralRe: NEW to c# Pin
jamesmc153520-Jul-15 21:36
jamesmc153520-Jul-15 21:36 
QuestionHow do i post headers and XML body to webservice Pin
kundan sakpal13-Jul-15 23:40
kundan sakpal13-Jul-15 23:40 
QuestionRe: How do i post headers and XML body to webservice Pin
Richard MacCutchan13-Jul-15 23:44
mveRichard MacCutchan13-Jul-15 23:44 

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.