Search:

Type: Posts; User: AAraya

Page 1 of 11 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Image Processing: Image similarity algorithms aHash, dHash, pHash

    I am interested in these algorithms and their applications.

    Do you have any samples of these algos in usage? There are many "?" characters in your posted code which make it difficult to work...
  2. Re: UxTheme.dll/Visual Styles help request - button face color when mouse hovers over

    Ahh, I see. Thanks for pointing that out. I'll see if I can use that information to get where I'm trying to go. Again, your time and help is much appreciated!
  3. Re: UxTheme.dll/Visual Styles help request - button face color when mouse hovers over

    Ahh, gotcha. Well that makes things difficult for me. I wonder how Krool implements his Visual Styles functionality in his VBCCR controls then?

    Appreciate the responses.
  4. Re: UxTheme.dll/Visual Styles help request - button face color when mouse hovers over

    To make sure I've understood your response. Are you saying that there's no way for me to get the theme color that the system uses when a mouse is over a button or when a button is pressed?
  5. Re: UxTheme.dll/Visual Styles help request - button face color when mouse hovers over

    Thanks for your response!

    1. Where did you find this error code meaning? Is there a place I can find all possible errors returned by the uxtheme API?

    2. Are you saying that there's no way for...
  6. Thread: LabelPlus

    by AAraya
    Replies
    38
    Views
    14,046

    Re: LabelPlus

    Yes, his user controls are wonderful! The only oddity I've found is why I can't just simply set a .Picture() property on the user control at runtime. If I could do this, they would be perfect!
  7. UxTheme.dll/Visual Styles help request - button face color when mouse hovers over

    I'm trying to use the uxtheme API to get the theme color for a button when the mouse hovers over it. Currently I'm just doing a screengrab and color picker to approximate the color but I want this...
  8. Thread: LabelPlus

    by AAraya
    Replies
    38
    Views
    14,046

    Re: LabelPlus

    I have resolved the issue I was having with the Property Page.

    I had copied the Property Page from his demo project into my project folder. When I examined the property page in a text editor I...
  9. Thread: LabelPlus

    by AAraya
    Replies
    38
    Views
    14,046

    Re: LabelPlus

    Thanks for your help with this. When I add the Property Page (PropPagLP.pag) from the demo into my project, I get a "Method or Data Member not found" error in the Property Page's cmdBrowse_Click...
  10. Thread: LabelPlus

    by AAraya
    Replies
    38
    Views
    14,046

    Re: LabelPlus

    I've been able to create a Chip UI component using this excellent control. One thing I can't figure out however is how to set a Picture for a label. I see many Picture related properties on the...
  11. Re: Does a "chip" UI component exist for VB6?

    Yes, LabelPlus can do everything I was looking for. Thanks all for your help!
  12. Thread: LabelPlus

    by AAraya
    Replies
    38
    Views
    14,046

    Re: LabelPlus

    Wow - what an impressive user control this seems to be. Working my way through the demo projects right now.

    Only thing missing is user documentation - that would make this perfection! Thanks...
  13. Re: Does a "chip" UI component exist for VB6?

    Wow - it sure looks like it will. What an impressive user control that seems to be. Only thing missing is some documentation. Let me see if I can get this to do what I need. Thanks!
  14. Re: Does a "chip" UI component exist for VB6?

    Thanks. I use Krool's CCRP controls extensively - awesome stuff. The buttons do everything you say but the button shapes are standard rectangles. If I want rounded rectangle, I'd have to ownerdraw...
  15. Re: Does a "chip" UI component exist for VB6?

    This looks like a handy button control. I can definitely see uses for it. Thanks!

    Making my own nine-patch image file is beyond me right now but the standard ones that come pre-defined are...
  16. Re: Does a "chip" UI component exist for VB6?

    Yup - could create my own user control but was just reaching out to see if someone's already done this. It's such a common component these days that I thought it was worth a shot to check with my...
  17. [RESOLVED] Does a "chip" UI component exist for VB6?

    I'm looking for a chip component to use in my project. We've all seen them, even if we're not aware of what they're called.

    190598

    Here's more info on chips, for anyone interested.

    Thanks!
  18. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    Edit...

    Found the answer myself.

    Thanks Krool!
  19. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    It's been a few years since I played with this Owner-drawn combo stuff. I need to revisit it now as I'm tweaking my code to handle DPI. In order to get the items in my owner drawn combo list to...
  20. Replies
    97
    Views
    4,763

    Re: Why did Microsoft abandon ,killed VB6?

    https://www.itwriting.com/frozenvb6.php
  21. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    Responding to my own question here in case someone else stumbles across my post.

    The DPI factor is determined by comparing the current DPI setting of the system with the default DPI setting...
  22. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    Interesting! Where can I download that demo? I'd like to examine the Toolbar and button settings as maybe I'm doing something wrong in there then.
  23. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    I do not apply per-monitor dpi awareness. I use only one DPI related setting in my manifest: dpiAware = True. And I'm testing this on a one monitor system. Again, it works for all of your other...
  24. How do I get the mouse over + down colors of the Windows Close button

    I've got a custom window I've created that I've added a custom close button to the upper right corner of the window like most standard Windows' windows have. I want my custom implementation to look...
  25. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    Thanks for your response.

    I'm curious - is there a reason you chose to not implement this yourself on the Toolbar control like you did for the other controls?

    Two questions:
    1. dpi_factor...
  26. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    I'm having a problem with DPI handling on the Toolbar using the VBCCR17.OCX. All other controls properly and automatically adjust to the new DPIs but the toolbar does not. Is there something I need...
  27. [RESOLVED] Why does my app UI look different when run from IDE and when run as EXE?

    Mods - please delete this.
  28. Replies
    190
    Views
    33,954

    Re: NewTab: tab control for VB6

    Just downloaded and played around with the Sample project. This looks wonderful Eduardo! Thank you so much.
  29. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    Updating a project from VBCCR16 to VBCCR17, all of my existing VBCCR combo box widths have been auto-changed to 20 twips. Not a HUGE deal to address, just a little tedious. Thought you'd want to...
  30. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    I use the free OCXUpdater tool from 10tec to quickly update OCXs: https://10tec.com/vb6-project-references-update/

    Oh sorry - quickly read your post and misread it. The tool I mention is useful...
  31. Replies
    3,724
    Views
    1,847,003

    Re: CommonControls (Replacement of the MS common controls)

    Transparency and also rounded rect shape. These two additions would allow for more Win11-like interfaces.
  32. Replies
    300
    Views
    143,393

    Re: The 1001 questions about vbRichClient5 (2019-05-26)

    I see that cActiveScript can execute JavaScript code. But can it do so if the javascript code references another library?
    I tried referencing the library in the first line of the script (ex. ...
  33. Re: UTF-16 vs UCS-2 vs Unicode in VB6 (some functions for surrogate-pairs)

    Ugh... I had no idea that extra ampersand at the end of the number made all the difference. I thought that the & at the beginning designated it as a Long. Total user error. You certainly didn't...
  34. Re: UTF-16 vs UCS-2 vs Unicode in VB6 (some functions for surrogate-pairs)

    @Elroy

    In testing your ChrUtf16() function I found a problem. It does not properly handle some valid Unicode characters. Here's one example - the Korean symbol Gag (&HAC01). It causes a "UTF-16...
  35. Replies
    22
    Views
    9,213

    Re: Persistent Debug Print Window

    Just trying to keep the conversations organized with all relevant points made in their appropriate threads. :D

    I know it helps me when I come back to things in the future.
  36. Replies
    22
    Views
    9,213

    Re: Persistent Debug Print Window

    Suggestions for a future enhancement: Support for unicode.
  37. Replies
    9
    Views
    936

    Re: Unicode characters in Immediate window

    I have been using AscW and it works but it's a bit of a pain when I'm trying to see an entire word or sentence of unicode to loop through it character by character and then decode the AscW return...
  38. Replies
    9
    Views
    936

    Unicode characters in Immediate window

    How can I view unicode characters in the Immediate window? I'm thinking that the answer is "You can't". If so, is there a replacement that I can use to help me debug unicode.
  39. Re: UTF-16 vs UCS-2 vs Unicode in VB6 (some functions for surrogate-pairs)

    Thanks for taking the time to test and document that Elroy! I'm pretty new to this all so I'm sure the confusion is in my own brain. :confused:

    I had production code that happily used AscW for...
  40. Re: UTF-16 vs UCS-2 vs Unicode in VB6 (some functions for surrogate-pairs)

    Thank you for catching that. My math was incorrect. I checked it and you are correct, no overflow error happens. I've removed that portion from my last post.

    Elroy's surrogate pair formula will...
Results 1 to 40 of 421
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width