This deviant's full pageview
graph is unavailable.
Member
I am a Deviously Deviant
LeomRoxas
13/Male/United Arab Emirates
Why I Am Here
No reason given yet
Last Visit: 49 weeks ago
Leomer M.
Art Zone
Personal Zone
Misc. Zone
This is the place where you can personalize your profile!
But, how?
By moving, adding and personalizing widgets.
You can drag and drop to rearrange.
You can edit widgets to customize them.
The left side has widgets you can add!
Some widgets you can only access when you get a premium membership.
Some widgets have options that are only available when you get a premium membership.
We've split the page into zones!
Certain widgets can only be added to certain zones.
"Why," you ask? Because we want profile pages to have freedom of customization, but also to have some consistency. This way, when anyone visits a deviant, they know they can always find the art in the top left, and personal info in the top right.
Don't forget, restraints can bring out the creativity in you!
Now go forth and astound us all with your devious profiles!
Dim AnswerPlus As Boolean Dim AnswerMinus As Boolean Dim AnswerMultiply As Boolean Dim AnswerDivide As Boolean Dim first, second As Double Dim dot As Integer Dim when2clear As Boolean
Function clearDisplay() Dim i As Integer
For i = cmd0 To cmd9 If when2clear = True Then txtDis = "" End If Next i
Hey! As everyone else has said- "welcome to DA!" And also, as everyone else has said- "I'm a friend of your sister!" Hahaha! Am I right? Welcome once again buddy!
-- There will only be one of you for all of time. Fearlessly be yourself. You owe it to the world.
Dim AnswerMinus As Boolean
Dim AnswerMultiply As Boolean
Dim AnswerDivide As Boolean
Dim first, second As Double
Dim dot As Integer
Dim when2clear As Boolean
Function clearDisplay()
Dim i As Integer
For i = cmd0 To cmd9
If when2clear = True Then
txtDis = ""
End If
Next i
when2clear = False
End Function
Function Identifyer()
AnswerPlus = False
AnswerMinus = False
AnswerMultiply = False
AnswerDivide = False
End Function
Private Sub cmd0_Click()
clearDisplay
txtDis = txtDis & "0"
End Sub
Private Sub cmd1_Click()
clearDisplay
txtDis = txtDis & "1"
End Sub
Private Sub cmd2_Click()
clearDisplay
txtDis = txtDis & "2"
End Sub
Private Sub cmdC_Click()
txtDis = ""
first = 0
second = 0
End Sub
Private Sub cmdDot_Click()
If dot = 0 Then
txtDis = txtDis & "."
Else
Exit Sub
End If
dot = 1
End Sub
Private Sub cmdEquals_Click()
when2clear = True
If AnswerPlus = True Then
second = txtDis
Addval
ElseIf AnswerMinus = True Then
second = txtDis
MinusVal
End If
Identifyer
first = 0
second = 0
End Sub
Private Sub cmdMinus_Click()
first = txtDis
when2clear = True
AnswerMinus = True
End Sub
Private Sub cmdPlus_Click()
first = txtDis
when2clear = True
AnswerPlus = True
End Sub
Private Sub Form_Load()
Identifyer
End Sub
Function Addval()
txtDis = Val(first + second)
End Function
Function MinusVal()
txtDis = Val(first - second)
End Function
--
nothing... !@#$%^&*!!!
--
"my time is running out..."
--
nothing... !@#$%^&*!!!
--
There will only be one of you for all of time. Fearlessly be yourself. You owe it to the world.
--
nothing... !@#$%^&*!!!
Hi there and welcome
--
without pants
not getting tired yet.
thanx
and thnx for the watch.
--
nothing... !@#$%^&*!!!
--
without pants
--
nothing... !@#$%^&*!!!
And also, as everyone else has said- "I'm a friend of your sister!"
Hahaha! Am I right?
Welcome once again buddy!
--
There will only be one of you for all of time. Fearlessly be yourself. You owe it to the world.
Previous Page123Next Page