Click here to Skip to main content
15,889,931 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to access XSL Vaiable in c#? Pin
Abubakarsb8-Mar-07 9:53
Abubakarsb8-Mar-07 9:53 
Questionwaveform generator compnenet needed! Plz help Pin
pashitech22-Feb-07 3:43
pashitech22-Feb-07 3:43 
AnswerRe: waveform generator compnenet needed! Plz help Pin
Pete O'Hanlon22-Feb-07 4:48
mvePete O'Hanlon22-Feb-07 4:48 
GeneralRe: waveform generator compnenet needed! Plz help Pin
pashitech22-Feb-07 19:40
pashitech22-Feb-07 19:40 
GeneralRe: waveform generator compnenet needed! Plz help Pin
Pete O'Hanlon22-Feb-07 22:38
mvePete O'Hanlon22-Feb-07 22:38 
GeneralRe: waveform generator compnenet needed! Plz help Pin
pashitech23-Feb-07 5:38
pashitech23-Feb-07 5:38 
GeneralRe: waveform generator compnenet needed! Plz help Pin
Pete O'Hanlon26-Feb-07 5:11
mvePete O'Hanlon26-Feb-07 5:11 
Questionmedia via windows application Pin
omar el halwagy22-Feb-07 3:07
omar el halwagy22-Feb-07 3:07 
i want to view avidio via windows media player i used the media player class
and write this
m.FileName = "Goda-Masri-03.wmv";
m.AllowChangeDisplaySize = true;
m.AutoStart = true;


m.ClickToPlay = true;

m.CurrentPosition = 0;
m.DisplaySize = MPDisplaySizeConstants.mpFullScreen;
m.Enabled = true;
m.EnableFullScreenControls = true;

m.ShowControls = true;
m.ShowDisplay = true;
m.ShowPositionControls = true;
m.VideoBorderWidth = 55;
m.WindowlessVideo = false;
m.PreviewMode = true;

m.ShowAudioControls = true;
m.ShowDialog(MPShowDialogConstants.mpShowDialogContextMenu);
m.ShowDisplay = true;
m.AboutBox();
m.DisplayMode = MPDisplayModeConstants.mpFrames;
m.DisplaySize = MPDisplaySizeConstants.mpDefaultSize;
m.EnablePositionControls = true;


m.ShowCaptioning =true;

MessageBox.Show( m.SourceLink);
m.TransparentAtStart = true;
m.VideoBorder3D = true;
m.SelectionEnd = 66;
m.Play();

but ihad that exeption
Error HRESULT E_FAIL has been returned from a call to a COM component.

iwant know how tosolve this



AnswerRe: media via windows application Pin
Judah Gabriel Himango22-Feb-07 4:50
sponsorJudah Gabriel Himango22-Feb-07 4:50 
GeneralRe: media via windows application Pin
omar el halwagy22-Feb-07 7:29
omar el halwagy22-Feb-07 7:29 
GeneralRe: media via windows application Pin
Judah Gabriel Himango22-Feb-07 10:25
sponsorJudah Gabriel Himango22-Feb-07 10:25 
GeneralRe: media via windows application Pin
omar el halwagy22-Feb-07 14:47
omar el halwagy22-Feb-07 14:47 
QuestionC# library Pin
kzoly22-Feb-07 2:59
kzoly22-Feb-07 2:59 
AnswerRe: C# library Pin
Pete O'Hanlon22-Feb-07 3:38
mvePete O'Hanlon22-Feb-07 3:38 
GeneralRe: C# library Pin
kzoly22-Feb-07 6:40
kzoly22-Feb-07 6:40 
GeneralRe: C# library Pin
mike montagne22-Feb-07 10:08
mike montagne22-Feb-07 10:08 
GeneralRe: C# library Pin
mike montagne22-Feb-07 10:10
mike montagne22-Feb-07 10:10 
GeneralRe: C# library Pin
mike montagne22-Feb-07 10:16
mike montagne22-Feb-07 10:16 
QuestionHow to change back color of Tab Control? Pin
vivek_pawar22-Feb-07 1:54
vivek_pawar22-Feb-07 1:54 
AnswerRe: How to change back color of Tab Control? Pin
Judah Gabriel Himango22-Feb-07 5:00
sponsorJudah Gabriel Himango22-Feb-07 5:00 
GeneralWonderful Pin
raja sekhara reddy p22-Feb-07 1:39
raja sekhara reddy p22-Feb-07 1:39 
GeneralRe: Wonderful Pin
Pete O'Hanlon22-Feb-07 2:07
mvePete O'Hanlon22-Feb-07 2:07 
QuestionCreate transparent gradient form? Pin
BlueChippy22-Feb-07 0:55
BlueChippy22-Feb-07 0:55 
AnswerRe: Create transparent gradient form? Pin
Judah Gabriel Himango22-Feb-07 4:56
sponsorJudah Gabriel Himango22-Feb-07 4:56 
GeneralRe: Create transparent gradient form? Pin
mike montagne22-Feb-07 8:51
mike montagne22-Feb-07 8:51 

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.