Messages - RedPillow [ switch to compact view ]

Pages: prev1 ... 15 16 17 18 19 [20] 21 22 23 24 25 ... 28next
96
General Software Discussion / Tic Tac Foe - It`s like Tic Tac Toe ;D
« on: October 20, 2009, 12:01 PM »
So yeah, I made this crunchy little program in VB 08 Express.
It`s just like a Tic Tac Toe - made with checkboxes.

Oh! It`s version 1, so don`t worry - You will encounter some bugs =].
I`ll fix em as soon as me and my friends found more by playing it ;D.

Also. If you are interested more about how it`s made, feel free to ask some of the source-code from me.
And last. I really respect good comments and ideas about my prog, so please give them ;O.


Link to get it:

Image of it:
TTF-Screenie-1.bmp

edit by jgpaiva: attached the file to the post

97
General Software Discussion / Visual Basic 2008, Dim help needed.
« on: October 07, 2009, 12:40 PM »
I`ll go straight to the point.

When the program starts, it does this:

Code: Visual Basic [Select]
  1. Dim checkedboxes As Integer = 0

I got 5 checkboxes, an I  want that the program adds 1 to the dimmed integer if some of those checkboxes are checked.

Like this:

[ ]
[ x ]
[ ]
[ x ]
[ x ]

3 boxes checked.

Next thing I want to do is for program to create a msgbox which says something like "you checked +checkedboxes boxes"

So what should I do now?

*EDIT*
I fixed it a bit, but its acts weirdly now:

Code: Visual Basic [Select]
  1. Button1.onclick
  2.      If checkbox1.checked then
  3.               checkedboxes = checkedboxes + 1
  4. End if
  5.               MsgBox ("you checked" + (checkedboxes) + "boxes")

If it`s done like that, the program starts to count letters from "you checked" thingy and makes messagebox which says me for example Y if 1 box checked and O if 2 boxes checked and U if 3 boxes checked, so what could be wrong now?

P.S Those forums you suggested, takes months to get answer + I`d rather ask here =]

I know this is just stupid ask, but I really don`t get the idea of how to do it :/
Please help, thanks.

98
General Software Discussion / Re: Do you touch-type or hunt-and-peck?
« on: October 03, 2009, 03:13 AM »
Teachers never teached me to type either.

I did speed-test few minutes ago and noticed that my wpm is 69  8)
I don`t know if its any good but 69 it is.
Also, I had 4 misspellings in my test...although it was made in english and Im from Finland but I think I did quite good.

But I use my very own style-to-type; I just use 2 fingers and write very fast with them, it`s easy, ecause I actually know where every letter/number is.

P.S You can do the test here: Words per minute-test

99
Living Room / How much Soda/Energy-Drinks you drink / week?
« on: September 30, 2009, 05:14 PM »
Just for fun.
I would say that... I drink abooout... 10 Bottles of energy-drinks and about... 5 litres of soda / week.
Too much? ... Or not enough?  :Thmbsup:

But how much do YOU waste sugarified-water with vitamins / week?

Btw, Did you know that when you open a soda-bottle, you deacify it? I made that out yesterday  8)

-Respeectoooozz

100
General Software Discussion / How to shut-down screen-control program?
« on: September 30, 2009, 05:02 PM »
Hello   :D

We got this screen-control program in our scholl for teacher to lock-up our screens and stuff.
When this happends, we can`t do anything :/.

So, i was thinking if there is anyway to shut this program down to my computer in school when it starts?

I mean, that there`s got to be some kind of client in my pc which teacher connects with that program, so I though if I could shut that down or something?
We have very strict restrictions for deleting/modifying stuff in school`s pc`s, but we can use command-line and run programs.

So I think that it could be possible to shut this program down, by making some kind of program, which I could plant to my memory stick and when I put that to pc, the screen-control will shut down on my pc??

Thanks for help  :-[

P.S I wan`t this kind of thing, because of fun :D
Not for shutting it down every-time and not to follow education, but for fun :P

Pages: prev1 ... 15 16 17 18 19 [20] 21 22 23 24 25 ... 28next
Go to full version