Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

libertybasic · The Official Liberty BASIC Support Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 5577
  • Founded: Jan 12, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 5210 - 5239 of 46459   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Messages: Simplify | Expand Author Sort by Date ^
5210 watson
alyce_dubya Send Email
Apr 30, 2002
10:27 am
... 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@... Send Email
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...
5212 watson
alyce_dubya Send Email
Apr 30, 2002
10:50 am
... 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@... Send Email
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...
5214 Galapagos
gh9456 Send Email
Apr 30, 2002
1:46 pm
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~1&#92;LIBERT~1.01" There...
5215 Brian Schmalz
brian_schmalz Send Email
Apr 30, 2002
2:13 pm
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...
5216 watson
alyce_dubya Send Email
Apr 30, 2002
2:20 pm
... 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, ...
5217 sixpack30565 Send Email Apr 30, 2002
2:28 pm
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...
5218 Guy Canida
gfcanida2000 Send Email
Apr 30, 2002
3:14 pm
Why not use a function a=2.67:b=-10 x=number(a,b) function number(a,b) number=a*10^b end function...
5219 Moore, Brad
mooreathome65 Send Email
Apr 30, 2002
3:30 pm
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 ...
5220 Moore, Brad
mooreathome65 Send Email
Apr 30, 2002
4:02 pm
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...
5221 Moore, Brad
mooreathome65 Send Email
Apr 30, 2002
4:10 pm
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...
5222 Guy Canida
gfcanida2000 Send Email
Apr 30, 2002
4:35 pm
Brad and José, I kept this just curiously from (I'm sorry forgot who posted this one) : 'joystcik.bas 'Bare bones joystick demo 'prints out x,y,z position ...
5223 Moore, Brad
mooreathome65 Send Email
Apr 30, 2002
4:48 pm
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...
5224 Moore, Brad
mooreathome65 Send Email
Apr 30, 2002
4:58 pm
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 ...
5225 Guy Canida
gfcanida2000 Send Email
Apr 30, 2002
5:03 pm
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,...
5226 sjl_99 Send Email Apr 30, 2002
6:04 pm
Is there any provision in LB to do winsock programming? I searched the web but only found stuff for MS Visual Basic. Thanks, Steve....
5227 watson
alyce_dubya Send Email
Apr 30, 2002
6:43 pm
... 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...
5228 watson
alyce_dubya Send Email
Apr 30, 2002
6:46 pm
... 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 ...
5229 bryan_davisuk Send Email Apr 30, 2002
6:57 pm
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...
5230 bryan_davisuk Send Email Apr 30, 2002
7:25 pm
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 ...
5231 Scott A. Rossell
sarossellsantee Send Email
Apr 30, 2002
7:41 pm
Really? Can you provide an example of this? ... From: bryan_davisuk [mailto:phoenix@...] Sent: Tuesday, April 30, 2002 12:26 PM To:...
5232 Chergarj@...
gjosephc Send Email
Apr 30, 2002
8:14 pm
In a message dated 04/30/2002 12:25:59 PM Pacific Daylight Time, ... For which version?...
5233 Jose M. Alvarez (Mano...
jalvarez@... Send Email
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,...
5234 surgeproof Send Email Apr 30, 2002
10:31 pm
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...
5235 bryan_davisuk Send Email Apr 30, 2002
10:40 pm
... 4.5e45 ... not true, there is a clumsy way of doing it read x read y data 12e16 data 7e14 print x print y print x*y...
5236 bryan_davisuk Send Email Apr 30, 2002
10:41 pm
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...
5237 Galapagos
gh9456 Send Email
Apr 30, 2002
11:17 pm
' 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...
5238 sjl_99 Send Email May 1, 2002
2:15 am
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. ...
5239 Jose Moreno
jose_moreno Send Email
May 1, 2002
6:48 am
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...
Messages 5210 - 5239 of 46459   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help