Results 1 to 13 of 13

Thread: Shagratt's VB6 IDE AddIns collection (Latest versions)

  1. #1

    Thread Starter
    Addicted Member shagratt's Avatar
    Join Date
    Jul 2019
    Location
    Argentina
    Posts
    200

    Post Shagratt's VB6 IDE AddIns collection (Latest versions)

    Hi Guys! I dont have plans to keep working on them so I'm releasing all my work on VB6 IDE Addins as a collection.
    They are all stable and I use all of them daily for my projects.
    AddIns included are updated (bugfixed) and unreleased versions.


    Screenshots+Videos and Download: https://shagratt.github.io/VB6ideAddins/


    The list include:

    -Document Map (v2.2)
    -Comment Display+Highlight+Hotkeys (v1.2)
    -CodeFold (v1.1)
    -Fix Palette Button Mod (v1.3)
    -Resizer (v1.0)





  2. #2
    Addicted Member
    Join Date
    Jun 2010
    Posts
    200

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    On github page you say "If you have any previous version installed, unregister and register/compile the new ones.", do you mean to use regsvr32.exe to unregister the dll?

    So "I don't have any plans to keep working on them..." then means they are "up for grabs" to make my own improvements, with small risk of code conflicts from from future upgrades/updates?
    M$ vs. VB6 = The biggest betrayal and strategic mistake of the century!?

  3. #3
    Fanatic Member
    Join Date
    Jun 2016
    Location
    España
    Posts
    562

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Thank you very much for your contributions.
    I also use them every day.
    a greeting

  4. #4

    Thread Starter
    Addicted Member shagratt's Avatar
    Join Date
    Jul 2019
    Location
    Argentina
    Posts
    200

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Quote Originally Posted by 7edm View Post
    On github page you say "If you have any previous version installed, unregister and register/compile the new ones.", do you mean to use regsvr32.exe to unregister the dll?
    Yes. I recomend that cause they have different names and to avoid any conflict between version or having duplicates. But I dont really know what happen if you just register/compile the new ones cause the class id of the AddIns are the same as the older versions.


    Quote Originally Posted by 7edm View Post
    So "I don't have any plans to keep working on them..." then means they are "up for grabs" to make my own improvements, with small risk of code conflicts from from future upgrades/updates?
    No. I took a break from vb6 for a while to work on other projects (not vb6 related). Big chances are that when I'm back to vb6 coding I will want to enhance them or fix any bug left.
    Feel free to experiment with them and if you have any suggestion just post it here.

  5. #5
    Lively Member
    Join Date
    Sep 2016
    Location
    Germany, Bavaria
    Posts
    77

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Quote Originally Posted by shagratt View Post
    Hi Guys! I dont have plans to keep working on them so I'm releasing all my work on VB6 IDE Addins as a collection.
    The AddIns only work in the MDI environment? I have no experience with AddIns. Is it difficult to adapt the functions to the SDI environment?

  6. #6

    Thread Starter
    Addicted Member shagratt's Avatar
    Join Date
    Jul 2019
    Location
    Argentina
    Posts
    200

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Quote Originally Posted by wwolf View Post
    The AddIns only work in the MDI environment? I have no experience with AddIns. Is it difficult to adapt the functions to the SDI environment?
    I never tested them on SDI so probably some of them will have problems with positioning. Document map and Form Resizer should work fine I think. Also not sure about support for high DPI or multi monitors (need more tests for this)

  7. #7
    New Member
    Join Date
    Nov 2021
    Posts
    3

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Hello. Thanks for addons, but on the page "https://shagratt.github.io/VB6ideAddins" I can’t find links to download. Can you help?

  8. #8
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,913

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Quote Originally Posted by jtd2021 View Post
    Hello. Thanks for addons, but on the page "https://shagratt.github.io/VB6ideAddins" I can’t find links to download. Can you help?
    Look again. There's a link near the bottom of the page that specifically says "DOWNLOAD". Not sure where the confusion lies.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  9. #9
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    5,632

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Quote Originally Posted by jtd2021 View Post
    Hello. Thanks for addons, but on the page "https://shagratt.github.io/VB6ideAddins" I can’t find links to download. Can you help?
    Try Ctrl+F and type "download" in browser's find widget.

    cheers,
    </wqw>

  10. #10
    New Member
    Join Date
    Nov 2021
    Posts
    3

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Quote Originally Posted by jmcilhinney View Post
    Look again. There's a link near the bottom of the page that specifically says "DOWNLOAD". Not sure where the confusion lies.
    Quote Originally Posted by wqweto View Post
    Try Ctrl+F and type "download" in browser's find widget.
    Thanks for the tip, everything ok, apologize for the inattention.
    Last edited by jtd2021; Sep 25th, 2023 at 07:28 PM.

  11. #11
    Addicted Member
    Join Date
    Feb 2022
    Posts
    214

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Quote Originally Posted by shagratt View Post
    Hi Guys! I dont have plans to keep working on them so I'm releasing all my work on VB6 IDE Addins as a collection.
    They are all stable and I use all of them daily for my projects.
    AddIns included are updated (bugfixed) and unreleased versions.
    Screenshots+Videos and Download: https://shagratt.github.io/VB6ideAddins/
    The list include:
    -Document Map (v2.2)
    Thanks for these shagratt !!! the Document Map has proven indispensible for large projects.
    Recently I was looking for ways to denote sections in giant pages of code besides just a

    Code:
    '--------------------------===========================================================---------------------------
    '--------------------------===========================================================---------------------------
    '//                                             STATUS BAR
    '--------------------------===========================================================---------------------------
    '--------------------------===========================================================---------------------------
    Which got me thinking about ASCII art. I tried every AI ascii art generator and they simply won't write the text you specify.

    So I went old school and found this on github.

    I picked a few different styles you can actually read from the Document Map, and it adds an element of fun to the code.
    Cheers

  12. #12

    Thread Starter
    Addicted Member shagratt's Avatar
    Join Date
    Jul 2019
    Location
    Argentina
    Posts
    200

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    Quote Originally Posted by taishan View Post
    Thanks for these shagratt !!! the Document Map has proven indispensible for large projects.
    Recently I was looking for ways to denote sections in giant pages of code besides just a

    Code:
    '--------------------------===========================================================---------------------------
    '--------------------------===========================================================---------------------------
    '//                                             STATUS BAR
    '--------------------------===========================================================---------------------------
    '--------------------------===========================================================---------------------------
    Which got me thinking about ASCII art. I tried every AI ascii art generator and they simply won't write the text you specify.

    So I went old school and found this on github.

    I picked a few different styles you can actually read from the Document Map, and it adds an element of fun to the code.
    Cheers
    I'm so glad that you enjoy it as much as I do. There is a lot of AddIns that I dont use much and ended disabled over the time, but Document Map its a must! I'm really proud of how it ended being so usefull and it was my first try at Addins!

  13. #13
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    2,798

    Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    I use Shagratt's primarily for the map. I tried the other functionality, code folding &c and they were all good but the only indispensible add in, for me, was the map.
    https://github.com/yereverluvinunclebert

    Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.

    By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.

Tags for this Thread

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