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

C#

 
AnswerRe: accessing members without reflection. Pin
0x3c017-Mar-09 8:03
0x3c017-Mar-09 8:03 
GeneralRe: accessing members without reflection. Pin
Member 232448317-Mar-09 8:19
Member 232448317-Mar-09 8:19 
AnswerRe: accessing members without reflection. [modified] Pin
Mbah Dhaim17-Mar-09 9:15
Mbah Dhaim17-Mar-09 9:15 
GeneralRe: accessing members without reflection. Pin
Member 232448317-Mar-09 9:44
Member 232448317-Mar-09 9:44 
GeneralRe: accessing members without reflection. Pin
Natza Mitzi17-Mar-09 10:31
Natza Mitzi17-Mar-09 10:31 
QuestionC# DLL Events Catching. Pin
Navneet Hegde17-Mar-09 6:00
Navneet Hegde17-Mar-09 6:00 
AnswerRe: C# DLL Events Catching. [modified] Pin
fly90417-Mar-09 6:14
fly90417-Mar-09 6:14 
GeneralRe: C# DLL Events Catching. Pin
Navneet Hegde17-Mar-09 7:54
Navneet Hegde17-Mar-09 7:54 
Thanks for your reply, But no this is not what I mean

I want to raise an Event in C# DLL class and this should be Caught in Javascript Code
<script language="javascript">

var myObj
myObj = new ActiveXObject("myDLL.myClass");
myObj.myPropertyOne="value1";
myObj.processValue();

</script>

Now if I through Event with value 0 Then how can I get the Event in
Javascript.
Thanks!

Develop2Program & Program2Develop

GeneralRe: C# DLL Events Catching. Pin
fly90417-Mar-09 8:42
fly90417-Mar-09 8:42 
GeneralRe: C# DLL Events Catching. Pin
Navneet Hegde17-Mar-09 10:05
Navneet Hegde17-Mar-09 10:05 
Questionhow can i send data by using connection of another program? Pin
Frozzeg17-Mar-09 5:45
Frozzeg17-Mar-09 5:45 
AnswerRe: how can i send data by using connection of another program? Pin
Eddy Vluggen17-Mar-09 5:50
professionalEddy Vluggen17-Mar-09 5:50 
AnswerRe: how can i send data by using connection of another program? Pin
musefan17-Mar-09 5:59
musefan17-Mar-09 5:59 
GeneralRe: how can i send data by using connection of another program? Pin
Frozzeg17-Mar-09 6:03
Frozzeg17-Mar-09 6:03 
GeneralRe: how can i send data by using connection of another program? Pin
musefan17-Mar-09 6:06
musefan17-Mar-09 6:06 
GeneralRe: how can i send data by using connection of another program? Pin
Frozzeg17-Mar-09 6:19
Frozzeg17-Mar-09 6:19 
GeneralRe: how can i send data by using connection of another program? Pin
Frozzeg17-Mar-09 6:23
Frozzeg17-Mar-09 6:23 
GeneralRe: how can i send data by using connection of another program? Pin
Colin Angus Mackay17-Mar-09 6:40
Colin Angus Mackay17-Mar-09 6:40 
GeneralRe: how can i send data by using connection of another program? Pin
Teuz17-Mar-09 23:58
Teuz17-Mar-09 23:58 
QuestionThread.Sleep() Pin
mrithula817-Mar-09 4:49
mrithula817-Mar-09 4:49 
AnswerRe: Thread.Sleep() Pin
musefan17-Mar-09 4:55
musefan17-Mar-09 4:55 
GeneralRe: Thread.Sleep() Pin
mrithula817-Mar-09 5:08
mrithula817-Mar-09 5:08 
GeneralRe: Thread.Sleep() Pin
dan!sh 17-Mar-09 5:19
professional dan!sh 17-Mar-09 5:19 
GeneralRe: Thread.Sleep() Pin
musefan17-Mar-09 5:19
musefan17-Mar-09 5:19 
QuestionAn exception has been thrown by the type initializers for 'java.io.File'. Pin
abbd17-Mar-09 3:28
abbd17-Mar-09 3: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.