Click here to Skip to main content
16,008,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regex question PinPopular
PIEBALDconsult30-Nov-09 4:58
mvePIEBALDconsult30-Nov-09 4:58 
QuestionHow to Get the MSI installer Path Pin
coolpjmartin30-Nov-09 4:27
coolpjmartin30-Nov-09 4:27 
AnswerRe: How to Get the MSI installer Path Pin
The Man from U.N.C.L.E.30-Nov-09 7:43
The Man from U.N.C.L.E.30-Nov-09 7:43 
Questionregular expression in c# [modified] Pin
benjamin yap30-Nov-09 1:29
benjamin yap30-Nov-09 1:29 
AnswerRe: regular expression in c# Pin
vivasaayi30-Nov-09 2:07
vivasaayi30-Nov-09 2:07 
AnswerRe: regular expression in c# Pin
PIEBALDconsult30-Nov-09 5:06
mvePIEBALDconsult30-Nov-09 5:06 
QuestionPlay one or more files in single execution Pin
yesu prakash30-Nov-09 1:28
yesu prakash30-Nov-09 1:28 
AnswerRe: Play one or more files in single execution Pin
Covean30-Nov-09 1:52
Covean30-Nov-09 1:52 
Have a look at the file-format ASX.

Here is a sample, hope that helps.

<ASX VERSION="3.0">
   <TITLE>Example Media Player Show</TITLE>
   <PARAM NAME="Director" VALUE="Jane D." />
   
   <ENTRY>
      <TITLE>Example Clip</TITLE>
      <REF HREF="http://example.microsoft.com/media.asf" />
      <PARAM NAME="Location" VALUE="North America" />
      <PARAM NAME="Release Date" VALUE="March 1998" />
   </ENTRY>
   
   <ENTRY>
      <TITLE>Another Clip</TITLE>
      <REF HREF="http://example.microsoft.com/more_media.asf" />
      <PARAM NAME="Location" VALUE="Japan">
      <PARAM NAME="Release Date" VALUE="December 1996" />
   </ENTRY>
</ASX>


[edit] example modified [/edit]

Greetings
Covean

AnswerRe: Play one or more files in single execution Pin
souidi abderrahman30-Nov-09 3:24
souidi abderrahman30-Nov-09 3:24 
QuestionSpeech Recognition using .net framework 3.5 Pin
krinaljariwala30-Nov-09 1:04
krinaljariwala30-Nov-09 1:04 
AnswerRe: Speech Recognition using .net framework 3.5 Pin
Abhishek Sur30-Nov-09 1:31
professionalAbhishek Sur30-Nov-09 1:31 
GeneralRe: Speech Recognition using .net framework 3.5 Pin
krinaljariwala30-Nov-09 1:44
krinaljariwala30-Nov-09 1:44 
GeneralRe: Speech Recognition using .net framework 3.5 Pin
Abhishek Sur30-Nov-09 2:09
professionalAbhishek Sur30-Nov-09 2:09 
QuestionSetting DataGridView ColumnHeader text Pin
kanchoette30-Nov-09 0:50
kanchoette30-Nov-09 0:50 
AnswerRe: Setting DataGridView ColumnHeader text Pin
souidi abderrahman30-Nov-09 1:16
souidi abderrahman30-Nov-09 1:16 
GeneralRe: Setting DataGridView ColumnHeader text Pin
kanchoette30-Nov-09 1:27
kanchoette30-Nov-09 1:27 
QuestionHow to make screen become gray/dark slowly? Pin
daveice29-Nov-09 20:23
daveice29-Nov-09 20:23 
AnswerRe: How to make screen become gray/dark slowly? Pin
Abhishek Sur29-Nov-09 21:06
professionalAbhishek Sur29-Nov-09 21:06 
AnswerRe: How to make screen become gray/dark slowly? Pin
J a a n s29-Nov-09 21:16
professionalJ a a n s29-Nov-09 21:16 
GeneralRe: How to make screen become gray/dark slowly? Pin
Abhishek Sur29-Nov-09 21:37
professionalAbhishek Sur29-Nov-09 21:37 
GeneralRe: How to make screen become gray/dark slowly? Pin
dan!sh 29-Nov-09 23:19
professional dan!sh 29-Nov-09 23:19 
GeneralRe: How to make screen become gray/dark slowly? Pin
Abhishek Sur29-Nov-09 23:31
professionalAbhishek Sur29-Nov-09 23:31 
GeneralRe: How to make screen become gray/dark slowly? Pin
Tom Deketelaere29-Nov-09 23:50
professionalTom Deketelaere29-Nov-09 23:50 
GeneralRe: How to make screen become gray/dark slowly? Pin
Abhishek Sur29-Nov-09 23:59
professionalAbhishek Sur29-Nov-09 23:59 
GeneralRe: How to make screen become gray/dark slowly? Pin
dan!sh 29-Nov-09 23:54
professional dan!sh 29-Nov-09 23:54 

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.