 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jeff Kish Guest
|
Posted: Mon Nov 07, 2005 8:39 pm Post subject: Re: Equivalent of a VC++ in BCB |
|
|
On Sat, 5 Nov 2005 09:53:27 +0330, "M. Noroozi Eghbali"
<galaxy (AT) irandoc (DOT) ac.ir> wrote:
| Quote: | Hi,
I need the equivalent of the below command in BCB. I found this in an
article in the Microsoft web site.
InPlaceActiveate(OLEIVERB_UIACTIVATE)
Thank you,
Mehrdad
I don't know. I searched a bit and it is pre-release documentation for |
Microsoft Active Template Library fo rWindows CE.
In visual C++ it "causes the control to transition from the inactvite
state to whatever state the verb" OLEIVERB_UIACTIVATE is.
So I'd guess it is just activating the control.
Possibly a 'show' or something would do that part of the trick?
Also it "retrieves an IOleInPlaceSite, IOleInPlaceSiteEx, or
IOleInPlaceSiteWindowless interface pointer for the control and stores
it in the control class's data member m_spInPlaceSite.".
This is probably MFC specific, and maybe you don't have to worry about
this because it probably gets 'covered' by some other code/mechanism
in cbuilder.
HTH
..
Jeff Kish
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|