Click here to Skip to main content
15,795,231 members
Home / Discussions / C#
   

C#

 
GeneralScope of Share point and Silverlight Pin
Member 1059394814-Aug-14 4:40
Member 1059394814-Aug-14 4:40 
GeneralRe: Scope of Share point and Silverlight Pin
Richard MacCutchan14-Aug-14 5:22
mveRichard MacCutchan14-Aug-14 5:22 
Questionhow do i make each combo box to show a dropdown of the value of the Quantity it has fetched. Pin
Member 1050484913-Aug-14 10:02
Member 1050484913-Aug-14 10:02 
SuggestionRe: how do i make each combo box to show a dropdown of the value of the Quantity it has fetched. Pin
ZurdoDev13-Aug-14 10:24
professionalZurdoDev13-Aug-14 10:24 
QuestionHow to increment div count in path Pin
Member 1098388513-Aug-14 7:09
Member 1098388513-Aug-14 7:09 
Questionc# Play Video Fullscreen Pin
Member 416962813-Aug-14 6:20
Member 416962813-Aug-14 6:20 
AnswerRe: c# Play Video Fullscreen Pin
Simon_Whale13-Aug-14 6:41
Simon_Whale13-Aug-14 6:41 
GeneralRe: c# Play Video Fullscreen Pin
Member 416962813-Aug-14 6:53
Member 416962813-Aug-14 6:53 
Hi Simon,

Many thanks.

Apologies, I should have said I did try that as well..

When I do I get an error:

here is my code:

C#
private void axWindowsMediaPlayer1_Enter(object sender, EventArgs e)
{
    axWindowsMediaPlayer1.URL = @"C:\Users\trevo_000\Documents\visual studio 2013\Projects\Lance\Video Player\Loop.mp4";
    axWindowsMediaPlayer1.fullScreen = true;
    axWindowsMediaPlayer1.windowlessVideo = true;
}


And I get the error of:

An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in AxInterop.WMPLib.dll

Additional information: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Trev
GeneralRe: c# Play Video Fullscreen Pin
Dave Kreskowiak13-Aug-14 7:05
mveDave Kreskowiak13-Aug-14 7:05 
GeneralRe: c# Play Video Fullscreen Pin
Member 416962813-Aug-14 9:42
Member 416962813-Aug-14 9:42 
GeneralRe: c# Play Video Fullscreen Pin
Dave Kreskowiak13-Aug-14 13:27
mveDave Kreskowiak13-Aug-14 13:27 
GeneralRe: c# Play Video Fullscreen Pin
Bernhard Hiller13-Aug-14 22:48
Bernhard Hiller13-Aug-14 22:48 
Question[CheckBox ComboBox] Strange problem with ComboBox.CheckBoxItems[].Checked = true Pin
Member 1062093513-Aug-14 5:17
Member 1062093513-Aug-14 5:17 
SuggestionRe: [CheckBox ComboBox] Strange problem with ComboBox.CheckBoxItems[].Checked = true Pin
Richard Deeming13-Aug-14 5:57
mveRichard Deeming13-Aug-14 5:57 
GeneralRe: [CheckBox ComboBox] Strange problem with ComboBox.CheckBoxItems[].Checked = true Pin
Member 1062093513-Aug-14 21:02
Member 1062093513-Aug-14 21:02 
QuestionRegarding the usage of generic in real life Pin
Tridip Bhattacharjee12-Aug-14 22:20
professionalTridip Bhattacharjee12-Aug-14 22:20 
AnswerRe: Regarding the usage of generic in real life Pin
Manfred Rudolf Bihy12-Aug-14 22:51
professionalManfred Rudolf Bihy12-Aug-14 22:51 
GeneralRe: Regarding the usage of generic in real life Pin
Tridip Bhattacharjee13-Aug-14 0:18
professionalTridip Bhattacharjee13-Aug-14 0:18 
GeneralRe: Regarding the usage of generic in real life Pin
Debabrata TPX13-Aug-14 0:49
Debabrata TPX13-Aug-14 0:49 
GeneralRe: Regarding the usage of generic in real life Pin
Tridip Bhattacharjee13-Aug-14 22:25
professionalTridip Bhattacharjee13-Aug-14 22:25 
GeneralRe: Regarding the usage of generic in real life Pin
Pete O'Hanlon13-Aug-14 22:46
subeditorPete O'Hanlon13-Aug-14 22:46 
GeneralRe: Regarding the usage of generic in real life Pin
Pete O'Hanlon13-Aug-14 0:50
subeditorPete O'Hanlon13-Aug-14 0:50 
QuestionHow to remove escape sequece from string while telnet to HP procurve devices Pin
superselector12-Aug-14 20:17
superselector12-Aug-14 20:17 
AnswerRe: How to remove escape sequece from string while telnet to HP procurve devices Pin
OriginalGriff12-Aug-14 21:57
mvaOriginalGriff12-Aug-14 21:57 
AnswerRe: How to remove escape sequece from string while telnet to HP procurve devices Pin
OriginalGriff13-Aug-14 2:25
mvaOriginalGriff13-Aug-14 2:25 

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.