Click here to Skip to main content
15,890,897 members
Home / Discussions / C#
   

C#

 
GeneralReading Values from multiple ListBoxes and forming an query Pin
abhishk2001@yahoo.com25-Aug-04 8:19
abhishk2001@yahoo.com25-Aug-04 8:19 
GeneralRe: Reading Values from multiple ListBoxes and forming an query Pin
Heath Stewart25-Aug-04 8:29
protectorHeath Stewart25-Aug-04 8:29 
GeneralDateTimePicker Customization Pin
ssTech25-Aug-04 7:37
ssTech25-Aug-04 7:37 
GeneralRe: DateTimePicker Customization Pin
Heath Stewart25-Aug-04 8:55
protectorHeath Stewart25-Aug-04 8:55 
GeneralRe: DateTimePicker Customization Pin
ssTech26-Aug-04 4:57
ssTech26-Aug-04 4:57 
Questionhow to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 7:05
EricHu25-Aug-04 7:05 
AnswerRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 7:20
protectorNick Parker25-Aug-04 7:20 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 7:51
EricHu25-Aug-04 7:51 
Any standard .NET event.
Something like:

public class control : System.Windows.Forms.UserControl
{
public event EventHandler myEvent;
}

I want to use jscript to hook up a handler with myEvent, much like the old "onClick = "myClick"

The control is embedded using <object> tag.
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 8:52
protectorNick Parker25-Aug-04 8:52 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart25-Aug-04 9:22
protectorHeath Stewart25-Aug-04 9:22 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 10:06
protectorNick Parker25-Aug-04 10:06 
AnswerRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart25-Aug-04 9:16
protectorHeath Stewart25-Aug-04 9:16 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 13:28
EricHu25-Aug-04 13:28 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart26-Aug-04 6:50
protectorHeath Stewart26-Aug-04 6:50 
Generalplay a movie Pin
kornstyle25-Aug-04 4:25
kornstyle25-Aug-04 4:25 
GeneralRe: play a movie Pin
Nick Parker25-Aug-04 5:31
protectorNick Parker25-Aug-04 5:31 
GeneralRe: play a movie Pin
kornstyle25-Aug-04 5:56
kornstyle25-Aug-04 5:56 
GeneralConvert vs parse Pin
Not Active25-Aug-04 3:27
mentorNot Active25-Aug-04 3:27 
GeneralRe: Convert vs parse Pin
LongRange.Shooter25-Aug-04 4:13
LongRange.Shooter25-Aug-04 4:13 
GeneralRe: Convert vs parse Pin
Norman-Timo25-Aug-04 4:20
Norman-Timo25-Aug-04 4:20 
GeneralRe: Convert vs parse Pin
Charlie Williams25-Aug-04 4:53
Charlie Williams25-Aug-04 4:53 
GeneralRe: Convert vs parse Pin
Nick Parker25-Aug-04 5:20
protectorNick Parker25-Aug-04 5:20 
GeneralRe: Convert vs parse Pin
Not Active25-Aug-04 6:00
mentorNot Active25-Aug-04 6:00 
GeneralClass field initialisation question. Pin
Dr Herbie25-Aug-04 3:21
Dr Herbie25-Aug-04 3:21 
GeneralRe: Class field initialisation question. Pin
Norman-Timo25-Aug-04 3:29
Norman-Timo25-Aug-04 3:29 

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.