Q: How can I set the input focus to the control I want when I open a window?
A: Use the setfocus command just after you open the window. For example, if your control is a textbox named #mywin.tb1 then try:
print #mywin.tb1, "!setfocus";
(Replace this with your comment)
how do i make a password input that when you type each letter of the key word in stars appear like this ******? cheers
Is Microsoft intending to phase out MS-DOS and hence QBASIC, and will this boost interest in BASIC alternatives?
I can't get liberty BASIC to run external programs. It keeps telling me that "Windows returned an unknown error 8 while trying to RUN whateveritis.exe". What should I do???
Tried to run a standalone in Windows98 and the DLL files
couldn't be read. Why?
After a first look the most annoying for is the lacking sub-support.
Are local variables and "call sub" supported in 2.0?
I can't read the files I create in one LB program with another. If I create them in .txt form I get a cryptic notice saying "file open error" but no means of finding the error. If I create them in .bat form I find I have a file in MS-DOS Batch form that says it is 2 bytes long, 4096 bytes used. I'm using Windows 98. What am I doing wrong?
Where can I find the detailed description of the graphic commands (ellipse, circle) elsewhere than in the examples?
After I finish making a program, how do I make it into an icon so that I can give the program to monsters else without Liberty Basic, and them be able to use it?
do you have lesson plans for teachers?
Q: I am opening a dialog box with multiple entries. How can I place the cursor in the first entry answer box, it always starts on the 3rd and I must move it with the mouse?
A: Click here for the answer How can I set the input focus to the control I want when I open a window?