View Poll Results: What do you think about the tool ?

Voters
50. You may not vote on this poll
  • Good and Useful

    42 84.00%
  • Ok

    4 8.00%
  • Useless

    4 8.00%
Page 1 of 2 12 LastLast
Results 1 to 40 of 73

Thread: A VB-World Tool you would Love.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2000
    Posts
    224

    Thumbs up

    Hi Folks..

    I Have made a tool (A set of tools to be Precise)!
    This tool will add certain options to your right click menu
    in internet explorer.

    This Will easily let u Create bold, italic, undeline tags..
    It can even color code your code...are even add
    fancy coloring of text.

    In short you would not want to miss this tool...

    Download it here... (just 70k)
    Attached Files Attached Files
    If you can't pronounce my name, call me GURU

  2. #2
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Just a demo : The Code color coding function

    Code:
    Const AW_HOR_POSITIVE = &H1 'Animates the window from left To right. This flag can be used with roll Or slide animation.
    Const AW_HOR_NEGATIVE = &H2 'Animates the window from right To left. This flag can be used with roll Or slide animation.
    Const AW_VER_POSITIVE = &H4 'Animates the window from top To bottom. This flag can be used with roll Or slide animation.
    Const AW_VER_NEGATIVE = &H8 'Animates the window from bottom To top. This flag can be used with roll Or slide animation.
    Const AW_CENTER = &H10 'Makes the window appear To collapse inward If AW_HIDE is used Or expand outward If the AW_HIDE is Not used.
    Const AW_HIDE = &H10000 'Hides the window. By default, the window is shown.
    Const AW_ACTIVATE = &H20000 'Activates the window.
    Const AW_SLIDE = &H40000 'Uses slide animation. By default, roll animation is used.
    Const AW_BLEND = &H80000 'Uses a fade effect. This flag can be used only If hwnd is a top-level window.
    Private Declare Function AnimateWindow Lib "user32" (ByVal hwnd As Long, ByVal dwTime As Long, ByVal dwFlags As Long) As Boolean
    Private Sub Form_Load()
        'KPD-Team 1999
        'URL: http://www.allapi.net/
        'E-Mail: [email protected]
        'Set the graphic mode To persistent
        Me.AutoRedraw = True
        Me.Print "Unload me"
    End Sub
    Private Sub Form_Unload(Cancel As Integer)
        'Animate the window
        AnimateWindow Me.hwnd, 200, AW_VER_POSITIVE Or AW_HOR_NEGATIVE Or AW_HIDE
        'Unload our form completely
        Set Form1 = Nothing
    End Sub
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

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

    TheRainbowText

    and The

    TheGradientText
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  4. #4
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987

    Thumbs up

    Very Cool Kumaraguru!!
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

  5. #5
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987
    How about adding a sub-menu for smileys?
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

  6. #6
    Guest
    Umm...I installed it, and can't seem to find it.
    Where does it install to?

  7. #7
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987
    LOL That happened to me to Matthew, just right click when you are replying to a message and there should be a bunch of new options in the standard Cut, Copy, Paste menu.
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

  8. #8
    Guest
    Nothing in right click menu but all the regular IE context stuff.

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

    Close all IE windows..before you Start Installing..


    Just close all IE windows...
    and Then OPen them again...


    Cheers !

    I don't think there is way of adding Sub menus....
    But there is a WAY out...I would try that..

    Thanks Young buck !
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  10. #10
    Guest
    Hehe, I see it now.
    Iknewthat,Iwasjusttestin'you.
    Very cool!

    You got my vote .

  11. #11
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    It must be funny to note that...The entire
    Self Extracting Installer Was made in Visual basic.
    But the file is compressed using a PE packer utility

    Any one attempted such bizzare thing before ?
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  12. #12
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    There...I didn't tease or torment them with my pre-release version!
    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

  13. #13
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Keep up , Parksie...
    100 points for your honesty !
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  14. #14
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Hehe... thanks!
    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

  15. #15
    Fanatic Member
    Join Date
    Nov 2000
    Location
    Sydney Australia
    Posts
    804
    Testing:

    Bold

    Rainbow

  16. #16
    Guest
    Wow,haveyouguysnoticed,thisthreadislinkedtotheoneinChitChatandtheoneinGeneralVBQuestions(ifthereisonethere).

    That'saneatfeatureJohn.

  17. #17
    Guest
    Well, the one in General VB Questions was moved .
    But I think both the Chit Chat and Feedback Forum threads are linked.

  18. #18
    Hyperactive Member theman32x's Avatar
    Join Date
    May 2000
    Location
    New Jersey, USA
    Posts
    305

    kumaraguru

    how did you make the text fade? i've been trying to learn how to make text fade but still i don't understand examples i download ...

  19. #19
    Guest
    There's all the html files that are used with it theman32x.

    Location: C:\Windows\Vb-World

    Just open Notepad and open them through there and get the source .

    Of course, if you plan to use it, ask G.Kumaraguru first, and make sure credit goes where it is needed.

  20. #20

    Thread Starter
    Addicted Member
    Join Date
    Feb 2000
    Posts
    224
    You are free to use it...

    Man..think of it...Do i have to code it just to dump my
    code unused ?
    If you can't pronounce my name, call me GURU

  21. #21
    PowerPoster sail3005's Avatar
    Join Date
    Oct 2000
    Location
    Chicago, IL, USA
    Posts
    2,340
    thisisatest

    yeah,thatwouldbeawesomeifyoucouldgetsmiliesworking!

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

  22. #22
    Guest
    Testing...
    Lifeisademo

    GeekHouse
    ______________________________________________________________________

    Wonderful!!!
    HiThere

    ThisissocoolKumar!!
    • 1
      2
      3


    That was great Kumar..!!

  23. #23
    Fanatic Member Stevie's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    565

    Thumbs up

    G.Kumaraguru : Superb tool, I shall use it with all the time.
    VB6 sp5, SQL Server 2000, C#

    There are no stupid questions. Only stupid people.

  24. #24
    Addicted Member smh's Avatar
    Join Date
    Oct 2000
    Location
    South Dakota, USA
    Posts
    249
    Thisisprettycool.Itsavesalotoftime.
    Normal is boring...

    smh

  25. #25
    Guest
    Just about to test it but i forgot that im at home

  26. #26
    Guest
    oOoOoOoOoOoOooooooooooo

    Hello World

    email

    website

    • Hello
    • Hello
    • Hello


    cool!

  27. #27
    Guest
    Just a test...

    Hello World!

    Hello.

  28. #28
    Hyperactive Member Pix's Avatar
    Join Date
    Feb 2001
    Location
    I'm not telling you (or them)
    Posts
    282
    Thanks! That's a cool tool !

  29. #29
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923

    Cool

    Hey G.Kumaraguru, that's a really neat tool. Thanks man.

  30. #30
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987
    I found a bug (when the forums here had the code coloring it had the same bug though)....

    Code:
    'Shouldn't _
     All _
     This _
     Be _
     Green
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

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

    I though a Comment line starts at ' and ends at vbcrlf.
    I never thought line continuation is valid for a comment line.

    But honestly speaking will any one seriously use multi line comments using ' _ ' ?

    I would myself prefer

    Code:
    ' first Line comment
    ' second Line comment etc..
    Any way, I would try to fix the bug...
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  32. #32
    Fanatic Member
    Join Date
    Sep 1999
    Location
    Bethel, North Carolina, USA
    Posts
    987
    I guess it is a matter of preference. To me it distinguishes the difference between two seperate comments and one long comment. I reckon I'm just being nit-picky, all I really have to do is move the color tag for that particular comment to the end of the continued. Anyway thanks for listening.

    P.S. Also, even though I don't think I've ever seen it used here, the Rem statement doesn't get colored green either.


    Code:
    Rem This is a comment
    {Insert random techno-babble here}

    {Insert quote from some long gone mofo here}

  33. #33
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Yes...REM has been consciously left out.
    Because no one in the forum seems to use it.

    May be If I make an Stand alone Application Like fox did
    I would make everything utopian. But This program
    as you might have noticed is run from a Script. And as
    such hardwiring everything in code might actually
    punish you in speed of execution.

    You know...no body want's to wait for one minute after
    Right clicking something !

    And Fortunately Every one is lazy to use REM instead of
    a Simple '.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  34. #34
    Guest
    Ilookedatthecodetotakethemsgbox'soutbutitsVBscriptandimtotallycrapatitHELP


    Any way LOVIN IT!! << BTW thats mine, Grrrrrrrrrrrrrrrrrrr

  35. #35
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372
    VeryImpressive!

  36. #36
    Guest
    Thanks Active!

  37. #37
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390
    just comparing mine...


    Code:
    Then If ElseIf 'testing
    For x = 1 To 10
    If x = 3 Then 'shoot me
    ElseIf
    Else
    End If

    Code:
    Then If Elseif 'testing
    For x = 1 To 10
    If x = 3 Then 'shoot me
    Elseif
    Else
    End If
    Excellent IDEA!! I would LOVE to know how you grab the Highlighted text!!!!!

    That would be a great addition to my app (vbworld browser http://forums.vb-world.net/showthrea...threadid=56782 )

    Greatjob!...VeryuniqueIdea!
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

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

    Just Take a Look at the VBscripts Installed in Your Windows vb-world Folder...

    PM Me ... if You need any assistance.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

  39. #39
    PowerPoster Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390
    wow its all done with vbscript??

    i guess Im stupped how it works...how does the script get called and applied!

    where is the code that finds what text is highlighted!?
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  40. #40
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Look in your Registry
    at the following key..

    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt

    This is where you tell it what to run when you Right Click
    Keys other than those default cut copy paste...options.

    The script itself make uses of Window.External object's
    Menuarguments property to get the window of the
    Page where you right clicked ...the rest is easy.
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

Page 1 of 2 12 LastLast

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