Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Splitter » SetParent to SplitterFrame
SetParent to SplitterFrame [message #40591] Tue, 20 August 2013 07:58 Go to previous message
iST1 is currently offline  iST1
Messages: 107
Registered: August 2013
Experienced Member
I have a vertical splitter in SplitterFrame in TopWindow, where
in left is TopWindow:
SplitterFrame sf;
TopWindow ole;
...
AddFrame(sf.Left(ole, 200));
AddFrame(InsetFrame());

I'm trying to load opened Excel application in ole:
::SetParent(excelHWND, ole.GetHWND());
but ole.GetHWND() is NULL.

Loading Excel without splitter is ok:
::SetParent(excelHWND, GetHWND());
 
Read Message
Read Message
Read Message
Previous Topic: Uninitialised value in SplitterFrame
Next Topic: DHCtrl in SplitterForm
Goto Forum:
  


Current Time: Fri Apr 26 22:33:48 CEST 2024

Total time taken to generate the page: 0.02961 seconds