
Search found 6 matches
- Sun Mar 09, 2008 12:45 pm
- Forum: Announcement
- Topic: for OPENGL: 1K Texturloader(.png, .bmp, .tga,.jpg ...)
- Replies: 4
- Views: 2452
- Tue Oct 16, 2007 2:18 pm
- Forum: Announcement
- Topic: Gdi+ 1.0 examples for almost all functions
- Replies: 29
- Views: 23495
- Thu Oct 11, 2007 7:05 pm
- Forum: Tricks 'n' Tips
- Topic: Disable or enable Startmenu
- Replies: 0
- Views: 1191
Disable or enable Startmenu
Disable or enable Startmenu...

Code: Select all
Procedure EnableStartmenu(enable)
EnableWindow_(FindWindowEx_(FindWindow_("Shell_TrayWnd",0),0,"Button",0),enable)
EndProcedure
EnableStartmenu(0)
- Sat Oct 06, 2007 5:35 pm
- Forum: Coding Questions
- Topic: How to show a 3D Wavefront obj file in PB ?
- Replies: 6
- Views: 1841
try the IrrlichtWrapper
http://www.purearea.net/pb/showcase/show.php?id=367
http://www.purearea.net/pb/showcase/show.php?id=367
- Sat Oct 06, 2007 4:21 pm
- Forum: Game Programming
- Topic: [Irrlicht] Pure IRRkanoid
- Replies: 19
- Views: 12533
- Sat Oct 06, 2007 2:37 pm
- Forum: Announcement
- Topic: Simple Windowed OpenGL Framework - for OpenGL beginners
- Replies: 43
- Views: 38180