how to hide the title bar?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
dujimache
Posts: 24
Joined: Mon Aug 03, 2009 3:22 am

how to hide the title bar?

Post by dujimache »

i added a window and i don't want to see the title bar? can somebody help me? :wink:
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

Get the SExposedVideoData from the video driver. It has driver specific data that you can use to get access to the OS window handle. Once you have the window handle, you'd do exactly what you'd do to any other program to remove the title bar.

Travis
dujimache
Posts: 24
Joined: Mon Aug 03, 2009 3:22 am

Post by dujimache »

thank you very much,i see!thanks again!
Post Reply