Click here to Skip to main content
15,889,813 members
Home / Discussions / C#
   

C#

 
GeneralRe: Toon Production?? Pin
Muammar©20-Aug-09 7:42
Muammar©20-Aug-09 7:42 
GeneralRe: Toon Production?? Pin
Muammar©20-Aug-09 2:26
Muammar©20-Aug-09 2:26 
GeneralRe: Toon Production?? Pin
riced20-Aug-09 12:06
riced20-Aug-09 12:06 
AnswerRe: Toon Production?? Pin
Richard MacCutchan25-Aug-09 10:42
mveRichard MacCutchan25-Aug-09 10:42 
GeneralRe: Toon Production?? Pin
Muammar©25-Aug-09 11:08
Muammar©25-Aug-09 11:08 
GeneralRe: Toon Production?? Pin
Richard MacCutchan26-Aug-09 3:15
mveRichard MacCutchan26-Aug-09 3:15 
QuestionHow to unregister the Event for a clicked tag ? Pin
Jacobb Michael20-Aug-09 1:15
Jacobb Michael20-Aug-09 1:15 
AnswerRe: How to unregister the Event for a clicked tag ? Pin
Luc Pattyn20-Aug-09 2:12
sitebuilderLuc Pattyn20-Aug-09 2:12 
Hi,

In general you can undo a DocEvents.onclick += new HTMLDocumentEvents2_onclickEventHandler(DocEvents_onclick);

with a simple DocEvents.onclick -= new HTMLDocumentEvents2_onclickEventHandler(DocEvents_onclick);.


There is some magic involved as the second eventhandler object is similar but not identical to the first one. I wrote about it in my "events" article.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

modified on Thursday, August 20, 2009 8:20 AM

GeneralRe: How to unregister the Event for a clicked tag ? Pin
Jacobb Michael20-Aug-09 6:16
Jacobb Michael20-Aug-09 6:16 
GeneralRe: How to unregister the Event for a clicked tag ? Pin
Luc Pattyn20-Aug-09 13:37
sitebuilderLuc Pattyn20-Aug-09 13:37 
GeneralRe: How to unregister the Event for a clicked tag ? Pin
Jacobb Michael20-Aug-09 17:24
Jacobb Michael20-Aug-09 17:24 
GeneralRe: How to unregister the Event for a clicked tag ? Pin
Luc Pattyn21-Aug-09 0:18
sitebuilderLuc Pattyn21-Aug-09 0:18 
QuestionGrid Platform Pin
satsumatable20-Aug-09 0:43
satsumatable20-Aug-09 0:43 
AnswerRe: Grid Platform Pin
stancrm20-Aug-09 0:59
stancrm20-Aug-09 0:59 
QuestionHow to put focus (with keyboard shortcuts) on input fields in Visual Studio Express C#? Pin
pietlut20-Aug-09 0:41
pietlut20-Aug-09 0:41 
AnswerRe: How to put focus (with keyboard shortcuts) on input fields in Visual Studio Express C#? Pin
OriginalGriff20-Aug-09 0:59
mveOriginalGriff20-Aug-09 0:59 
GeneralRe: How to put focus (with keyboard shortcuts) on input fields in Visual Studio Express C#? Pin
pietlut20-Aug-09 6:21
pietlut20-Aug-09 6:21 
QuestionLines Disappear Pin
mgroses20-Aug-09 0:04
mgroses20-Aug-09 0:04 
AnswerRe: Lines Disappear Pin
Christian Graus20-Aug-09 0:06
protectorChristian Graus20-Aug-09 0:06 
GeneralRe: Lines Disappear Pin
mgroses20-Aug-09 0:16
mgroses20-Aug-09 0:16 
AnswerRe: Lines Disappear Pin
DaveyM6920-Aug-09 0:14
professionalDaveyM6920-Aug-09 0:14 
AnswerRe: Lines Disappear Pin
mgroses20-Aug-09 0:22
mgroses20-Aug-09 0:22 
GeneralRe: Lines Disappear Pin
Christian Graus20-Aug-09 0:26
protectorChristian Graus20-Aug-09 0:26 
QuestionLoad text from webpage Pin
valdo11120-Aug-09 0:01
valdo11120-Aug-09 0:01 
AnswerRe: Load text from webpage Pin
Christian Graus20-Aug-09 0:04
protectorChristian Graus20-Aug-09 0:04 

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.