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

C#

 
GeneralRe: how to design page navigation window form using back and next button Pin
@nisha 2n19-Oct-09 23:26
@nisha 2n19-Oct-09 23:26 
GeneralRe: how to design page navigation window form using back and next button Pin
Jacobb Michael20-Oct-09 0:47
Jacobb Michael20-Oct-09 0:47 
AnswerRe: how to design page navigation window form using back and next button Pin
stancrm19-Oct-09 23:46
stancrm19-Oct-09 23:46 
QuestionMake main window wait for message box Pin
Lee Reid19-Oct-09 22:41
Lee Reid19-Oct-09 22:41 
AnswerRe: Make main window wait for message box Pin
dan!sh 19-Oct-09 22:50
professional dan!sh 19-Oct-09 22:50 
GeneralRe: Make main window wait for message box Pin
Lee Reid19-Oct-09 22:54
Lee Reid19-Oct-09 22:54 
AnswerRe: Make main window wait for message box Pin
Mirko198019-Oct-09 22:52
Mirko198019-Oct-09 22:52 
AnswerRe: Make main window wait for message box Pin
freakyit20-Oct-09 1:29
freakyit20-Oct-09 1:29 
QuestionC# to Nassi-Shneiderman diagram Pin
Herman<T>.Instance19-Oct-09 22:27
Herman<T>.Instance19-Oct-09 22:27 
AnswerRe: C# to Nassi-Shneiderman diagram Pin
V.19-Oct-09 23:15
professionalV.19-Oct-09 23:15 
Questionhow to send and recieve data from different ip using socket server Pin
Ajithevn19-Oct-09 21:32
Ajithevn19-Oct-09 21:32 
AnswerRe: how to send and recieve data from different ip using socket server Pin
Richard MacCutchan19-Oct-09 22:58
mveRichard MacCutchan19-Oct-09 22:58 
GeneralRe: how to send and recieve data from different ip using socket server Pin
Ajithevn19-Oct-09 23:15
Ajithevn19-Oct-09 23:15 
GeneralRe: how to send and recieve data from different ip using socket server Pin
Richard MacCutchan20-Oct-09 0:03
mveRichard MacCutchan20-Oct-09 0:03 
QuestionRe: how to send and recieve data from different ip using socket server [modified] Pin
Ajithevn20-Oct-09 0:27
Ajithevn20-Oct-09 0:27 
AnswerRe: how to send and recieve data from different ip using socket server Pin
Richard MacCutchan20-Oct-09 1:24
mveRichard MacCutchan20-Oct-09 1:24 
GeneralRe: how to send and recieve data from different ip using socket server Pin
Ajithevn20-Oct-09 2:39
Ajithevn20-Oct-09 2:39 
AnswerRe: how to send and recieve data from different ip using socket server Pin
Jimmanuel20-Oct-09 3:12
Jimmanuel20-Oct-09 3:12 
QuestionMulti-threaded SOAP calls to different servers a problem? Pin
gstar4219-Oct-09 21:18
gstar4219-Oct-09 21:18 
AnswerRe: Multi-threaded SOAP calls to different servers a problem? Pin
Mirko198019-Oct-09 22:37
Mirko198019-Oct-09 22:37 
GeneralRe: Multi-threaded SOAP calls to different servers a problem? Pin
gstar4220-Oct-09 4:08
gstar4220-Oct-09 4:08 
GeneralRe: Multi-threaded SOAP calls to different servers a problem? Pin
Mirko198020-Oct-09 4:30
Mirko198020-Oct-09 4:30 
GeneralRe: Multi-threaded SOAP calls to different servers a problem? Pin
gstar4220-Oct-09 4:33
gstar4220-Oct-09 4:33 
GeneralRe: Multi-threaded SOAP calls to different servers a problem? Pin
Mirko198020-Oct-09 5:58
Mirko198020-Oct-09 5:58 
QuestionVideo display Pin
saran.m19-Oct-09 21:15
saran.m19-Oct-09 21:15 
Hi friends,
I am new for vidoes upload and display.now am using the following code.

<object id="player" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" height="170"
width="300">
<param name="url" value="~/Videos/AkshayZaraJhoom.mp3"/>
<param name="showcontrols" value="true" />
<param name="autostart" value="false" />
</object>

Media player is displaying in browser.but after clickting the play button its not working well.

what is the use is classid in video display?

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.