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
» Recent Threads
Go to first new post mOBSCENE's score sender...
Today 01:11 AM
Last post by Toffie
Today 04:42 AM
7 Replies, 30 Views
Go to first new post I *think* I just got...
Today 02:03 AM
Last post by Hodizzle
Today 03:07 AM
6 Replies, 33 Views
Go to first new post Lil Wayne
10-21-2008 09:33 PM
Last post by Toffie
Today 02:49 AM
46 Replies, 391 Views
Go to first new post forgot my birthday i put...
10-30-2008 09:27 AM
by dookie
Last post by seleporx
Today 02:29 AM
23 Replies, 490 Views
Go to first new post Plastic Surgery Hell
Yesterday 08:02 PM
by Li-Shun
Last post by Hodizzle
Today 01:51 AM
11 Replies, 62 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,530
GPoints: 54
iTrader: 1 / 100%
Flame Is Recognizable
Rep Power: 9
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)

Male krawk_are_cool is offline
 
krawk_are_cool's Avatar
 
Join Date: Sep 2006
Location: CA
Age: 23
Posts: 465
GPoints: 373
iTrader: 4 / 100%
krawk_are_cool Is gaining popularity
Rep Power: 7
Re: Simple Refresher Code

Nice job!
  Reply With Quote

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

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

Nice job.I wish I know how to make these codes T.T
__________________
LOOKING FOR R4 FOR DS MESSAGE IF YOUR SELLING



LOOKING FOR R4 FOR DS MESSAGE IF YOUR SELLING
  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.0 RC2

All times are GMT -7. The time now is 04:53 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.25142908 seconds (100.00% PHP - 0% MySQL) with 18 queries