Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

The Back Room

Featured Replies

Gaahh!! Medal of Honor has me addicted to sniping again. >.<

 

Are you a quickscoper ?

It's a REALLY big shaft.

I didn't catch fire, I used the can of hairspray as a flamethrower and pointed it at my arm.

how are you going to ignore my posts when I'm offering to let you live as my vassal in two weeks time?

  • Replies 15.1k
  • Views 793.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Who do you [bleep]ing think?   Who ever reports anyone here?   It's Resistance.   Congratulations Hex, you've finally killed the Tavern.   I would add to whoever deletes this post, I really am disappo

  • archimage_a
    archimage_a

    Almost posted a 'Yet another stream up updates that screw things up' a few days ago, though decided that most people would have read it, also I am trying not to be a ultra-luddite...Sufficing to say i

  • archimage_a
    archimage_a

    Well the admin have shown themselves to ignore legitimate complaints, but instantly, and overzealously, destroy things that can used for fun...Ergo fastest way to get rid the things we don't like is t

I don't think so? I use pistol while going between areas, and snipe when I find a good perch.

"Don't get in my face, don't invade my space. I'll put you in your place.

I'll only tell you once, I'll never tell you twice. This is me being nice." ~Porcelain and the Tramps

 

Lqt9R.png

Don't suppose anybody here knows any VB, do they?

 

I could use a hand with this.

 

[hide]

 Private Sub numChooser_ValueChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles numChooser.ValueChanged
       ' Code goes here to change the value of numValue variable above
    End Sub

      Private Sub btnNumber_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNumber.Click
       MsgBox(numValue)
   End Sub

[/hide]

I basically need to make the box display a number which is displayed on a number chooser, but I don't entirely understand how I would go about obtaining the number from said chooser. I know I'll need to use numValue = [something], but I don't know what that something is.

 

Any help?

2Xeo5.png

Hopefully this will help

(Its all Jibberish to me)

 

[hide]

1.Private Sub Form_Load()
2. 
3.  'assure random numbers don't
4.  'repeat each run
5.   Randomize
6.      
7.End Sub
8.         
9.         
10.Private Sub Command1_Click()
11. 
12.  'Set the number of elements needed. This demo
13.  'uses 1 to 52 to simulate a deck of cards.
14.   Dim cnt As Long
15.   Dim myArray(1 To 52) As Long
16.   
17.  'lists are for info only
18.   List1.Clear
19.   List2.Clear
20.   
21.  'fill the array with consecutive numbers from 1 to 52
22.   For cnt = 1 To UBound(myArray)
23.      myArray(cnt) = cnt
24. 
25.     'debug/info only - not needed for routine
26.      List1.AddItem cnt & vbTab & myArray(cnt)
27.   Next
28.   
29.  'randomize (suffle) the array values
30.   RandomizeArray myArray
31.   
32.  'debug/info only - not needed for routine
33.   For cnt = 1 To UBound(myArray)
34.      List2.AddItem cnt & vbTab & myArray(cnt)
35.   Next
36.   'this is what i need
37.   Text1.Text = Val(myArray(1))
38.   End Sub
39. 
40. 
41.Private Sub RandomizeArray(ArrayIn As Variant)
42.   
43.   Dim cnt As Long
44.   Dim RandomIndex As Long
45.   Dim tmp As Variant
46.   
47.  'only if an array was passed
48.   If VarType(ArrayIn) >= vbArray Then
49.        
50.     'loop through the array elements in reverse
51.      For cnt = UBound(ArrayIn) To LBound(ArrayIn) Step -1
52.      
53.        'select a random array index
54.         RandomIndex = Int((cnt - LBound(ArrayIn) + 1) * _
55.                       Rnd + LBound(ArrayIn))
56.                                    
57.        'cnt represents one array member
58.        'index, and RandomIndex represents
59.        'another, so swap the data held in
60.        'myarray(cnt) with that in myarray(RandomIndex)
61.         tmp = ArrayIn(RandomIndex)
62.         ArrayIn(RandomIndex) = ArrayIn(cnt)
63.         ArrayIn(cnt) = tmp
64.         
65.      Next
66.      
67.   Else
68.   
69.     'The passed argument was not an
70.     'array; error handler goes here
71.      
72.   End If
73.  
74.End Sub
75. 
76. 
77.Private Sub List1_Scroll()
78. 
79.  'if List2 is scrolled, keep List1 in sync
80.   List2.TopIndex = List1.TopIndex
81.   
82.End Sub
83. 
84. 
85.Private Sub List2_Scroll()
86. 
87.  'if List1 is scrolled, keep List2 in sync
88.   List1.TopIndex = List2.TopIndex
89. 
90.End Sub

[/hide]

Well I knew you wouldn't agree. I know how you hate facing facts.

Doesn't really help, but I appreciate the effort :thumbsup:

 

I'll just stare at it for another half an hour. It'll come to me eventually. It did with the other three parts.

2Xeo5.png

What's the language and what's the function?

FaladorTavern-2.png

TheMather1.jpg

Twitter:

@TheMather1

I fixed it now, but thanks anyway.

2Xeo5.png

K, so friend reported my macro for Haven and Hearth and got it nerfed. Kind of bored now.

 

Gained like a million LP off that thing.

 

Sup?

SWAG

 

Mayn U wanna be like me but U can't be me cuz U ain't got ma swagga on.

Lol at the macro, what was it? And yeah join that :)

It's a REALLY big shaft.

I didn't catch fire, I used the can of hairspray as a flamethrower and pointed it at my arm.

how are you going to ignore my posts when I'm offering to let you live as my vassal in two weeks time?

It allowed me to collect a resource, and they changed it so that the resource ran out. I could also go afk with the macro in a safe location and not worry about getting sniped.

 

Options are:

 

1) Kill small animals

2) Kill people

3) Kill people

4) Find new macro

5) Rage-quit

6) Raid people

SWAG

 

Mayn U wanna be like me but U can't be me cuz U ain't got ma swagga on.

It allowed me to collect a resource, and they changed it so that the resource ran out. I could also go afk with the macro in a safe location and not worry about getting sniped.

 

Options are:

 

1) Kill small animals

2) Kill people

3) Kill people

4) Find new macro

5) Rage-quit

6) Raid people

Small animals, dude.

a70c7.png

Humans are good LP too. Oh, and seedbags.

SWAG

 

Mayn U wanna be like me but U can't be me cuz U ain't got ma swagga on.

But killing people is so much more enjoyable :3

"Don't get in my face, don't invade my space. I'll put you in your place.

I'll only tell you once, I'll never tell you twice. This is me being nice." ~Porcelain and the Tramps

 

Lqt9R.png

I dislike that game..

FaladorTavern.png

Youtube account: Earthgragonsage; currently uploading not an effing thing.

[hide=Memorable Crossroads Quotes.]

Reigan: NO MOOSE CAN SAVE US NOW; ...Had that been taken out of context, it would have been comical... Right now, it's terrifying.

[/hide]

There are more sadistic games on that site. Was messing around with one game where you are a heroin addict trying to catch a magical dragon in the forest, and it's pretty much impossible to actually win. I was playing it for like 30 minutes before I tossed the towel.

SWAG

 

Mayn U wanna be like me but U can't be me cuz U ain't got ma swagga on.

On an XCOM note, Chrysalids are officially the worst enemy the video game industry has ever created. Ever.

 

They run up to my squads, convert them into zombies and completely ignore anything I throw at them.

 

Then the zombies spawn MORE CHRYSALIDS BECAUSE I COULDN'T KILL THE ZOMBIES FAST ENOUGH AND THE REST OF MY TROOPS GET TURNED INTO CHRYSALIDS AASFAFDASFSAFSFD.

 

NOT TO MENTION THEY APPEAR IN TERROR MISSIONS WHERE YOU HAVE TO DEFEND CIVILIANS. AKA, CHRYSALID FODDER.

 

Seriously, every citizen is not a rescuee, but a potential chrysalid. The only solution is complete sterilisation of the area with heavy ordinance. Civilians be damned.

2Xeo5.png

That's cool, bro.

It's a REALLY big shaft.

I didn't catch fire, I used the can of hairspray as a flamethrower and pointed it at my arm.

how are you going to ignore my posts when I'm offering to let you live as my vassal in two weeks time?

Note to self....If Earth is ever invaded by Bodysnatches...Stay away from Ross, he will shoot you as a suspected Chrysalid.

Well I knew you wouldn't agree. I know how you hate facing facts.

What the Eff is XCOM?

Edit: I looked it up, but it imeediatley said there was something wrong with the submission. Wat?

FaladorTavern.png

Youtube account: Earthgragonsage; currently uploading not an effing thing.

[hide=Memorable Crossroads Quotes.]

Reigan: NO MOOSE CAN SAVE US NOW; ...Had that been taken out of context, it would have been comical... Right now, it's terrifying.

[/hide]

On an XCOM note, Chrysalids are officially the worst enemy the video game industry has ever created. Ever.

 

They run up to my squads, convert them into zombies and completely ignore anything I throw at them.

 

Then the zombies spawn MORE CHRYSALIDS BECAUSE I COULDN'T KILL THE ZOMBIES FAST ENOUGH AND THE REST OF MY TROOPS GET TURNED INTO CHRYSALIDS AASFAFDASFSAFSFD.

 

NOT TO MENTION THEY APPEAR IN TERROR MISSIONS WHERE YOU HAVE TO DEFEND CIVILIANS. AKA, CHRYSALID FODDER.

 

Seriously, every citizen is not a rescuee, but a potential chrysalid. The only solution is complete sterilisation of the area with heavy ordinance. Civilians be damned.

Priest in singleplayer Age of Empires 2 were pretty damn annoying too, especially since the AI just spammed them and mass converted your entire army.

Lol, what about the prodigy in Command and Conquer Kanes Wrath. I think that's what they were called anyway, they had a teleport function and could caputre one unit with a second, regardless of strength. This led to many super units being flash taken.

 

Also they could be put onto the Skrim super weapon which gave it teleport functions and mind control (to an extent I think). Yeah, huge ass super weapon can just spwan in your base. No kidding.

It's a REALLY big shaft.

I didn't catch fire, I used the can of hairspray as a flamethrower and pointed it at my arm.

how are you going to ignore my posts when I'm offering to let you live as my vassal in two weeks time?

Nah, snipers in HL2, if you're out of 'nades and rockets then you literally can't kill em.

FaladorTavern-2.png

TheMather1.jpg

Twitter:

@TheMather1

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.