Search:

Type: Posts; User: shagratt

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

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

    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...
  2. Re: Shagratt's VB6 IDE AddIns collection (Latest versions)

    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...
  3. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys (Updated 28/08/21

    Hi 7edm!
    It should detect the functions/subs you create on most cases. Just remember they need to have explicit scope ("Public Sub XXXX" / "Private Sub XXXX" instead of "Sub XXXX"). The parser I...
  4. Re: [VB6] AddIn Document Map (graphical code thumbnail) - v2.0 Updated 16/06/21

    Hi 7edm!
    The document map is a visual guide. Its not a 'tiny font' at all. What you see are just lines where characters should be. You can make it display actual characters but I dont find any...
  5. 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...
  6. Replies
    17
    Views
    10,714

    Re: MQTT for Vb6 ?

    Thanks! This is exactly what I was looking for. (a full vb6 implementation will be better but I can live with a small .net extra) :):thumb:
  7. Replies
    17
    Views
    10,714

    Re: MQTT for Vb6 ?

    Thanks Sam... But there is no actual implementation or code to download. I already found that pages. They are the first results google showed when I searched. Im looking for an actual implementation...
  8. Replies
    17
    Views
    10,714

    Re: MQTT for Vb6 ?

    Nope. There is no VB6 implementation there.
  9. Thread: ucGridPlus

    by shagratt
    Replies
    43
    Views
    27,601

    Re: ucGridPlus

    Nice work Leandro! As always! This grid looks really powerfull.
  10. Replies
    21
    Views
    13,249

    Re: VB6 - Sunset, Turn Monitor Off

    Nice utility Dilettante! Come in handy to listening music on my netbook.
  11. Replies
    17
    Views
    10,714

    MQTT for Vb6 ?

    Hi Guys! Does anyone have any MQTT implementation for VB6 ? Was reading about and seems interesting but cant find any on vb6.
  12. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys (Updated 28/08/21

    Update:
    v1.1 (26/08/21)
    +Fixed Loading, now support big groups with multiple projects
    +Comments with lines with separators like '======' (same char) are cut to display better
  13. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys (Updated 10/06/21

    Seems I got a newer version... And when I encountered that problem on other projects I fixed them in the same way you did.
    I wonder why are you still using XP ?




    When you select something in...
  14. Replies
    5
    Views
    4,084

    Re: User Control Assistant 2

    Yes! Thanks KFrosty! :thumb:
  15. Replies
    5
    Views
    4,084

    Re: User Control Assistant 2

    Feature request: ;)
    -Option to omit the "Event Click" and "insert object name...."
    -Double click an item added will complete all the fields with its data and remove it from list so it can be edited...
  16. Re: Project App.path from inside UC in OCX?

    Just Perfect!!!! I mixed it to my other solution and now I can get the desired path always from the dll.
    Big thanks Javi! :thumb::thumb::thumb:
  17. Re: Project App.path from inside UC in OCX?

    Hi xiaoyao! My problem is to fix it from the IDE in Design mode. I found a workarround when running (exe or ide)
  18. Re: Project App.path from inside UC in OCX?

    The problem is in a class I use to load images wich is part of the ocx (with the usercontrols that use it) . I already fixed it setting at project load a global BasePath for all operations wich (if...
  19. Project App.path from inside UC in OCX? [Solved]

    Hi guys! Im trying to find the real app.path where a project is run from inside the code of a usercontrol compiled as OCX.
    Instead of what I expect I get:
    IN IDE: The App.Path is OCX project...
  20. Replies
    5
    Views
    4,084

    Re: User Control Assistant 2

    Good job. I used CodeSmart for years but you need to add one by one and dont have access to the code until it was created. I really prefer your way of doing it.
    Note: It give me an error on the...
  21. Re: ucListPlus (ListBox, ComboBox, Menu, Autocomplete TextBox)

    Amazing as always Leandro!!! Really cool control and the clsShadow is also very powerful on their own! :thumb::thumb::thumb:
  22. Replies
    7
    Views
    5,101

    Re: VB6 HTMLGrid-UserControl

    Really good work Olaf! thanks for sharing it.
    It also looks good to study it and use to create the base for other type of web based controls :thumb:
  23. Re: leandroascierto.com -> define('DISALLOW_FILE_EDIT', true); define('DISALLOW_FILE_

    Try http://leandroascierto.com/blog/
  24. Re: [VB6] AddIn Document Map (graphical code thumbnail) - v2.0 Updated 16/06/21

    v2.0 (16/06/21)
    +Added Zoom on right mouse menu over Documentmap with zoom level indication and reset.
    (Only available on large files and depending on documentmap window size)
    +New...
  25. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys (Updated 10/06/21

    v1.0 (10/06/21)
    +Fixed ExtraHotkeys to work on all opened VB6 instances and not just one
  26. Re: VB6 - Document Map AddIn (graphical code thumbnail) - Updated 07/06/21

    v1.7 (07/06/21)
    +Added Codemap default region header/footer mark ('/////...)
    +Improve some colors a little. (more contrast on Function/Sub)
    +Fixed End Sub/Function draw with a line (should have...
  27. Replies
    6
    Views
    4,769

    Re: [VB6] AddIn IDE Codefolding

    Scary why? I'm using it with no problems so far. Also got a few betatesters using it for an extended period before publishing it. Just test it and tell me :)
  28. Re: Why the member name of the Type variable can be a keyword?

    Hi guys! I already found a solution for Eduardo- to use .tab (compiled the ocx and its working) that perhaps can be used for other specific keywords. Just edit VBA6.DLL, look for the keyword and...
  29. Replies
    6
    Views
    4,769

    [VB6] AddIn IDE Codefolding

    Please download a newer version here: https://www.vbforums.com/showthread.php?896026-Shagratt-s-VB6-IDE-AddIns-collection-(Latest-versions)


    This post is old and will not be updated...
  30. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8d

    I'm not sure to understand you. I tried to select text o just put the cursor over a word. Then I pressed the comment button and it change the highlighting to the same word and visually it update the...
  31. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8d

    Hi Yokesee! It looks like the font used to Highlight is not the same youre using in the IDE (problem detecting the right font?). Try going to the VB6 options and change the IDE font to "Consolas"...
  32. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8d

    Done! Thanks for the suggestion. Also replaced with Screen.TwipsPerPixelX where needed.
    But support for high DPI is currently not supported and may not work at all.
  33. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8d

    Replace "j? with "jÁ" I will change in the code the original Ä with Á seems to be causing a problem with asian fonts.
  34. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8c

    The text is "jÄ". One of the lowest letters with one of the highest. I use it to get the height of standard line with the selected font.
    I should also noted in the description that it only support...
  35. Replies
    193
    Views
    72,167

    Re: Modernizing the VB6 IDE

    Hi guys! I created another AddIn to improve the usability of the VB6 IDE and make it feel more modern:
    ...
  36. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8c

    Try now please! I removed the dependency and seems to be working
  37. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8c

    You need the reference for this:
    Dim mcbMenuCommandBar As Office.CommandBarControl
    Dim ToolbarIcon1 As Office.CommandBarControl

    Not sure how you can do it without it
  38. Re: [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys v0.8c

    When you write or just place the cursor its a feature not a bug. It try to detect the object the method belong to.
    if you are using A.Draw, B.Draw, C.Draw it will make a distinction between A.Draw...
  39. [VB6] AddIn - Comment/Code Display + Highlight + Extra Hotkeys (Updated 28/08/21)

    Please download a newer version here: https://www.vbforums.com/showthread.php?896026-Shagratt-s-VB6-IDE-AddIns-collection-(Latest-versions)


    This post is old and will not be updated...
  40. Re: ModernVB - Modernize your VB6 IDE - Now released publicly for testing!

    HI fafalone!
    Get Document Map here: https://www.vbforums.com/showthread.php?876983
Results 1 to 40 of 198
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width