Hello Colin,
U need enum all destop windows http://pinvoke.net/search.aspx?search=EnumWindows&namespace=[All]
to find required and enum all child windows, to find that windows which responsible
for your panel
and send message http://pinvoke.net/default.aspx/user32/SendMessage.html
to this window
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
CG> I am a developer, I am just looking for some way that I would be
CG> able to modify the interface so that it would suit my buisness
CG> needs.
CG>
CG> You speak of using a parent app and modifying some child windows. I
CG> have never done this, How would I go about doing so?
CG>
CG> "Michael Nemtsev" <Michael Nemtsev>, "MVP" wrote:
CG>
>> Hello Colin,
>>
[quoted text clipped - 41 lines]
>>>> CG> station.
>>>> CG> As well as the web button can I get rid of that as well?
Colin Goss - 26 Sep 2007 16:56 GMT
I assume that this code will allow me to remotely control the functions on
the child window by sending messages to invoke a "button" or control. I also
assume I use the pointer that I get from the EnumDesktopWindows function as
the reference to the Windows Desktop Search pannel.
How would I display the desktop search in my pannel? Note: This will be a
desktop application used on an intranet.
"Michael Nemtsev" <Michael Nemtsev>, "MVP" wrote:
> Hello Colin,
>
[quoted text clipped - 65 lines]
> >>>> CG> station.
> >>>> CG> As well as the web button can I get rid of that as well?