Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Platform
Any
License
Any
if you mean text to speech
http://www.youtube.com/watch?v=3dQzXrzXb4A
Or do you mean loading text into a text box
http://www.youtube.com/watch?v=Cu7dqppYgPs
Write an interpreter for another language like BASIC in C. Search this web site for sample code called BAS-INT.zip (basic interpreter written in C).
: I dont know how to locate that call,
The only way is to search for directx or opengl calls in the target application. It requieres at least basic assembler knowledge and of course knowledge of...
: ok, I have used programming lanuages before but it was a good few
: years and am at current teaching myself pascal, the best I can. But
: I've hit a brick wall with this I cant find help any...
Every node must contain at least 2 field materials (key1,key2), as key1 as primary, key2 as the secondary (i.e. key1 small must arrange at front, if key1 is same, then key2 small platoon in front)....
: how many tasks a pc can do parallelly.
:
: e.g. a pc has resources like CPU and I/O. likewise
: how many things can be done parallelly without using CPU.
: and this i mean, not any...
Hi all,
I'm trying to search an XML document using drop down menus. I'm filtering using XSL, but I want to know how to use the output of a dropdown menu to filter the rest of the XML. Here's some...
: One basic strategy for debugging:
: Try to minimize the problem. Can you print a number? Can you print
: an indexed number? Is the first loop working properly? Is the second?
:
: The last two...
One basic strategy for debugging:
Try to minimize the problem. Can you print a number? Can you print an indexed number? Is the first loop working properly? Is the second?
The last two questions...
Hey guys, am desperate am doing a student registration system and i want to Save and Delete from an Access database using Visual Basic Studio. Also i want to search for a Student using StudentID....
Hai,
I had done one project named as Resume handler. In this we are storing the entire details of candidate resume.
I had added one search form in with softaware,qfn,location as search options. The...
0 Then
: : : MsgBox "Item #" & (i + 1) & " is what you searched for"
: : : 'Select the found entry
: : : List1.ListIndex = i
: : : End If
: : : Next
: : : : : :
: :
: : Or...
0 Then
: : MsgBox "Item #" & (i + 1) & " is what you searched for"
: : 'Select the found entry
: : List1.ListIndex = i
: : End If
: : Next
: : : :
:
: Or this:
: :
: Dim i...
0 Then
: MsgBox "Item #" & (i + 1) & " is what you searched for"
: 'Select the found entry
: List1.ListIndex = i
: End If
: Next
: :
Or this:
Dim i As Integer
For i =...
0 Then
MsgBox "Item #" & (i + 1) & " is what you searched for"
'Select the found entry
List1.ListIndex = i
End If
Next
A simple search function:
Dim i As Integer
For i = 0 To List1.ListCount - 1
If List1.List(i) = "What I am searching for" Then
MsgBox "Item #" & (i + 1) & " is what you searched for"...
: i want just the complete project
:
What else do you want?
Hey!
This looks like it'd work with VB or GW. Do you have the code for all those declared subs? Do you get error messages?
: Hello,
:
: As a result of a google search I found this routine....
Hello,
As a result of a google search I found this routine.
Can anybody tell me what language is this? Looks like a flavour of BASIC.
Thanks
PS Tried VB, GWBASIC, Liberty Basic. des not...