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

C#

 
QuestionAnybody know this ? Pin
Glen Liu27-Feb-07 10:50
Glen Liu27-Feb-07 10:50 
AnswerRe: Anybody know this ? Pin
mike montagne27-Feb-07 14:19
mike montagne27-Feb-07 14:19 
GeneralRe: Anybody know this ? Pin
Glen Liu28-Feb-07 5:21
Glen Liu28-Feb-07 5:21 
Questionmp3 stream Pin
neurobion27-Feb-07 10:05
neurobion27-Feb-07 10:05 
AnswerRe: mp3 stream Pin
Niiiissssshhhhhuuuuu27-Feb-07 17:04
Niiiissssshhhhhuuuuu27-Feb-07 17:04 
GeneralRe: mp3 stream Pin
neurobion27-Feb-07 22:11
neurobion27-Feb-07 22:11 
QuestionAccess IE's document's parentWindow Pin
yjoo931727-Feb-07 9:18
yjoo931727-Feb-07 9:18 
AnswerRe: Access IE's document's parentWindow Pin
Mark T.27-Feb-07 11:49
Mark T.27-Feb-07 11:49 
You can try basic a debugging technique:
enter this line
double d = document.parentWindow;

Now, of course, this will not compile cleanly, and that is just what we want! Look at the error message and it will tell you that it can't convert from type zzz to double. (zzz will be a real type name, of course.)

Now you know that this should work, so enter it:
zzz z = document.parentWindow as zzz;

Then try to proceed from there. One step at a time.
QuestionHow do I route events to a container class instead of main form? Pin
DPRoberts27-Feb-07 8:59
DPRoberts27-Feb-07 8:59 
AnswerRe: How do I route events to a container class instead of main form? Pin
Ennis Ray Lynch, Jr.27-Feb-07 9:47
Ennis Ray Lynch, Jr.27-Feb-07 9:47 
AnswerRe: How do I route events to a container class instead of main form? Pin
mike montagne27-Feb-07 10:13
mike montagne27-Feb-07 10:13 
GeneralRe: How do I route events to a container class instead of main form? Pin
DPRoberts27-Feb-07 10:51
DPRoberts27-Feb-07 10:51 
GeneralRe: How do I route events to a container class instead of main form? Pin
mike montagne27-Feb-07 13:29
mike montagne27-Feb-07 13:29 
Questionhow to call window application A into Window Application B Pin
Khoramdin27-Feb-07 8:16
Khoramdin27-Feb-07 8:16 
AnswerRe: how to call window application A into Window Application B Pin
Dave Kreskowiak27-Feb-07 8:31
mveDave Kreskowiak27-Feb-07 8:31 
AnswerRe: how to call window application A into Window Application B Pin
kubben27-Feb-07 8:39
kubben27-Feb-07 8:39 
AnswerRe: how to call window application A into Window Application B Pin
mike montagne27-Feb-07 10:23
mike montagne27-Feb-07 10:23 
QuestionAny one know a good tool Pin
Ennis Ray Lynch, Jr.27-Feb-07 8:03
Ennis Ray Lynch, Jr.27-Feb-07 8:03 
Questiontransactionscope and filesystem/sending emails Pin
::smithy::27-Feb-07 7:55
::smithy::27-Feb-07 7:55 
AnswerRe: transactionscope and filesystem/sending emails Pin
Dave Kreskowiak27-Feb-07 8:29
mveDave Kreskowiak27-Feb-07 8:29 
GeneralRe: transactionscope and filesystem/sending emails Pin
::smithy::27-Feb-07 11:06
::smithy::27-Feb-07 11:06 
QuestionHelp with my class using Serial Port Class Pin
laura131627-Feb-07 7:50
laura131627-Feb-07 7:50 
AnswerRe: Help with my class using Serial Port Class Pin
Squeaker27-Feb-07 12:59
Squeaker27-Feb-07 12:59 
GeneralRe: Help with my class using Serial Port Class Pin
laura131627-Feb-07 16:21
laura131627-Feb-07 16:21 
GeneralRe: Help with my class using Serial Port Class Pin
Squeaker27-Feb-07 17:16
Squeaker27-Feb-07 17:16 

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.