Search found 4 matches

by Pantheon
Tue Aug 22, 2006 10:43 am
Forum: Irrlicht.NET
Topic: Hide Irrlicht console window?
Replies: 8
Views: 3916

Ah excellent, thanks!
by Pantheon
Tue Aug 22, 2006 5:31 am
Forum: Irrlicht.NET
Topic: Hide Irrlicht console window?
Replies: 8
Views: 3916

This is my main right now: static void Main(string[] args) { IrrlichtDevice device = new IrrlichtDevice(DriverType.DIRECT3D9); device.WindowCaption = "Loading..."; device.ResizeAble = true; ICameraSceneNode camera = device.SceneManager.AddCameraSceneNodeFPS(); camera.Position = new Vector3...
by Pantheon
Mon Aug 21, 2006 8:21 pm
Forum: Irrlicht.NET
Topic: Hide Irrlicht console window?
Replies: 8
Views: 3916

I'm using VC# Express.
by Pantheon
Mon Aug 21, 2006 7:16 pm
Forum: Irrlicht.NET
Topic: Hide Irrlicht console window?
Replies: 8
Views: 3916

Hide Irrlicht console window?

Hi there, I've just started learning the Irrlicht Engine and have come across a question. Is it possible to hide the Irrlicht status console window when creating a console application? Or must I create a winforms solution and render the engine in a picturebox or similar? Looking forward to an answer.