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

.NET (Core and Framework)

 
GeneralQuestion about UTF8 Encoding Pin
NorthWoodsman10-Jun-03 17:06
NorthWoodsman10-Jun-03 17:06 
GeneralRe: Question about UTF8 Encoding Pin
Laimis13-Jun-03 5:19
Laimis13-Jun-03 5:19 
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 
OK, I have basic and probably simple question for you guys...
Here is the situation:
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.
So, basically, i understand that .NET class through RCW get's converted to IDispatch and then this IDispatch (probably with new CCW) get's passed back to the control.
Now, it's not surprising that after that trip I'm getting
public object Object
{
set
{ m_object = value; <
}

at <> m_object of type "System.__ComObject"....

Now the question: Using what operation could I convert m_object from "System.__ComObject" to my original "UserControl1" type???!!!...

And if you tell me that this is impossible -- your hyped .NET Framework sucks!!!...LOL

Please, don't refference Marshal::CreateWrapperOfType -- cause id doesn't work...

Also, maybe you can give me an example on how I could enumerate WinForm controls on HTML page, from inside one of them and get native .NET classes for each of them -- maybe there is some method -- don't refference "Container" or "Parent" control properties, because they are both nulls (probably because IE is not managed container)...

Anyway, any answer maybe of help...

Smile | :)
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 
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 

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.