texasmaverick
texasmaverick
About
- Username
- texasmaverick
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
Purchase a book on Sudoku. I think this is what you are talking about. The original Sudoku had a matrix of 81 squares (9 by 9) which also had 9 squares of 9 numbers (3 by 3). The object is to place numbers in the squares with no numbers ( some numbe…
-
Try this Dim Rnd as New Random Dim Num As Integer Num=Rnd.Next(0,4) If Num=0 then MsgBox("Yes") ElseIf Num=1 Then MsgBox("No") ElseIf Num=2 Then MsgBox("Maybe") Else MsgBox("Doubtful") End If …
-
To produce users a graphical interface with which to perform time consuming tasks with ease and accuracy. Performing time consuming, repetitive task has always been the strength of any computer application. Visual Basic does this with easy to ope…
-
To produce users a graphical interface with which to perform time consuming tasks with ease and accuracy. Performing time consuming, repetitive task has always been the strength of any computer application. Visual Basic does this with easy to ope…
-
To produce users a graphical interface with which to perform time consuming tasks with ease and accuracy. Performing time consuming, repetitive task has always been the strength of any computer application. Visual Basic does this with easy to ope…
-
To produce users a graphical interface with which to perform time consuming tasks with ease and accuracy. Performing time consuming, repetitive task has always been the strength of any computer application. Visual Basic does this with easy to ope…
-
To produce users a graphical interface with which to perform time consuming tasks with ease and accuracy. Performing time consuming, repetitive task has always been the strength of any computer application. Visual Basic does this with easy to ope…
-
Try this Dim Rnd as New Random Dim Num As Integer Num=Rnd.Next(0,4) If Num=0 then MsgBox("Yes") ElseIf Num=1 Then MsgBox("No") ElseIf Num=2 Then MsgBox("Maybe") Else MsgBox("Doubtful") End If …