Search found 40 matches

by BigBaddie
Dec 10, 2009 6:56
Forum: Community Discussion
Topic: Small Stock Market Simulation
Replies: 10
Views: 4411

Nice work!
by BigBaddie
Nov 27, 2009 5:24
Forum: Windows
Topic: Windows 7 64bit
Replies: 16
Views: 7170

Man....
by BigBaddie
Nov 23, 2009 13:57
Forum: Beginners
Topic: X font
Replies: 8
Views: 2414

first. are you using an ide to run your programs?
if so then instead of running the application via your ide, head to the
location where you compiled your source and double-click on it instead.
by BigBaddie
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...
by BigBaddie
Nov 20, 2009 5:50
Forum: Beginners
Topic: How do I add pictures into my program?
Replies: 10
Views: 2999

if bload doesnt work for you, i have a solution. after you compile your
code with FB, instead of clicking also the Run button in your IDE. just
head to the place you compiled your .exe file and double-click on it.
if it still doesnt work, check the image you provided in Bload exists.
by BigBaddie
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?
by BigBaddie
Nov 15, 2009 16:58
Forum: Beginners
Topic: How do I add pictures into my program?
Replies: 10
Views: 2999

I guess you want to load a picture at a specific point. lets say you want to setup Screen 18 (640x480). and that the pic you want to load is 32x32, here is the code: dim myimage(4 * (32 * 32) + 4) as byte bload "yourimage.bmp", myimage(0) cls put(320, 200), myimage(0) sleep and that you wa...
by BigBaddie
Nov 15, 2009 16:01
Forum: Linux
Topic: HOWTO configure Scite to work as an IDE under linux
Replies: 26
Views: 18641

Dont worry about the date, just dont do it frequently ok?
by BigBaddie
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?????
by BigBaddie
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
by BigBaddie
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...
by BigBaddie
Nov 07, 2009 18:19
Forum: Windows
Topic: Windows 7
Replies: 9
Views: 3572

If you exclude the point that Win7 is only a better version of Windows
Vista, and that you dont care that WinVista and higher dont have dos.
its a good deal. otherwise, not.
by BigBaddie
Nov 05, 2009 14:09
Forum: Community Discussion
Topic: Services
Replies: 5
Views: 1877

DirkLori should have advertised his stuff on Google. or on other business
sites, and not in a Only Programming forum. *sign* i think he doesnt want
to give money.
by BigBaddie
Nov 05, 2009 10:27
Forum: Game Dev
Topic: bitRunner
Replies: 12
Views: 6763

Nice game you made!
by BigBaddie
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...