visuak logic while loooing help
#1
Posted 23 July 2012 - 01:38 AM
#2
Posted 29 July 2012 - 10:39 PM
1) There's no such thing as "Visual Logic", you mean "Visual Basic" i'm assuming because "Visual Studio" is an IDE...
2) I don't know what you mean by "box", that could be a textbox, richtextbox, etc... So here's an example using a MessageBox
Cheers
~Ace
2) I don't know what you mean by "box", that could be a textbox, richtextbox, etc... So here's an example using a MessageBox
For i As Integer = 1 To 10
Dim ans As Integer = Convert.ToInt32(Math.Pow(i, 3))
MessageBox.Show(String.Format("{0} cubed is {1}", i, ans))
NextCheers
~Ace
#3
Posted 30 July 2012 - 09:37 AM
Hey Katie,
There in fact does exist something called VisualLogic. But to be fair I never knew about it either until I started seeing people asking questions here on GTG.
Hey AceInfinity,
I hope this can help you and it is what you are looking for:

Which yields this output:

Peace Out
There in fact does exist something called VisualLogic. But to be fair I never knew about it either until I started seeing people asking questions here on GTG.
Hey AceInfinity,
I hope this can help you and it is what you are looking for:

Which yields this output:

Peace Out
#4
Posted 30 July 2012 - 05:49 PM
spike_hacker_inc, on 30 July 2012 - 09:37 AM, said:
Hey Katie,
There in fact does exist something called VisualLogic. But to be fair I never knew about it either until I started seeing people asking questions here on GTG.
Hey AceInfinity,
I hope this can help you and it is what you are looking for:

Which yields this output:

Peace Out
There in fact does exist something called VisualLogic. But to be fair I never knew about it either until I started seeing people asking questions here on GTG.
Hey AceInfinity,
I hope this can help you and it is what you are looking for:

Which yields this output:

Peace Out
No, not what I am looking for, but lets hope it is in fact what OP is looking for.
Share this topic:
Page 1 of 1
