Re: Embed Another Application In my C# App
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
If it really doesn't have any sort of OLE or any other sort of programmable
interface, the only way I can think of to control it is using SendKeys. A
horrible solution IMHO, but sounds like it could be the only one...
"ShaunO" <ShaunO@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1EDC1C21-93A1-47D8-80D1-557A9E348CD0@xxxxxxxxxxxxxxxx
I am looking to embed an application into my c# Application.
(Google Earth for reference)
It does not appear to have an OLE interface.
I want to use it on a panel within my application thus allowing me to add
my
own customised tool bar etc.
Does anyone have any suggestions on how to best acheive this goal?
.
Relevant Pages
- Re: difference between a .dll and .ocx????
... You used "ActiveX is just a specific type of COM interface" which for me ... "ActiveX controls, formerly known as OLE controls or OCX controls,.. ... What is the difference between an OLE control and an ActiveX control? ... (microsoft.public.dotnet.framework) - Re: Internationalization
... ActiveX is not one the programmer necessarily has control over. ... I delivered used a graphics support package, which only had an ActiveX ... OleDB database interface is clearly an OLE interface. ... (microsoft.public.vc.mfc) - Re: User Control and Variable Question
... In that case your pages that use this control need to inherit from some sort ... or implement some sort of interface. ... implement the interface would not be able to host the user control. ... (microsoft.public.dotnet.framework.aspnet) - Re: implementing roles in OOP......
... everything should be driven by abstracting the problem ... my draft interfaces define what sort of thing I would ... All I need is the Composite relationships to navigate, ... IEnumerator is an interface defined by my environment, we can put, ... (comp.object) - Re: Has lack of testing of object change affected reliabliity?Re: OO COBOL - What if ???
... What of components written in procedural COBOL? ... Our definition of OLE describes services as being ... Kraig Brockschmidt, "Inside OLE 2", Microsoft Press, ... can only be used through its interface. ... (comp.lang.cobol) |
|