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

.NET (Core and Framework)

 
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 
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 
Anonymous, are you able to read????...
I thought I gave an answer:

>> Assuming:
1. I have WinForm Control ("UserControl1") sitting on HTML page, let's assume his name on HTML layout is "ctrl";
2. I have property of that control named "Object" that has set method;
3. My HTML script does the following:

ctrl.Object = ctrl <<<<====!!!!

I'm setting Object property back to the value of "this" on the site of the control......
<<

In my next message I gave an answer:
>>
You should use:
ctrl.Object = ctrl.object <=== Check "ctrl.object" here, instead of just "ctrl"...

Now:
"ctrl" is IHtmlObject wrapper created by IE around real .NET IDispatch, while:
"ctrl.object" is IDispatch of an Object itsel (doesn't have to be .NET BTW)...


As to me never giving back -- maybe... But I never take either...Smile | :) ;);P
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 
GeneralRe: a very simple question Pin
leppie6-Jun-03 8:53
leppie6-Jun-03 8:53 
Generalusing System.Web.Services; Pin
Anonymous6-Jun-03 6:57
Anonymous6-Jun-03 6:57 
GeneralRe: using System.Web.Services; Pin
Anonymous6-Jun-03 7:07
Anonymous6-Jun-03 7:07 
GeneralProblem with serviced components in COM+ Pin
DeathStar5-Jun-03 23:48
DeathStar5-Jun-03 23:48 

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.