Click here to Skip to main content
15,887,214 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionIs that a way to let your 1.1 application freely running on all kinds of framework? Pin
fftongzhi10-Jun-03 16:54
fftongzhi10-Jun-03 16:54 
AnswerRe: Is that a way to let your 1.1 application freely running on all kinds of framework? Pin
Shaun Wilde10-Jun-03 21:03
Shaun Wilde10-Jun-03 21:03 
General.NET based portals Pin
Shaun Wilde10-Jun-03 3:41
Shaun Wilde10-Jun-03 3:41 
QuestionHow To: Report on inter-class dependancies?? Pin
jboy9-Jun-03 15:40
jboy9-Jun-03 15:40 
QuestionBitmapeditor? Pin
Stan Shannon9-Jun-03 2:45
Stan Shannon9-Jun-03 2:45 
GeneralMust be simple question for .NET interop gurus here... Pin
igor19608-Jun-03 20:01
igor19608-Jun-03 20:01 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Shaun Wilde10-Jun-03 3:36
Shaun Wilde10-Jun-03 3:36 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196010-Jun-03 17:01
igor196010-Jun-03 17:01 
Server is not involved at all..
Simple, Container hosts WebBrowser -- now WebBrowser hosts .NET control -- container queries that WebBrowser for HTML content and get's IDispatch of that control from IHtmlElement...
Having that IDispatch now Container without any WebBrowser or HTML involvement can call methods on that .NET object... Right???...
If so, reverse should be true -- meaning that .NET object getting IDispatch of some other components should be capable of recognizing .NET controls having that IDispatch -- Right?... So, that was my original question...

BTW: I know an answer... Instead of using just ctr --> you must just use "ctrl.object"... So, script line will look like this:

ctrl.Object = ctrl.object --- hehehehe... UGLY!!!...

But seriously: All those .NET Gurus, are just GURUs in there own world!!!...

Yesterday I had pretty good dinner and at night when I was in a deep sleep, suddenly I waked up with a terrible pain in my stomach!!!... Did you ever have this???... So, while running to the bathroom and in there I suddenly realized -- I didn't have any "delegate" for that pain -- and I didn't created any "EventHandler" for it -- not to say that I was not planning to call the base class implementation (interesting, what would it be???LOL)... It just happened!!!...

Enough joking!!!...

So, my point is: You have a pointer which was Marshalled and UnMrashalled, and/or Split and Restored, and/or Divided/Multiplied.... Good system should be able to discover and restore it's Native Type... What is interesting --> that Marshalled IDispact supports IManagedObject even after RCW<->CCW... So, somebody was realy LAZY!!!... OK???!!!...

Regards to ALL MSFT GURUS!!!...
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Shaun Wilde10-Jun-03 20:59
Shaun Wilde10-Jun-03 20:59 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196011-Jun-03 4:59
igor196011-Jun-03 4:59 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Anonymous11-Jun-03 5:13
Anonymous11-Jun-03 5:13 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196011-Jun-03 6:39
igor196011-Jun-03 6:39 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Shaun Wilde11-Jun-03 8:56
Shaun Wilde11-Jun-03 8:56 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Anonymous10118-Jun-03 7:06
Anonymous10118-Jun-03 7:06 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196018-Jun-03 8:51
igor196018-Jun-03 8:51 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
Anonymous10118-Jun-03 16:58
Anonymous10118-Jun-03 16:58 
GeneralRe: Must be simple question for .NET interop gurus here... Pin
igor196018-Jun-03 19:19
igor196018-Jun-03 19:19 
GeneralFlagsAttribute on enum Pin
Chris Richner8-Jun-03 15:26
Chris Richner8-Jun-03 15:26 
GeneralRe: FlagsAttribute on enum Pin
leppie18-Jun-03 7:12
leppie18-Jun-03 7:12 
General.NET concept Pin
Shah Shehpori8-Jun-03 7:07
sussShah Shehpori8-Jun-03 7:07 
GeneralRe: .NET concept Pin
J. Dunlap8-Jun-03 7:46
J. Dunlap8-Jun-03 7:46 
GeneralRe: .NET concept Pin
Daniel Turini13-Jun-03 10:39
Daniel Turini13-Jun-03 10:39 
GeneralAssembly files Pin
mischextra7-Jun-03 22:33
mischextra7-Jun-03 22:33 
GeneralRe: Assembly files Pin
leppie7-Jun-03 23:06
leppie7-Jun-03 23:06 
Generala very simple question Pin
Anonymous6-Jun-03 7:31
Anonymous6-Jun-03 7:31 

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.