Search found 6 matches
- Thu Nov 27, 2008 9:30 pm
- Forum: PureFORM & JaPBe
- Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
- Replies: 1545
- Views: 690276
BUG in jaPBE 3.8.11!
When I open jaPBE, go to Help/About, press the big link to PureBasic, let it load in my browser, then go back to jaPBe and press OK, I get a Fatal Error! Every time.
- Mon Aug 13, 2007 12:12 pm
- Forum: Coding Questions
- Topic: How to catch system keys
- Replies: 5
- Views: 1227
How to catch system keys
I saw KeyboardInkey() returns the last typed character, but I want my program to react when I press Alt, Shift, F1->F12, Ctrl etc...
How do I do that?
Thanks.
How do I do that?
Thanks.
- Fri Jun 08, 2007 8:20 pm
- Forum: Coding Questions
- Topic: inaccurate division
- Replies: 1
- Views: 548
inaccurate division
Code: Select all
a.f = 1.00 / 2.00
PrintN(Str(a))
How can I make it calculate correctly?
Thanks!
- Wed May 23, 2007 11:37 am
- Forum: Coding Questions
- Topic: 3D in PB?
- Replies: 14
- Views: 1999
- Wed May 23, 2007 11:18 am
- Forum: Coding Questions
- Topic: 3D in PB?
- Replies: 14
- Views: 1999
- Wed May 23, 2007 11:04 am
- Forum: Coding Questions
- Topic: 3D in PB?
- Replies: 14
- Views: 1999
3D in PB?
Is PureBasic able to create 3D games? With DirectX or OpenGL?