Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT as an ActiveX control

SWT Shell is a native window.  All SWT widgets are created inside a native 
window.  If you have a native window from some application written in C 
for example, you could try Shell.win32_new(Display, int).  However, this 
is a platform specific API that we do not recommend for application use.




Reshat Sabiq <sabiq@xxxxxxxxxxxx> 
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
10/28/2004 10:13 PM
Please respond to
platform-swt-dev


To
platform-swt-dev@xxxxxxxxxxx
cc

Subject
[platform-swt-dev] SWT as an ActiveX control






Do i understand correctly that an SWT application cannot be embedded in 
a native window, such as as an ActiveX control on Windows. If it is 
possible, could you please give me some pointers about where i could 
find out more.

Thanks,
<rsa/>




Back to the top