Click here to Skip to main content
15,892,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: simple string search question Pin
sreejith ss nair15-Sep-04 4:15
sreejith ss nair15-Sep-04 4:15 
GeneralRe: simple string search question Pin
sreejith ss nair15-Sep-04 4:28
sreejith ss nair15-Sep-04 4:28 
Generalwall on this one:simple string search question Pin
Vodstok15-Sep-04 3:27
Vodstok15-Sep-04 3:27 
GeneralPopulate TreeView with ArrayList Pin
93Current15-Sep-04 2:31
93Current15-Sep-04 2:31 
GeneralRe: Populate TreeView with ArrayList Pin
Nnamdi Onyeyiri15-Sep-04 3:22
Nnamdi Onyeyiri15-Sep-04 3:22 
GeneralRe: Populate TreeView with ArrayList Pin
93Current15-Sep-04 8:11
93Current15-Sep-04 8:11 
Generalfinding Movie duration of a wmv file Pin
gupta vaibhav15-Sep-04 0:04
gupta vaibhav15-Sep-04 0:04 
GeneralRe: finding Movie duration of a wmv file Pin
sreejith ss nair15-Sep-04 0:37
sreejith ss nair15-Sep-04 0:37 
hi,

you can use Duration property of your Media Control.

Eg:
OpenFileDialog fld=new OpenFileDialog();
fld.ShowDialog();
axMediaPlayer1.FileName=fld.FileName;
double Due=axMediaPlayer1.Duration;

Here i am getting the duration of movie file without playing it.

**************************
S r e e j i t h N a i r
**************************;)
GeneralRe: finding Movie duration of a wmv file Pin
gupta vaibhav15-Sep-04 3:39
gupta vaibhav15-Sep-04 3:39 
GeneralRe: finding Movie duration of a wmv file Pin
sreejith ss nair15-Sep-04 3:54
sreejith ss nair15-Sep-04 3:54 
GeneralRe: finding Movie duration of a wmv file Pin
gupta vaibhav15-Sep-04 18:18
gupta vaibhav15-Sep-04 18:18 
GeneralRe: finding Movie duration of a wmv file Pin
sreejith ss nair15-Sep-04 22:24
sreejith ss nair15-Sep-04 22:24 
GeneralRe: finding Movie duration of a wmv file Pin
gupta vaibhav15-Sep-04 22:45
gupta vaibhav15-Sep-04 22:45 
GeneralOnly 2 decimal places for data in a textbox Pin
myNameIsRon14-Sep-04 17:07
myNameIsRon14-Sep-04 17:07 
GeneralRe: Only 2 decimal places for data in a textbox Pin
KevinMac14-Sep-04 18:22
KevinMac14-Sep-04 18:22 
GeneralRe: Only 2 decimal places for data in a textbox Pin
myNameIsRon14-Sep-04 19:09
myNameIsRon14-Sep-04 19:09 
GeneralRe: Only 2 decimal places for data in a textbox Pin
sreejith ss nair14-Sep-04 18:34
sreejith ss nair14-Sep-04 18:34 
GeneralRe: Only 2 decimal places for data in a textbox Pin
myNameIsRon14-Sep-04 19:03
myNameIsRon14-Sep-04 19:03 
GeneralRe: Only 2 decimal places for data in a textbox Pin
sreejith ss nair14-Sep-04 19:10
sreejith ss nair14-Sep-04 19:10 
GeneralRe: Only 2 decimal places for data in a textbox Pin
Stefan Troschuetz15-Sep-04 0:19
Stefan Troschuetz15-Sep-04 0:19 
GeneralRe: Only 2 decimal places for data in a textbox Pin
myNameIsRon15-Sep-04 18:24
myNameIsRon15-Sep-04 18:24 
General#define Pin
gmhanna14-Sep-04 16:33
gmhanna14-Sep-04 16:33 
GeneralRe: #define Pin
sreejith ss nair14-Sep-04 18:39
sreejith ss nair14-Sep-04 18:39 
GeneralRe: #define Pin
mav.northwind14-Sep-04 19:53
mav.northwind14-Sep-04 19:53 
GeneralRe: #define Pin
mebmer 12345678914-Sep-04 21:50
mebmer 12345678914-Sep-04 21:50 

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.