Click here to Skip to main content
15,885,985 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pin
roman_s14-May-10 4:14
roman_s14-May-10 4:14 
GeneralRe: Pin
dan!sh 14-May-10 4:20
professional dan!sh 14-May-10 4:20 
GeneralRe: Pin
roman_s14-May-10 5:07
roman_s14-May-10 5:07 
GeneralRe: Pin
AspDotNetDev14-May-10 11:16
protectorAspDotNetDev14-May-10 11:16 
GeneralOriginal Question Pin
AspDotNetDev14-May-10 18:27
protectorAspDotNetDev14-May-10 18:27 
QuestionDirectShow Pin
TimSWatson14-May-10 0:56
TimSWatson14-May-10 0:56 
AnswerRe: DirectShow Pin
#realJSOP14-May-10 1:45
mve#realJSOP14-May-10 1:45 
Questionhow to play multiple video files in windows media player using C# Pin
NetMan201214-May-10 0:44
NetMan201214-May-10 0:44 
hello,

I have developed a windows application in c#. I am using Windows media player to play video files.

for (int i = 0; i < ds.Tables[0].Rows.Count; i++)

{
GlobalClass.Global.videoName = ds.Tables[0].Rows[i]["videoName"].ToString();
wmp.URL = GlobalClass.Global.onlinePath + GlobalClass.Global.videoName;
}

Media player plays the last video file where count ends. i want the player not to play next file until 1st ends.

Please help me in this regard.

Thanks,

Tanzeel
AnswerRe: how to play multiple video files in windows media player using C# Pin
Rajesh Anuhya14-May-10 1:15
professionalRajesh Anuhya14-May-10 1:15 
QuestionNetworkStream.BeginWrite() blocks as called from thread Pin
Chesnokov Yuriy13-May-10 23:16
professionalChesnokov Yuriy13-May-10 23:16 
AnswerRe: NetworkStream.BeginWrite() blocks as called from thread Pin
#realJSOP14-May-10 1:43
mve#realJSOP14-May-10 1:43 
QuestionRe: NetworkStream.BeginWrite() blocks as called from thread Pin
Chesnokov Yuriy14-May-10 2:13
professionalChesnokov Yuriy14-May-10 2:13 
QuestionWhich is the best tool for .net obfuscation ? Pin
md_azy13-May-10 20:49
md_azy13-May-10 20:49 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
Johnny J.13-May-10 21:42
professionalJohnny J.13-May-10 21:42 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
Som Shekhar13-May-10 21:50
Som Shekhar13-May-10 21:50 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
#realJSOP14-May-10 1:39
mve#realJSOP14-May-10 1:39 
AnswerRe: Which is the best tool for .net obfuscation ? Pin
harold aptroot14-May-10 2:12
harold aptroot14-May-10 2:12 
AnswerRe: Which is the best tool for .net obfuscation ? PinPopular
PIEBALDconsult14-May-10 4:06
mvePIEBALDconsult14-May-10 4:06 
GeneralRe: Which is the best tool for .net obfuscation ? Pin
OriginalGriff14-May-10 4:11
mveOriginalGriff14-May-10 4:11 
GeneralRe: Which is the best tool for .net obfuscation ? Pin
dan!sh 14-May-10 4:21
professional dan!sh 14-May-10 4:21 
QuestionHOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME [modified] Pin
crisjala13-May-10 20:27
crisjala13-May-10 20:27 
AnswerRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
OriginalGriff13-May-10 21:41
mveOriginalGriff13-May-10 21:41 
GeneralRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
DaveyM6914-May-10 0:56
professionalDaveyM6914-May-10 0:56 
GeneralRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
OriginalGriff14-May-10 0:59
mveOriginalGriff14-May-10 0:59 
GeneralRe: HOW TO FIX THIS EVERYTIME I ADD DATA IN MY DATA TABLE THE LASTROW AND FIRSTROW ARE THES SAME Pin
Not Active14-May-10 1:20
mentorNot Active14-May-10 1:20 

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.