Search:

Type: Posts; User: Eduardo-

Page 1 of 13 1 2 3 4

Search: Search took 0.21 seconds.

  1. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    Any test that involves having the CodeJock skin component, I won't be able to perform it because I don't have it (and don't want to install it).
  2. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    To test what?

    BorderStyle 0 are not treated for TDI mode (anyway I don't understand what you mean).
  3. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    I never used CodeJock components. To find a solution would require to study the documentation of the skin component, how to avoid applying skin to certain forms or elements.
  4. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    Ahhhhh, then the TDI mode might be incompatible with CodeJock Skin component...
    Or something should be made in the Skin component configuration side to avoid those issues.
  5. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    I have to say that I've read the above message several times and I have no idea what you are talking about. I can't understand the explanation nor the image.

    Please try to explain the issue with...
  6. Re: Need help to write method for a VB6 class

    Or use this ocx that is a Printer replacement but that supports Unicode.
  7. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    Hello. I fixed the main issue of the positioning on resize, but regarding all the other options I'm considering what to do.
    I'm thinking of limiting TDI mode and RightToLeft to Top Orientation...
  8. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    Hello. Please test now.
  9. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    Update released.

    2024-03-14 Added a third parameter StartingTab to FindTab and SetActiveTab methods.
    2024-03-14 Added ntFindPartialCaption and ntFindPartialCaptionReverse options to parameter...
  10. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    Please describe the scenario where you need that. Let's see how it could be done in another way.
  11. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    I only do the the code for the ocx.
    I'm not going to maintain two different versions.
  12. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    No, if you put the control in a standard exe you can access any property of the forms of the local project.
  13. Replies
    25
    Views
    1,169

    Re: Installing VB6 on Windows 11

    Did you try this?
  14. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    Could you please explain how exactly that should work? I guess they would be partial matches of tab captions?



    Yes, it will be removed in the next release, thanks.



    It is the same...
  15. Replies
    190
    Views
    33,951

    Re: NewTab: tab control for VB6

    Hello. The issues will be solved in the next release (maybe later today or tomorrow).
    Thanks for reporting.
  16. Replies
    25
    Views
    1,169

    Re: Installing VB6 on Windows 11

    I really never understood Elroy's approach.
    In Windows 64 bits, the 16 bits boot loader of the VB6 installer won't run. That's why there are instructions about using acmboot.exe and acmsetup.STF...
  17. Thread: Javier Milei

    by Eduardo-
    Replies
    25
    Views
    871

    Re: Javier Milei

    If he came from the dead he is a zombie :rolleyes:
  18. Replies
    19
    Views
    578

    Re: Ways to crash the VB6 IDE

    But in MDI you can't. Not using the full screen.
  19. Replies
    19
    Views
    578

    Re: Ways to crash the VB6 IDE

    Because you can use all the screen to code, and not just a small part of it.

    190607
  20. Replies
    19
    Views
    578

    Re: Ways to crash the VB6 IDE

    I use SDI, maybe this bug does not happen in SDI but only in MDI.
    And after closing the current code window, the Find Next button becomes disabled until I click on another code window's title bar....
  21. Replies
    19
    Views
    578

    Re: Ways to crash the VB6 IDE

    I never saw that bug-crash.

    And I also tried now different combination and could not make it crash (it is SP6 off course).
  22. Thread: Javier Milei

    by Eduardo-
    Replies
    25
    Views
    871

    Re: Javier Milei

    There are people that want to be free and want others to be free too, and there are other people that want to control everyone else (or agree on being controlled and being OK with that).

    Those are...
  23. Replies
    10
    Views
    630

    Re: [RESOLVED] Read protected registry key

    Thanks. :thumb:
  24. Replies
    10
    Views
    630

    Re: Read protected registry key

    OK, thank you. It worked.

    I m also going to check if Windows Defender is present, because that key means that the real time protection is disabled, but if it doesn't exist, maybe it is because it...
  25. Replies
    10
    Views
    630

    Re: Read protected registry key

    Thanks fafalone, I'll try later.

    When you say "open with KEY_QUERY_VALUE Or KEY_WOW64_64KEY" you mean both key at the same time (boolean OR) or with one or another (natural language OR)?
    It...
  26. Replies
    10
    Views
    630

    Re: Read protected registry key

    The idea is to show to the user a message saying that with the real time protection active all the process will be a lot slower. Or alternatively suggest adding the working folder to exclusions in...
  27. Replies
    10
    Views
    630

    [RESOLVED] Read protected registry key

    I want to read this key:


    HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows Defender\Real-Time Protection", "DisableRealtimeMonitoring"

    In order to know whether the Defender real time protection...
  28. Replies
    10
    Views
    656

    Re: Post Viewing Problem

    Now the issue also happens in this thread... :D
  29. Replies
    10
    Views
    656

    Re: Post Viewing Problem

    It must be his signature:

    Last edited by Zvoni; Tomorrow at 31:69 PM....
  30. Replies
    2
    Views
    395

    Re: Service Pack Compatibility Warning

    Nothing in particular. Just ignore it.
  31. Re: Error on reporting a thread - And Other Site Issues

    Thanks for answering!



    That's a huge problem, because suppose that now the forum data was mangled, irrecoverable (fortunately that wasn't the case this time).
    This issue happened like 10 days...
  32. Replies
    5
    Views
    423

    Re: Site Issues - FIXED

    👏👏👏👏 Thank you.
  33. Re: [RESOLVED] How to RaiseEvent Enter and Leave in VB6 ActiveX control

    The UserControl has the EnterFocus and ExitFocus events. Did you try them?
  34. Re: Error on reporting a thread - And Other Site Issues

    It is only a guess but... it seems to me that they are probably working with freelancers, or people that are not qualified for the tasks.
    And the worst: nobody seems to care :eek:.
  35. Re: Error on reporting a thread - And Other Site Issues

    I mean, IDK if someone realizes that it is catastrophic, not just "an issue".
    If there is value on this forum, it is because of the code that people shared for decades, and it is mostly inside the...
  36. Replies
    76
    Views
    2,428

    Re: Dinosaurs on the Ark: How It Was Possible

    If you read the Bible you can clearly see that there is no dinosaurs in the Bible. There never were.

    Man (the current man) has been on Earth for about 6,000 years. That is the count from Adam to...
  37. Re: Error on reporting a thread - And Other Site Issues

    My worry is that the people that really can do something, maybe don't know that what happened is very serious, and that whatever value they have with these forums, all this code that is many years of...
  38. Re: Speed difference between exe and IDE ? (At least on Win10)

    The real resolution of the Timer control is 16.6 ms. Anything less than that is 16.6 ms.
  39. Re: VB6 fast EdgeDetection (direct Pixel-Manipulation on Cairo-Surfaces)

    No, you don't need to be logged in.
  40. Re: For Line Controls, BorderStyle broken when BorderWidth>1

    It is a limitation of the GDI API.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width