Making editors for cricket games

I dont really think so ....
Foir example, for it make all different buttons for different operations.
Then Dim a as string
Dim c as string
Dim b as string
Private sub button1_............
c = a + b

.....

answer.text = c

Wouldnt that be enough ? :)
 
Kshitiz_Indian said:
I dont really think so ....
Foir example, for it make all different buttons for different operations.
Then Dim a as string
Dim c as string
Dim b as string
Private sub button1_............
c = a + b

.....

answer.text = c

Wouldnt that be enough ? :)
No, its not like that
He means one like windows where there is only one textbox
 
Nice work but he probably wants a tutorial, i.e. explaining how to use it. I would do one but I'm very busy at the moment. I might start one and see how it goes, and if I finish it I'll post it up here.
 
embi try this console application its an exe.
 

Attachments

  • MultiProject.zip
    3.5 KB · Views: 6
Thanks alot HP that was very useful. i forgot about usings a select case code :).
 
An alternative calculator able to handle multiple operations and keyboard shortcuts. :)

Attachment removed. See post #222
 
Kshitiz_Indian said:
Good work colin :)
Thats the type i was talking about.
Though i dunno how can one include roots in it :D

Here you go.
I've added a plus/minus feature too as I felt it was missing one :)
 

Attachments

  • calculator.zip
    73.1 KB · Views: 1
Ok
maybe we can do it by linear equations ? lol
like
dim x as integer
a = x*x 'a is the integer whose root we want to find out.

then we somewhow solve this equation ? Or maybe,
we'll have to write the algorithm
the way we find roots
something like a loop LOL i cant explain it here :D
 
Kshitiz_Indian said:
Ok
maybe we can do it by linear equations ? lol
like
dim x as integer
a = x*x 'a is the integer whose root we want to find out.

then we somewhow solve this equation ? Or maybe,
we'll have to write the algorithm
the way we find roots
something like a loop LOL i cant explain it here :D

Or we could use the Math.Sqrt function like I've done...
 
Okay I havn't read the whole thread but say I or we wanted to make an editor which allows you to change kits while in-game (not in match jst in-game) would that be possible?
 

Users who are viewing this thread

Top