Click here to Skip to main content
15,887,344 members
Home / Discussions / C#
   

C#

 
QuestionIs it possible to use webbrowser control outside a form ? Pin
GriffonRL29-Nov-02 6:00
GriffonRL29-Nov-02 6:00 
AnswerRe: Is it possible to use webbrowser control outside a form ? Pin
Stephane Rodriguez.29-Nov-02 6:17
Stephane Rodriguez.29-Nov-02 6:17 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
GriffonRL29-Nov-02 6:45
GriffonRL29-Nov-02 6:45 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
Stephane Rodriguez.29-Nov-02 6:48
Stephane Rodriguez.29-Nov-02 6:48 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
GriffonRL29-Nov-02 6:53
GriffonRL29-Nov-02 6:53 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
Stephane Rodriguez.29-Nov-02 7:09
Stephane Rodriguez.29-Nov-02 7:09 
GeneralRe: Is it possible to use webbrowser control outside a form ? Pin
GriffonRL29-Nov-02 9:48
GriffonRL29-Nov-02 9:48 
QuestionUnmanaged Interface Declaration in C# ??? Pin
Member 8183729-Nov-02 3:44
Member 8183729-Nov-02 3:44 
Hi there, I need a helping hand.

I have an unmanaged interface written in c++:

struct IUnmanaged
{
~IUnmanaged () {};
void func1 ( int ) = 0;
void func2 ( int ) = 0;
};

And I have an unmanaged class derrived from the interface:

class CUnmanaged : public IUnmanaged
{
void func1 ( int );
void func2 ( int );
};

Now I would pass the interface as a function parameter to
my managed COM object wich is written in C#:

HRESULT hr = S_OK;

CUnmanaged myUnmanagedClass;

// do all the COM stuff to get myManagedComObject ...

myManagedComObject->PassUnmanagedInterface ( & myUnmanagedInterface );


And now my question:

How do I have to declare the above IUnmanaged interface in
C# ???


Please Please Help Me ,

Thanks
GeneralShell context menu Pin
Tomtomm29-Nov-02 3:43
Tomtomm29-Nov-02 3:43 
GeneralRe: Shell context menu Pin
Kannan Kalyanaraman2-Dec-02 2:53
Kannan Kalyanaraman2-Dec-02 2:53 
GeneralRe: Shell context menu Pin
Shaun Wilde2-Dec-02 4:28
Shaun Wilde2-Dec-02 4:28 
GeneralLeave_event not fired on PropertyGrids Pin
Martin D29-Nov-02 0:08
Martin D29-Nov-02 0:08 
GeneralFiltering Dataset object Pin
Stefano7428-Nov-02 23:37
Stefano7428-Nov-02 23:37 
GeneralRe: Filtering Dataset object Pin
Derek Lakin29-Nov-02 0:14
Derek Lakin29-Nov-02 0:14 
GeneralRe: Filtering Dataset object Pin
Stefano7429-Nov-02 0:43
Stefano7429-Nov-02 0:43 
GeneralRe: Filtering Dataset object Pin
Paul Riley29-Nov-02 6:58
Paul Riley29-Nov-02 6:58 
GeneralRe: Filtering Dataset object Pin
Derek Lakin1-Dec-02 19:56
Derek Lakin1-Dec-02 19:56 
GeneralWrapping a unmanaged C++ class Pin
simwiz28-Nov-02 22:57
simwiz28-Nov-02 22:57 
GeneralRe: Wrapping a unmanaged C++ class Pin
Jeff J1-Dec-02 18:09
Jeff J1-Dec-02 18:09 
GeneralPrintDocument.Print and invalid handle Pin
Sebastien Curutchet28-Nov-02 22:36
Sebastien Curutchet28-Nov-02 22:36 
GeneralAdding Toolbar button to visualstudio.net IDE Pin
suresh_sathya28-Nov-02 21:51
suresh_sathya28-Nov-02 21:51 
QuestionINI support - .NET style? Pin
peterchen28-Nov-02 14:51
peterchen28-Nov-02 14:51 
AnswerRe: INI support - .NET style? Pin
Nick Parker30-Nov-02 18:39
protectorNick Parker30-Nov-02 18:39 
GeneralRe: INI support - .NET style? Pin
peterchen30-Nov-02 21:40
peterchen30-Nov-02 21:40 
GeneralRe: INI support - .NET style? Pin
peterchen30-Nov-02 21:42
peterchen30-Nov-02 21:42 

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.