Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the libertybasic group. File : /fcq23.zip...
46111
henriknilson
Jan 31, 2013 5:12 pm
Hello Mike Would you please notice: The text file "Sample dataFile.txt "in your package code" fcq23.zip" has to be renamed to "qa.txt", so the code will work...
46112
henriknilson
Jan 31, 2013 10:19 pm
To whom it may concern I have been told by some friends in some countries thru mobiles that they could not logging into yahoo account to carry on joining LB...
46114
Harry
harrybee99
Feb 1, 2013 2:28 am
For the first time ever I wanted to use a mune control. Tried the example in the help file. Didn't work. Weren't no menu. Wrote my own "example." Same...
46115
Harry
harrybee99
Feb 1, 2013 2:34 am
Never mind. Found the problem. I was using a .extension....
46116
alastair gray
alastairgray29
Feb 1, 2013 2:46 am
check it out http://bit.ly/11pbgnt alastair [Non-text portions of this message have been removed]...
46117
green8819
Feb 1, 2013 4:49 am
Hi Henrik, Yes, I know there is no "qa.txt". The user is supposed to create it using the sample as a guide. Yes, I know "pmwd.txt" contains unreadable text. It...
46118
Stefan Pendl
pendl2megabit
Feb 1, 2013 8:57 pm
... The LB installation folder is not meant to hold your private files. Use a folder inside of the "My Documents" structure instead. For the second question,...
46119
Stefan Pendl
pendl2megabit
Feb 1, 2013 9:00 pm
... Since you have a Yahoo! account you are authorized to get in contact with Yahoo! too. -- Stefan Pendl http://stefanpendl.runbasichosting.com/ LB 4.04 Pro...
46120
Stefan Pendl
pendl2megabit
Feb 1, 2013 9:18 pm
... A guide to translating API functions from C to LB is available at http://www.b6sw.com/forum/content.php?mode=hints&t=235 I haven't stumbled across some...
46121
gnw1933
Feb 2, 2013 4:27 pm
is it possible to remove some of the icons from Liberety Basic 4.03 tool bar ? reason for asking a program for distribution does not requir several of the...
46122
Carl Gundel
carlgundel
Feb 2, 2013 4:43 pm
I'm not sure I understand. You are planning to redistribute the Liberty BASIC development environment as part of your application? This is not permitted....
46123
Stefan Pendl
pendl2megabit
Feb 2, 2013 4:45 pm
... You are not allowed to distribute the LB editor, you are only allowed to distribute a distribution package, which can be created through "Run => Create...
46124
Henrik
henriknilson
Feb 3, 2013 1:17 am
Thank you Stefan. ________________________________ From: Stefan Pendl <pendl2megabit@...> To: libertybasic@yahoogroups.com Sent: Friday, February 1, 2013...
46125
Ingemar Bjerle
ingbje1
Feb 4, 2013 10:14 am
Ar all LB4 versions using the same dll-s or have Changes been made? Ingemar [Non-text portions of this message have been removed]...
46126
Stefan Pendl
pendl2megabit
Feb 4, 2013 9:16 pm
... No, LB4.02 and below crash on Asian Windows versions. LB4.03 and above have this resolved, so one must recreate the TKN files and use the DLL and SLL files...
46127
green8819
Feb 6, 2013 5:15 am
I have updated my fcq.bas with some enhancements. I want to make 1 more improvement: I run the program. If I have to run it again, I have to close my first...
46128
Sarmed N.
sarmednafi
Feb 6, 2013 7:15 am
Save this code into exe (it must be), and you may run it a gain. It's work on my PC. I hope I got your point. 'code... NOMAINWIN Â Â WindowWidth = 687 :...
46129
Sarmed N.
sarmednafi
Feb 6, 2013 7:55 am
This code close then run, but it must be exe. '...code NOMAINWIN Â Â WindowWidth = 687 : WindowHeight = 446 Â Â UpperLeftX =...
46130
green8819
Feb 6, 2013 9:00 am
I just realized that there is a simple answer to this particular question: A label such as [Start] right at the top. Then, Goto [Start] at the appropriate...
46131
Jim Hiley
ccomtas
Feb 6, 2013 9:05 am
If you want to have a delay before restarting, you can create a batch file with the following two lines: PING 1.1.1.1 -n 10 -w 1000 >NUL daqCapture.exe The...
46132
Marc Sabau
marcsabau...
Feb 6, 2013 9:34 am
Hi, This the best way / answer ! I use the same which runs well. Marc....
46133
Larry Lowe
larryrl...
Feb 6, 2013 6:33 pm
I have a program I am writing that has text boxes and text editor boxes all on one form, and I want to save the users data to a single file. How do I read in...
46134
Stefan Pendl
pendl2megabit
Feb 7, 2013 12:10 am
... I usually save information into a plain text file with an INI extension in the following format: Option = Value For the multi-line text editor you may use...
46135
green8819
Feb 7, 2013 7:28 am
Please delete any previous versions before trying this one. Try create your own Quiz, as in the samples provided. Questions, feedback welcome. Thanks to all...
46136
libertybasic@yahoogro...
Feb 7, 2013 7:29 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the libertybasic group. File : /fcq45.zip...
46137
Tim Hewitt
mapmaker44
Feb 8, 2013 1:41 pm
Can anyone offer some help please ? I have registered copies of LB404 and LB404pro which have been running for a long time without problems on a rather old...
46138
Rod
rod_bird001
Feb 8, 2013 4:25 pm
Vista/Win7 and Win8 use UAC on a mandatory basis. This means program file data and user data are kept separate and protected. Program files are isolated and...
46139
Stefan Pendl
pendl2megabit
Feb 9, 2013 11:26 am
... In short, on Vista and above everything that is changed by the user is now in the correct place at "%APPDATA%\Liberty BASIC v4.04". -- Stefan Pendl ...