sigh nothing happened at all! :/
All i wanna do is capture irr events, how come its not so easy in a winform?
Search found 14 matches
- Fri Jul 21, 2006 12:06 am
- Forum: Irrlicht.NET
- Topic: Winforms events help
- Replies: 11
- Views: 3989
- Thu Jul 20, 2006 11:50 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht in a WinForm!
- Replies: 32
- Views: 8825
- Tue Jul 18, 2006 5:44 pm
- Forum: Irrlicht.NET
- Topic: Winforms events help
- Replies: 11
- Views: 3989
- Tue Jul 18, 2006 7:35 am
- Forum: Irrlicht.NET
- Topic: Winforms events help
- Replies: 11
- Views: 3989
Are you trying to capture events from the WinForm or from the Irrlicht Device? Are you displaying the IrrlichtDevice within a WinForm (like on the form's background or picture box) or in its own window? If you are opening IrrlichtDevice in its own window and capturing events, just follow the tutori...
- Tue Jul 18, 2006 7:27 am
- Forum: Irrlicht.NET
- Topic: Winforms events help
- Replies: 11
- Views: 3989
- Mon Jul 17, 2006 7:20 pm
- Forum: Irrlicht.NET
- Topic: Winforms events help
- Replies: 11
- Views: 3989
ok so in my main class i add
now shouldnt it just capture events?
my code never seems to go to OnEvent in my other class.. i thought thats how it was supposed to work! ? any ideas?
Code: Select all
WorldEvents MyEvents = new WorldEvents();
device.EventReceiver = MyEvents;
my code never seems to go to OnEvent in my other class.. i thought thats how it was supposed to work! ? any ideas?
- Mon Jul 17, 2006 6:32 pm
- Forum: Irrlicht.NET
- Topic: Winforms events help
- Replies: 11
- Views: 3989
- Mon Jul 17, 2006 5:56 pm
- Forum: Irrlicht.NET
- Topic: Winforms events help
- Replies: 11
- Views: 3989
Winforms events help
Hi guys, im fumbling about at this, and i have come across the events problem with winforms. All i want to do is capture my events (keyboard, mouse, gui) but i dont know too much about events and delegates. How do i capture these events? if someone can point me in the right direction i can continue ...
- Mon Jul 10, 2006 8:05 pm
- Forum: Irrlicht.NET
- Topic: Displaying Irrlicht in a c# picture box
- Replies: 17
- Views: 8237
- Fri Jul 07, 2006 6:45 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht.Net.DLL throws "System.NullReferenceException&
- Replies: 4
- Views: 2222
- Mon Jul 03, 2006 8:39 pm
- Forum: Irrlicht.NET
- Topic: Exting Irrlicht
- Replies: 1
- Views: 1213
- Mon Jul 03, 2006 8:22 pm
- Forum: Irrlicht.NET
- Topic: System.AccessViolationException on exit when using OpenGL
- Replies: 7
- Views: 2630
- Wed Jun 28, 2006 5:33 pm
- Forum: Beginners Help
- Topic: mouse control/switching to other open applications (in xp)
- Replies: 3
- Views: 258
- Sun Jun 25, 2006 8:43 pm
- Forum: Irrlicht.NET
- Topic: WinForm Use Using VS2003.NET
- Replies: 1
- Views: 1892
WinForm Use Using VS2003.NET
Had some problems with the examples. 1. Add reference to Irrlicht.NET 2. Add Irrlicht into the bin/debug directory 3. Move media into right location 4. Create new WindowsApplication 5. Copy in all code below heres modified example code made to work in 2003.net using System; using System.Drawing; usi...