... That was my old demo program, apparently from someone's archive. The two modes are: Const OPAQUE = 2Const TRANSPARENT = 1 I found it to be necessary to...
5211
Steve Woodward
stevew@...
Apr 30, 2002 10:49 am
From: "Moore, Brad" <brad.moore@...> Subject: RE: FreeForm 3.0->3.01 compatible? ... I certainly intend to! Like I said I got very sidetracked...
... By all means, go to the ms agent page and try the demo, but you will be prompted to download the components. The agent uses a text-to-speech engine, but...
5213
Jose M. Alvarez (Mano...
jalvarez@...
Apr 30, 2002 1:21 pm
Hi to all, I write a program in LB2 using the joystick demo code and it works great for me. I really need to determine if the fire button is press. But it does...
Gordon, While liberty basic likes long file names well enough, DOS doesn't. On my system DefaultDir$ as a short file name is "C:\PROGRA~192;LIBERT~1.01" There...
OK, now for my next question. Now that I can create, on the fly, any graphics I want (bitmap file loaded behind, then (transparent!) text and lines and such on...
... You are very welcome, Brian. The function you want is StretchBlt. It is used in the Blackjack game just posted for LB3 on my site. In the game, ...
Since i am new at programming forgive me for simple questions. I have completed an Estimating program, but unable to copy it on disk. I have made a tokenized...
Gordon - actually my dll simply finds a file. It does the same function as you can do with the FILES command in LB, but it ONLY will tell you whether a ...
First of all the mmsystem.dll is a 16bit dll and LB3 is a 32bit language. You can not call 16bit dll's from a 32bit language. The equivalent dll for 32bit...
The help file discusses the details of distribution of a tokenized program. The topic is called "Using the Runtime Engine" It lists the files you must include...
Excellent Guy. I probably have that in my archive too, but I forgot about it. Thanks for helping us out here - I will have to put this one somewhere more...
I had asked the following privately of Alyce, but it occurs to me that this ... Can we do this these days. I also thought I had read in a post during the ...
Brad, It is all Alyce. I researched where I got it from. It is out Alyce's e-book. Next time, I research first, then just advise to register the e-book. Alyce,...
... You probably won't find much on the web in general for Liberty BASIC. There are lots of great LB-specific resources, though. Newsletter #95 has a great...
... I'm just sorry that I don't know more about using the joystick. I really can't get it to work properly in LB, so you won't find much about it in my ...
I guess it boils down to exactly what the problem is, if its a case of not being able to handle these huge numbers then a function wont do, however, if its a...
Ignore everything if you want to enter 10e7 into LB then just use 10e7 LB does understand this notation and does use it correctly! ... case ... wont ... you ...
In a message dated 04/30/2002 12:25:59 PM Pacific Daylight Time, ... For which version?...
5233
Jose M. Alvarez (Mano...
jalvarez@...
Apr 30, 2002 8:25 pm
Brad, Guy and Alyce, Thanks so much for your quick help. The new joystick code with the winmm.dll call work great for me. I test it on LB3 and works. Again,...
The following code (in LB3) shows that numbers in the form 4.5e45 can be used (sort of). input "x "; x input "y "; y z=x/y print x print y print z end Enter...
hm, most strange, take a look at this code written for LB3.0 10'this works read x read y print x*y data 10e7 data 5e12 wait 20'as does thus if you enter...
' DOS batch files ' ' To run DOS batch files, remember that DOS does not like long file names. ' ' Type (or copy) the following program in Liberty Basic, then...
Hi, I'm still new to LB. The subject line says it all.. is LB compiled or interpreted? My understanding is that compiled languages run many times faster. ...
ok, this is my problem.... my program needs to open up alot on windows, the name of each window needs to be getton from a dim statment.... so instead of doing...