Hi friends Could any one send any code showing how to draw colored sin wave curve, and how to control the length and width of the wave curve please Henrik...
I have a program written in qbasic and am converting it to liberty basic, the testing process has shown that with the mouse enabled people try to use it and...
Hi All The following is a direct variables within the same code The code nomainwin WindowWidth = 360 WindowHeight = 270 ' 'The variables: array$(0) = "This" ...
The program is crashing somewhere between the command to OPEN the file and the command to CLOSE it. Run the program in the debugger and you should be able to...
Three freeware pgms that help me a bunch:: winXp: I typically have 8-10 pgms in my taskBar, and adding just one more pgm, like 'Add or Remove Program'...
Hi The following code is to draw horizontal lines by the loop for-next, could some friend make them vertical lines by same loop (for-next) please. Thank you ...
Hi friends, Could somebody help me to put the following codes at the right place instead of the lines between the §§§§§§§§§§§§§§§§§§§§§...
Is there any facility for record/file locking in LB? I want to convert my old DOS multi-user systems to LB, but without record locking this would not be...
Can someone please tell me what is wrong with opening a random file using a variable as the length as in the following example or how to do it?: rl=256 OPEN...
Changes in Green and Blue colored waves to allow changes in amplitude and frequency and harmonic content. Fun tinkering with the math functions. I used a...
I am working on a program that uses text files for input. At the begining of the program I open the first file for input and enter a While-Wend loop with the...
Hi The following is a code of biorhythm for a person of 10500 days old, for 100 days, for the three main cycles, physical (23) days, emotional (28) days and...
Hi friends, Could somebody tell me how to set x lines to the printer when the text cannot got into a single. For exemple : the text could be of 180 lines and I...
Hi all, Is there another way to set text in a window than combobox or listbox ? I just want the user to read some lines in a window without the possibility to...
Hi All, I occasionally have people email me and ask about the game tutorials I wrote several years ago. I learned much from LB and am grateful for the time I...
I am reviewing 15 diff BASICs, for best Visual-Gui-IDE, and source code similarities. Could someone PLEASE, Post the source for a Form1 Panel1 .parent=Form1 ...
Hi : Thanks to all for the info on changing printer orientation. It works fine! However, as a result a new minor problem has surfaced: When running the...
Hi All I have an xml file containing names of countries, cities, latitude, longitude, time zone, and day light saving. Now please how can I open that separated...
Greetings; 1) Is there a way to get yahoo to organize messages by thread, rather than just listing each individual msg.? This would be a great help. 2) Also,...
Hi Can someone convert the following HTML code to LB, it is concerning with local and UTC time Thank you <html> <head> <script language="javascript"> var...
I've started a small project to help me learn GUI programming and sequential files. My problem is in reading in a multi-line responce (more than 1 record in a...
Greetings; Does LB have a visual-dragDrop-IDE ? And if so is it activated for the trial? Thanks! ...Vern btw: the RichEdit post didn't work for me. It said my...
Is it possible to open an HTML page on the internet and read the contents. I have no problem with file manipulation but just cant figure out how to read files...
Hello I was programming by GWBASIC but now I am newly working with LB, the following code is a part of GWBASIC prog 1250 line(525,34)-(625,43),14,B But it...