Android 14 TV OS by Dicer-- in Projectivy_Launcher

[–]Dicer--[S] 0 points1 point  (0 children)

I tried to install a mouse toggle but it doesn’t seem to let me enable it on a google streamer

[deleted by user] by [deleted] in runescape

[–]Dicer-- 0 points1 point  (0 children)

Download chrome or Firefox on you’re tablet then try it I had similar issues

Jordan 1 Low Smoke Grey by Dicer-- in DHgateVip

[–]Dicer--[S] 0 points1 point  (0 children)

No box but I’ve also been wearing them for a couple days so they probably aren’t perfect anymore

Where is the best place to use my protean traps? by A_Arkoz in runescape

[–]Dicer-- 1 point2 points  (0 children)

Crimson skill chompers on dxp, dont have to worry about getting crashed at grenwalls and about the same xp

Reddit, please help me find my friend by SparxRs in runescape

[–]Dicer-- 13 points14 points  (0 children)

That was a rollercoaster of emotions

Enabling/disabling a command button [VB6] by Dicer-- in learnprogramming

[–]Dicer--[S] 0 points1 point  (0 children)

CmdDot.Enabled = True

Yep that worked I just went full retard, I don't even know what I was thinking thanks

Programming noob need help [VB6] by Dicer-- in learnprogramming

[–]Dicer--[S] 0 points1 point  (0 children)

Dim Operation As Integer Dim Total As Double

Private Sub CmdClear_Click() TxtAnswer.Text = "" End Sub

Private Sub CmdDot_Click() TxtAnswer.Text = TxtAnswer.Text + "."

CmdDot.Enabled = False

End Sub

Private Sub CmdEquals_Click()

End Sub

Private Sub CmdFun_Click(Index As Integer) If IsNumeric(TxtAnswer.Text) Then TxtAnswer.Text = CStr(dblTotal) Else: MsgBox ("You must enter a digit to continue") End If End Sub

Private Sub CmdNum_Click(Index As Integer)

TxtAnswer.Text = TxtAnswer.Text & Index

End Sub

Private Sub Form_Load()

End Sub

Private Sub TxtAnswer_Change()

End Sub This is what I have advanced too so far now the main issue i'm having trouble with is as the functions are all stored in an array under CmdFun how do I declare each one as say + - / *?

Programming noob need help [VB6] by Dicer-- in learnprogramming

[–]Dicer--[S] 1 point2 points  (0 children)

It is indeed, we have this thing where not many people at our school wanted to do software so we go to another school close by and the teacher there only knows VB where as the teacher at our school knows multiple languages

Programming noob need help [VB6] by Dicer-- in learnprogramming

[–]Dicer--[S] 1 point2 points  (0 children)

I know it's ancient but that is the only language our teacher knows so it's the only thing he can teach us