Click here to Skip to main content
15,891,657 members
Home / Discussions / C#
   

C#

 
QuestionSound Recorder in Visual Studio Pin
paresh_sarjani4-Jul-08 21:21
paresh_sarjani4-Jul-08 21:21 
AnswerRe: Sound Recorder in Visual Studio Pin
Nader Elshehabi5-Jul-08 1:16
Nader Elshehabi5-Jul-08 1:16 
QuestionWhat happens if you inherit multiple interfaces and they have conflicting method names? Pin
Pankaj Garg4-Jul-08 21:08
Pankaj Garg4-Jul-08 21:08 
AnswerRe: What happens if you inherit multiple interfaces and they have conflicting method names? Pin
Nader Elshehabi5-Jul-08 0:03
Nader Elshehabi5-Jul-08 0:03 
AnswerRe: What happens if you inherit multiple interfaces and they have conflicting method names? Pin
Guffa5-Jul-08 3:43
Guffa5-Jul-08 3:43 
QuestionHow to get Image from Frame in mshtml. Pin
banker_kiran4-Jul-08 20:04
banker_kiran4-Jul-08 20:04 
AnswerRe: How to get Image from Frame in mshtml. Pin
banker_kiran8-Jul-08 18:47
banker_kiran8-Jul-08 18:47 
QuestionStop Autoplay of mshtml.HTMLObjectElement Pin
banker_kiran4-Jul-08 19:31
banker_kiran4-Jul-08 19:31 
Hi,

My Application attache on control with Internet Explorer and control has WebBrowser window control.
Now actually we are reading data from any web page and we capturing object and embed tag from that pages.
Now when we put that captured tag in our control it makes it autoplay.
And we want to stop that autoplay.

Code....................

IHTMLDocument2 htmlDoc = (IHTMLDocument2)((BasketToolBar)this.Tag).WebBrowser.IWebBrowser_Document;
IHTMLElement el = htmlDoc.elementFromPoint(e.X, e.Y);

if (el.tagName.Equals("OBJECT"))
{
HTMLObjectElement objEl = (HTMLObjectElement)el;
}

Kiran Banker

QuestionPrinting on a Pre-Printed Form Pin
Ian Uy4-Jul-08 18:20
Ian Uy4-Jul-08 18:20 
AnswerRe: Printing on a Pre-Printed Form Pin
Nader Elshehabi4-Jul-08 23:54
Nader Elshehabi4-Jul-08 23:54 
GeneralRe: Printing on a Pre-Printed Form Pin
Ian Uy5-Jul-08 3:32
Ian Uy5-Jul-08 3:32 
QuestionHow much memory do uninitialized array take up? Pin
gigahertz2054-Jul-08 14:48
gigahertz2054-Jul-08 14:48 
AnswerRe: How much memory do uninitialized array take up? [modified] Pin
Luc Pattyn4-Jul-08 15:13
sitebuilderLuc Pattyn4-Jul-08 15:13 
GeneralRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h4-Jul-08 16:27
N a v a n e e t h4-Jul-08 16:27 
GeneralRe: How much memory do uninitialized array take up? Pin
Luc Pattyn4-Jul-08 16:34
sitebuilderLuc Pattyn4-Jul-08 16:34 
GeneralRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h4-Jul-08 16:42
N a v a n e e t h4-Jul-08 16:42 
AnswerRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h4-Jul-08 16:35
N a v a n e e t h4-Jul-08 16:35 
GeneralRe: How much memory do uninitialized array take up? Pin
Luc Pattyn4-Jul-08 16:44
sitebuilderLuc Pattyn4-Jul-08 16:44 
GeneralRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h4-Jul-08 16:47
N a v a n e e t h4-Jul-08 16:47 
GeneralRe: How much memory do uninitialized array take up? Pin
Guffa5-Jul-08 4:00
Guffa5-Jul-08 4:00 
GeneralRe: How much memory do uninitialized array take up? Pin
N a v a n e e t h5-Jul-08 16:33
N a v a n e e t h5-Jul-08 16:33 
AnswerRe: How much memory do uninitialized array take up? Pin
Guffa5-Jul-08 3:55
Guffa5-Jul-08 3:55 
Questionhow to enable wave out mixer or stero mixer option using c# Pin
theredonion4-Jul-08 10:49
theredonion4-Jul-08 10:49 
QuestionEncrypted string changed when Serialized [modified] Pin
DaveyM694-Jul-08 10:03
professionalDaveyM694-Jul-08 10:03 
AnswerRe: Encrypted string changed when Serialized Pin
Guffa4-Jul-08 12:28
Guffa4-Jul-08 12:28 

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.