Search found 40 matches
- Dec 10, 2009 6:56
- Forum: Community Discussion
- Topic: Small Stock Market Simulation
- Replies: 10
- Views: 4411
- Nov 27, 2009 5:24
- Forum: Windows
- Topic: Windows 7 64bit
- Replies: 16
- Views: 7170
- Nov 20, 2009 9:22
- Forum: Community Discussion
- Topic: Librairies de commandes et fonctions GUI VDS_Like
- Replies: 15
- Views: 6616
roook_ph, Google has a translator. copy the address of this site, head to www.google.com, click on Language tools (look under Advanced Search). scroll down until you see TRANSLATE WEBSITE, enter the address you copied in there and press the Translate Button. voila, you got some translated erm... thi...
- Nov 20, 2009 5:50
- Forum: Beginners
- Topic: How do I add pictures into my program?
- Replies: 10
- Views: 2999
- Nov 17, 2009 12:10
- Forum: Libraries Questions
- Topic: Where can i find FMOD.dll version 3.47?
- Replies: 0
- Views: 1349
Where can i find FMOD.dll version 3.47?
i tried the example in the sounds directory. i modified it to check if it works
on my .mod file, it gave an error that the .mod i created requires FMOD.dll
v3.47. i searched for hours about where to find this version of FMOD, but
i couldnt find it. any idea on where to download it?
on my .mod file, it gave an error that the .mod i created requires FMOD.dll
v3.47. i searched for hours about where to find this version of FMOD, but
i couldnt find it. any idea on where to download it?
- Nov 15, 2009 16:58
- Forum: Beginners
- Topic: How do I add pictures into my program?
- Replies: 10
- Views: 2999
- Nov 15, 2009 16:01
- Forum: Linux
- Topic: HOWTO configure Scite to work as an IDE under linux
- Replies: 26
- Views: 18641
- Nov 15, 2009 9:56
- Forum: Community Discussion
- Topic: Where is the Admin?!!!
- Replies: 2
- Views: 1646
Where is the Admin?!!!
im getting tired of all this! afew bots entered into this forum, posted more
than ten posts. and leave without even getting banned, WHERE IS THE
ADMIN? these are bots! the security of this forum is low, and this is not
the first time this happened. cant the admin simply ban these bots?????
than ten posts. and leave without even getting banned, WHERE IS THE
ADMIN? these are bots! the security of this forum is low, and this is not
the first time this happened. cant the admin simply ban these bots?????
- Nov 10, 2009 6:01
- Forum: General
- Topic: Int to String - Solved
- Replies: 4
- Views: 1871
using str$(INTEGER NAME) works, here is an example:
Code: Select all
dim amount as integer
dim text as string
input "Enter any number"; amount
text = str$(amount)
print text
sleep
- Nov 09, 2009 6:23
- Forum: Community Discussion
- Topic: Fbc 20 Lang Fblite does it better then lang qb !
- Replies: 3
- Views: 2464
something to tell you, have you. seeing the fact that QBasic is a language made atleast twenty years ago, and that FreeBasic is only made five years ago. QBasic is an OLD language, and at that time. 3D didnt exist, but at the time FreeBasic was made. 3D Indeed existed, and so FreeBasic was better th...
- Nov 05, 2009 14:09
- Forum: Community Discussion
- Topic: Services
- Replies: 5
- Views: 1877
- Nov 04, 2009 20:34
- Forum: Beginners
- Topic: Button tapping?
- Replies: 4
- Views: 1588
sorry zuker, i gave you the wrong code. it was the code i made for my shooting program. this is the (Really!) correct code: ' start looping do ' get mouse X, Y. the third one is for mouse-wheel. ' and the mouse BUTTON! getmouse x,y, , button ' if pressed left button if button = 1 then ' if timer les...