Private Sub Command1_Click()
Dim x, s, n, a As Integer
n = Val(Text1.Text)
a = n
s = 0
Do While (n > 0)
x = n Mod 10
s = s * 10 + x
n = n / 10
Loop
If (a = s) Then
Text2.Text = "Pal"
Else
Text2.Text = "not Pal"
End If
End Sub
The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.
I think you mean how do you work visual basic. Anyways, it is a programming language developed by Microsoft using a type of basic language. I would go to a site that will teach you vb (visual basic)
as a group,what are the basic visual symbols in the language of art called
Visual Basic code is a program or library that has been written using the Microsoft Visual Basic programming language.
Eric Brierley has written: 'Visual Basic 5 how-to' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC 'The Waite Group's Visual Basic 6 how-to' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC
visual basic thesis topics
You said Visual Studio 2010 but does it have the BASIC language.
I think you mean how do you work visual basic. Anyways, it is a programming language developed by Microsoft using a type of basic language. I would go to a site that will teach you vb (visual basic)
Paul Lomax has written: 'VB & VBA in a nutshell' -- subject(s): Accessible book, BASIC (Computer program language), Microsoft Visual BASIC, Microsoft Visual BASIC (computer program language), Microsoft Visual BASIC for applications (computer program language), Microsoft Visual Basic for applications 'VBScript in a nutshell' -- subject(s): Internet programming, VBScript (Computer program language)
Visual Basic
Visual Basic is a computer programming language that can be used to create programs, but it is not a program in itself.
John Smiley has written: 'Learn to Program Databases With Visual Basic (Learn to Program)' 'Learn to Program Visual Basic Objects (Learn to Program)' 'Learn to Program with Visual Basic 6' -- subject(s): BASIC (Computer program language), Microsoft Visual BASIC, Visual Basic (Computer program), Visual programming (Computer science), Windows (Computer programs) 'Learn to Program Visual Basic 6 Examples' 'Introduction to Programming with Visual Basic 6 Part 2' 'Learn to Program Visual Basic Examples (Miscellaneous)' -- subject(s): Microsoft Visual Basic for Windows, BASIC (Computer program language)