Results 1 to 18 of 18

Thread: vB Tool Release 1.0

  1. #1

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088

    Smile

    Finally here it is:
    The vBulletin Tool Release 1.0.

    This program is thought to keep your [code] -parts clean and colored as you know it from VB (blue keywords, green comments). It also supports some general features (ie. dim a > Dim A automatically) and an excellent update system .


    If you have any suggestions or ideas feel free to send me a mail or PM.

    > Make sure you update it once you downloaded this zip, since this is not the latest version..
    Last edited by Fox; Feb 20th, 2001 at 11:20 AM.

  2. #2

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Update information:

    • New-Line function (see test below)
    • Spaces-converter (makes Tabs instead)
    • More options
    • Update now!


    Code:
    Public Declare Function BitBlt Lib "gdi32" Alias "BitBlt" ( _
    	ByVal hDestDC As Long, _
    	ByVal X As Long, _
    	ByVal Y As Long, _
    	ByVal nWidth As Long, _
    	ByVal nHeight As Long, _
    	ByVal hSrcDC As Long, _
    	ByVal xSrc As Long, _
    	ByVal ySrc As Long, _
    	ByVal dwRop As Long) As Long
    
    
    Public Sub Test
    	'This is a test
    	Dim A As Long
    	
    	For A=0 To 10
    		Print A
    	Next
    End Sub
    
    'This is just a test to see if the new options work correctly.

  3. #3
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    good work fox!
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  4. #4
    Guest
    The ClanoftheRustySpoon are every where!! MWAHAHA!

  5. #5
    Banned
    Join Date
    Dec 2000
    Location
    USA, NJ
    Posts
    72

    Talking fox

    Great web site, programs, and code. I think you have a future in games(makeing) and graphics. Me on the other hand could care less if my program has alot of cool 3d graphics or showed up in DOS.

    Right now im into vb and little c++ api media. I made a skin for my media player useing jpg's compared to your graphics MINE SUCK!!!! Im not much of a graphics artist, or artist. Well keep up the good work.
    Last edited by nukem996; Feb 16th, 2001 at 11:07 PM.

  6. #6

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Thanks I try to keep my website as good-looking and usefull as possible ^_^

  7. #7
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    how did everyone make the color faded text in their signature? Is it a UBB type command, or is it just html?

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  8. #8
    Banned
    Join Date
    Dec 2000
    Location
    USA, NJ
    Posts
    72

    Im just wondering

    I think the coolest program on your web site is the one with the guy that you can move around and it looks 3D. Im wonder where are the pictures comming from?

  9. #9
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209

    how did everyone make the color faded text in their signature? Is it a UBB type command, or is it just html?

    Sail3005 You can do it by Using the Program I did.

    Using this You can Put Some thing Like
    Welcometoearth

    or like
    Welcometoearth

    Download it Here :
    Attached Files Attached Files
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  10. #10
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    Thanks Active, thats a great tool!

    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
    USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA

  11. #11

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Generally said it's the [color] -tag

    [color=#FF0000]This is in red[/color]
    Last edited by Fox; Feb 19th, 2001 at 03:06 PM.

  12. #12
    Guest
    Originally posted by Fox
    Generally said it's the [color] -tag

    [color=#FF0000]This is in red[/color]
    Good work on your program Fox, Since ive had it i havnt posted code yea hehe

    anyway Keep up the good work!!

  13. #13
    Banned
    Join Date
    Dec 2000
    Location
    USA, NJ
    Posts
    72

    Question

    so how we get the number thing?

  14. #14
    Banned
    Join Date
    Dec 2000
    Location
    USA, NJ
    Posts
    72

    Question Im just wondering

    Fox,

    I think the coolest program on your web site is the one with the guy that you can move around and it looks 3D. Im wonder where are the pictures comming from?

  15. #15
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    which one is that?

  16. #16

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    (I think he means the scrolling demo)

    News from vBulletin Tool

    Anoop improved my code a bit, you can now select tags like [b], [i] and [u]. Also we added a (optional) signature feature that adds the following lines to your code, "To make everyone's code look better":

    Code:
    Dim A As Long
    
    ---
    'Code improved by vBulletin Tool
    If you already have vB Tool please update your program, all others can download the latest version here:

  17. #17
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169

    Thumbs up Nice work

    So, G Kumara, it seems you added mine to yours, then I'll probably start work on my multiple-point one tomorrow.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  18. #18
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Actually I wanted to add More Effect other than the two...
    But ... I have to work on another immediate program...
    So I thought I could just release a simple version of
    that ...and there would be no updates to it.
    So ... it's up to parksie to continue !
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width