Windows Control Background

Hello,

I am drawing using OpenGL graphics to a Windows control.
Is it possible to setup the Windows control to make it transparent so that it is possible to see what is beneath the control?

Thanks,
Scott O’

Probably you should add style WS_EX_TRANSPARENT to window_ex styles while you are creating your control, it’s the first argument in function CreateWindowEx(…)

zefir

[This message has been edited by zefir (edited 03-15-2001).]