Go Back   Gaming Gutter > Non-Gaming > Programming > Source Code


Source Code - Have a source code/project files you want to post? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» GG Stuff

Follow us on Twitter!

Get the GG toolbar today (for firefox only)
» Recent Threads
Go to first new post Ruzzeh a.k.a kayla.......
Today 12:03 AM
Last post by maybe kelly
Today 12:03 AM
0 Replies, 9 Views
Go to first new post GG Last night I almost...
11-18-2009 04:30 PM
Last post by hawoo
Yesterday 11:48 PM
18 Replies, 165 Views
Go to first new post Anyone play Hello Kitty...
Yesterday 11:34 PM
by Crepe
Last post by Crepe
Yesterday 11:34 PM
0 Replies, 6 Views
Go to first new post Snowager, Turmy, Tarla
08-03-2009 08:44 PM
by Heather
Last post by heize
Yesterday 11:19 PM
34 Replies, 1,452 Views
Go to first new post Anyone CAL for CSS?
11-18-2006 01:07 PM
By lolololol
Last post by hawoo
Yesterday 11:18 PM
11 Replies, 476 Views
Reply
 
LinkBack Thread Tools Display Modes

 Simple Refresher Code
Old 10-29-2006, 11:50 PM   #1 (permalink)
The_Hitman
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Simple Refresher Code

Basic Refresher code for visual basic 6

Code:
Dim Int as Integer 'dims integer

Private Sub cmdStart_Click()
'tmr.enabled = true 'turns on timer
Int = rand(val(txtMin.Text),val(txtMax.Text)) 'makes int a random number between what numbers are in the two 'textboxes
tmr.Interval = Int 'changes timers refresh rate to the random number
End Sub

Private Sub cmdStop_Click()
tmr.enabled = False 'stop timer
End Sub

Private Sub tmr_Timer()
Httpwrapper.Getwrapper(txtURL.Text, txtReffer.Text) "refeshes at URL in textbox by being refered by another URL 'in another text box
End Sub

Private Function rand(Min As Long, Max As Long) As Long
rand = Int(Rnd * (Max - Min + 1)) + Min 'random function
End Function
Http wrapper download: http://www.savefile.com/files/207938

If i've made a typo or stuffed up the comments please tell me and i'll change it

Last edited by The_Hitman; 11-21-2006 at 09:51 PM.. Reason: Advice from Member
  Reply With Quote

 
Old 10-29-2006, 11:51 PM   #2 (permalink)
Alex
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Nice coe David
  Reply With Quote

 
Old 10-29-2006, 11:52 PM   #3 (permalink)
The_Hitman
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
oops i forgot to add the HTttpwrapper file and you have a spelling mistake in ur post.
  Reply With Quote

 
Old 10-31-2006, 06:07 AM   #4 (permalink)
unlimitedorb
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
very nice indeed.
  Reply With Quote

 Re: Simple Refresher Code
Old 11-15-2006, 02:56 PM   #5 (permalink)
Kane for mod!

Male Flame is offline
 
Join Date: Sep 2006
Posts: 1,819
GPoints: 531
iTrader: 1 / 100%
Flame Is Recognizable
Rep Power: 12
Re: Simple Refresher Code

not bad, i came here thinking it was jordans and was gonna blast him, but ur off another forum i know of, so gj.
  Reply With Quote

 Re: Simple Refresher Code
Old 11-17-2006, 06:24 PM   #6 (permalink)
unlimitedorb
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Rep Power:
Re: Simple Refresher Code

Very nice job, it wouldn't hurt to comment your code as well though. Keep up the good work.
  Reply With Quote

 Re: Simple Refresher Code
Old 11-20-2006, 01:12 PM   #7 (permalink)
Full Member

Male Explosive is offline
 
Explosive's Avatar
 
Join Date: Sep 2006
Location: CA
Posts: 743
GPoints: 1,491
iTrader: 19 / 100%
Explosive Is gaining popularity
Rep Power: 10
Re: Simple Refresher Code

Nice job!
  Reply With Quote

 Re: Simple Refresher Code
Old 11-20-2006, 06:27 PM   #8 (permalink)
Full Member

Male DarkF0x is offline
 
DarkF0x's Avatar
 
Join Date: Oct 2006
Location: California xD
Posts: 694
GPoints: 555
iTrader: 0 / 0%
DarkF0x Is gaining popularity
Rep Power: 10
Re: Simple Refresher Code

Nice job.I wish I know how to make these codes T.T
__________________
  Reply With Quote

 Re: Simple Refresher Code
Old 11-21-2006, 09:46 PM   #9 (permalink)
The_Hitman
Guest

 
Posts: n/a
GPoints: 0 [Check]
iTrader: / %
Rep Power:
Re: Simple Refresher Code

Quote:
Originally Posted by unlimitedorb View Post
Very nice job, it wouldn't hurt to comment your code as well though. Keep up the good work.
See my lazyness i can't be bothered all though today im not feeling lazy so i will change it.
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[VB6] Ultimate auto refresher Sub Source Code 4 06-29-2007 04:57 AM
neopets awesome refresher and other bots flame0505635 Neopets 5 10-29-2006 12:09 AM
Kanes Auto-Refresher second2none Programming 2 10-19-2006 03:50 PM
Commenting your PHP code Oosband Tutorials 0 10-18-2006 04:43 PM
[vb6] Get Web browser Source code Thy Gamer Source Code 0 09-18-2006 07:32 PM

Powered by vBadvanced CMPS v3.1.0

All times are GMT -7. The time now is 12:39 AM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.16708589 seconds (100.00% PHP - 0% MySQL) with 20 queries