SIMPLE Questions Thread!

Posts 115 of 82 · Page 1 of 6
SIMPLE Questions Thread!
Post questions here, not in threads.
when were you voted for minion? or was it unanimous?
Quote Originally Posted by mnpeepno2 View Post
when were you voted for minion? or was it unanimous?
Twas unanimous I suppose.
Quote Originally Posted by Lolland View Post
Twas unanimous I suppose.
suppose?

EDIT:
I need to update my sig then....
Quote Originally Posted by mnpeepno2 View Post
suppose?
Lol I was actually writing an article at the time I became minion, so it was FLAMESABER who told me.

Anyways, please keep this thread VB questions only.
it is a VB question because ur the VB minion now...

EDIT: Updated sig...
How do I disable change of clock and time?
w00t enjoy your minion!
Useless thread... People will make new threads unless you enforce your rules !!
which is the code to generate a random number from one to a second? like, i have:

dim a as integer = 2
dim b as integer = 10

i need to generate a number between 2 and 10 ( a and b )
Quote Originally Posted by Sixx93 View Post
which is the code to generate a random number from one to a second? like, i have:

dim a as integer = 2
dim b as integer = 10

i need to generate a number between 2 and 10 ( a and b )
[php]
Dim I as new Random

Dim RandomNumber as integer = I.Next(2,10)

Msgbox (RandomNumber)[/php]

This will generate a random number between 2 and 10.

\Wow...thread not that useless .. haha
[php]dim r as new random

dim x as integer = r.next(a,b)

msgbox(x)[/php]
thank you blubb and flame, u are the best!
Just for my 2 cents, I disagree with this whole thread, things should be uniform, the purpose of the VB section is not only to help those who need help now, but also to help those who need help in the future, and I think this thread will become a bunch of garble, and one answer may belong to another question, etc.

To much confusion, I will allow it for now, with a close eye.
Is it possible to change the background image a textbox?

Or

Use a PictureBox as a sub Textbox, so it has the background (Can type in it too).
Posts 115 of 82 · Page 1 of 6
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?