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: 5579
  • 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 39738 - 39767 of 46627   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Messages: Simplify | Expand Author Sort by Date ^
39738 Yshua Calkins
yshuacalkins Send Email
Jan 1, 2010
4:04 pm
Can anyone tell me how to identify my PC by finding the Windows version number? Have created a new game to pass along, but want to limit unauthorized versions...
39739 conectlett Send Email Jan 1, 2010
4:04 pm
Hi   I am a Norwegian living close to Oslo, my name is Tony. I am wondering if there are any Norwegians in this group who knows how to create front pages...
39740 Lorne Russell
lorneokb Send Email
Jan 1, 2010
4:16 pm
Use GetWinVersionExA code example at http://groups.yahoo.com/group/libertybasic/message/22398 Lorne ... From: Yshua Calkins To: libertybasic@yahoogroups.com ...
39741 Stefan Pendl
pendl2megabit Send Email
Jan 1, 2010
4:26 pm
... You can use Freeform from the "Run" menu of the LB editor to create your Graphical User Interfaces for your programs. ... LB is targeted to desktop...
39742 Marc
mrossi8888 Send Email
Jan 2, 2010
9:30 am
Good Morning, I have been trying to get the background to scroll in the following code and maybe someone will be able to tell what I am doing wrong. Thank You,...
39743 Stefan Pendl
pendl2megabit Send Email
Jan 2, 2010
9:37 am
... You need to issue the DRAWSPRITES method to update a window containing sprites or a sprite-background. BTW, none of the standard drawing methods work...
39744 Marc Rossi
mrossi8888 Send Email
Jan 2, 2010
10:25 am
Thanks, Stefan.  It works good now.  Much appreciation. Marc ... From: Stefan Pendl <pendl2megabit@...> Subject: RE: [libertybasic] bmp help To:...
39745 stefanhes Send Email Jan 2, 2010
5:35 pm
It took me more than half an hour to find this error. Try to run this in the debugger and see the values of the variable when the sub kick in. (yes, I know the...
39746 Stefan Pendl
pendl2megabit Send Email
Jan 2, 2010
5:48 pm
... That is quite an interesting bug, since formNr is a local variable not an argument in the procedure definition. Seems the syntax parser needs quite an...
39747 stefanhes Send Email Jan 2, 2010
6:27 pm
... So, you think I have to put this on the conforums bug reports?...
39748 jofrap1@...
jofrap1 Send Email
Jan 2, 2010
8:09 pm
Hi to all I am trying to draw lines of various widths in color other than black is this possible in LB? Joe ...
39749 Ingemar Bjerle
ingbje Send Email
Jan 2, 2010
8:14 pm
Front page reminds of the name I have used for packing of a group of programs that is opened from the Frontpage. All the programs in the package share the...
39750 Bill Lopez
maxxhuggs2006 Send Email
Jan 2, 2010
8:23 pm
NOMAINWIN WindowWidth=300 WindowHeight=300 UpperLeftX=INT((DisplayWidth-WindowWidth)/2) UpperLeftY=INT((DisplayHeight-WindowHeight)/2) OPEN "Linus... er,...
39751 gershmaes Send Email Jan 2, 2010
8:26 pm
Hi LB community, I was wondering if liberty can allow for determining the values of multiple keys pressed at the same time? I googled this, and all I found was...
39752 Stefan Pendl
pendl2megabit Send Email
Jan 2, 2010
8:31 pm
... In addition you can use RGB values instead of the named colors too, since the named colors are restricted to only 16. Example: #win "COLOR 128 256 64" ... ...
39753 Stefan Pendl
pendl2megabit Send Email
Jan 2, 2010
8:36 pm
... Yes, Stefan, I would even put it on the beta testing board, so it would be possible to fix it for the next release. ... Stefan Pendl Liberty BASIC Assist...
39754 Stefan Pendl
pendl2megabit Send Email
Jan 2, 2010
8:37 pm
... The GetAsyncKeyState API function is included in a DLL, but it is not a DLL. If you search this group online, you should get some hits of example code. ...
39755 gershmaes Send Email Jan 5, 2010
1:26 am
Thanks for the reply Stephen, The only problem is that I have searched everywhere for this... There's nothing in the help file for keys pressed at the same...
39756 gershmaes Send Email Jan 5, 2010
2:05 am
Hey Joe, You'd probably find it beneficial to check out the help file (which is REALLY detailed and REALLY REALLY helpful!!) Go help>Liberty BASIC Help If you...
39757 Stefan Pendl
pendl2megabit Send Email
Jan 5, 2010
8:53 am
... If you open the help file and go to "Contents => Keywords in Alphabetical Order => Inkey$" you will find the second paragraph called "Inkey$ holds multiple...
39758 Stefan Pendl
pendl2megabit Send Email
Jan 5, 2010
9:04 am
... The following example checks for Ctrl+Q to exit. '---code start (watch for line wraps) locate 20, 20 print "Hit Ctrl+Q to EXIT ..." timer 100,...
39759 Richard
rtrussellcouk Send Email
Jan 5, 2010
11:32 am
... Although the GetAsyncKeyState API in principle allows you to test the state of as many keys as you like, the keyboard *hardware* limits how many keys you...
39760 Yshua
yshuacalkins Send Email
Jan 5, 2010
5:48 pm
Can anyone say where the original Windows XP identifying serial number is accessed for my own records? Also, am developing a game and wish to make copies for...
39761 derek
kapa_89 Send Email
Jan 5, 2010
5:48 pm
How can i load a bitmap image on my program? (as much detailed as possible please)...
39762 derek
kapa_89 Send Email
Jan 5, 2010
5:49 pm
consider this: For i = 1 To 30 Input "What is the next student's name? "; sn$ Sname$(i) = sn$ 'ARRAY Input "What is the test score for that student? "; score...
39763 justbasic_fan Send Email Jan 5, 2010
5:50 pm
In my computer i have 3 browser:IE v6,Mozilla v3.5.5,Opera v10.10. I have tried out to view HTML HelpFile LB404 with them and i think viewing with Mozilla...
39764 Mike S
knerml@att.net Send Email
Jan 5, 2010
5:55 pm
Start - Settings - Control Panel - System ... From: Yshua Calkins To: libertybasic@yahoogroups.com Sent: Friday, January 01, 2010 10:32 AM Subject:...
39765 Billy Nelson
billy_nelson98 Send Email
Jan 5, 2010
5:55 pm
 Select Run from the Start menu and type in Regedit.exe. Now that you're in the Registry Editor, double-click on HKEY(underscore)LOCAL(underscore)MACHINE....
39766 Ron
ron.brown43 Send Email
Jan 5, 2010
5:57 pm
Thanks Brian and others. The other reasons I am interested in using the Teensy, apart from cost, is 1. For speed reasons. 2. Because of my existing familiarity...
39767 dawktah Send Email Jan 5, 2010
5:57 pm
Hello! I am new to the forum and new to Liberty BASIC. I am writing program(s) to control my Aprilaire 8870 thermostats since the purchase of a home...
Messages 39738 - 39767 of 46627   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