<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
<br>
<pre>Hello all,
I need your help 'cause I must make the background of my vtkwindow transparent.
I have the handle of my window and I created my vtk window with vtkWin32OpenGLRenderWindow.
Do u know how to put the WS_EX_LAYERED const in my code ? Because my
transparency function needs it.
For instance, when u create an simple window, u do:
HWND hwnd = CreateWindowEx(<font color="#ff0000">WS_EX_LAYERED</font>,"MyWndClassEx","Title",
WS_OVERLAPPEDWINDOW,......)
But with vtk ???????
Thanks to help me.
Sylvain.
<bert @esigetel.fr="">
</bert></pre>
</body>
</html>