Click here to Skip to main content
15,900,818 members
Home / Discussions / C#
   

C#

 
GeneralRe: Name space for FolderParam Pin
mrcooll6-Jul-08 1:13
mrcooll6-Jul-08 1:13 
QuestionNumericUpDown in hexadecimal mode bug Pin
Schokoolero5-Jul-08 0:17
Schokoolero5-Jul-08 0:17 
AnswerRe: NumericUpDown in hexadecimal mode bug Pin
Nader Elshehabi5-Jul-08 1:29
Nader Elshehabi5-Jul-08 1:29 
AnswerRe: NumericUpDown in hexadecimal mode bug Pin
Schokoolero5-Jul-08 5:18
Schokoolero5-Jul-08 5:18 
QuestionHow to get Username from IP Address or vicevers in LAN Pin
Abhijit Jana4-Jul-08 23:18
professionalAbhijit Jana4-Jul-08 23:18 
AnswerRe: How to get Username from IP Address or vicevers in LAN Pin
Luc Pattyn5-Jul-08 3:00
sitebuilderLuc Pattyn5-Jul-08 3:00 
QuestionHow to Update my System Configutrator application on client machine Pin
wasimsharp4-Jul-08 23:01
wasimsharp4-Jul-08 23:01 
QuestionGrab video from tv tuner Pin
Harvey Saayman4-Jul-08 21:38
Harvey Saayman4-Jul-08 21:38 
AnswerRe: Grab video from tv tuner Pin
Christian Graus5-Jul-08 1:17
protectorChristian Graus5-Jul-08 1:17 
GeneralRe: Grab video from tv tuner Pin
Harvey Saayman6-Jul-08 7:31
Harvey Saayman6-Jul-08 7:31 
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 

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.