Search:

Type: Posts; User: Eduardo-

Page 1 of 13 1 2 3 4

Search: Search took 0.06 seconds.

  1. Re: Determine Project Type While Running in IDE?

    I like to make my code to also work for crazy and insane people.
  2. Re: Determine Project Type While Running in IDE?

    Yes, when you start it is unsaved until you save it. You can copy/paste in a couple of modules... I would expect all the code to already work normally.
    It would not be the situation most of the...
  3. Re: Determine Project Type While Running in IDE?

    But... regarding the original issue, if you need to have the vbp file already saved, it is a drawback.
  4. Re: Determine Project Type While Running in IDE?

    I didn't realize that from App.Path you can get the folder where the vbp file is.

    Err.Source doesn't seem to return the right file name always.

    Here is a function that seems to work better:

    ...
  5. Re: Determine Project Type While Running in IDE?

    Hello. I still didn't read jpbro last post (it seems he explains a lot there), but when I asked "how?" I was asking how you can get the path of the .vbp file from a code snippet that can be in a bas...
  6. Re: Determine Project Type While Running in IDE?

    How?




    Header of the VB6.exe file or what?
  7. Re: Determine Project Type While Running in IDE?

    ....
  8. Re: Determine Project Type While Running in IDE?

    The workaround would be, if you are able to run "something" at design time, to store the value at design time and to read it at run time. The project type does not change.
  9. Re: Determine Project Type While Running in IDE?

    In a bas module:


    Private Declare Sub CopyMemory Lib "kernel32.dll" Alias "RtlMoveMemory" (ByRef Destination As Any, ByRef Source As Any, ByVal Length As Long)
    Private Declare Function...
  10. Re: Determine Project Type While Running in IDE?

    I have a way but it only works at design time (not at run time), would that be useful to you?
  11. Replies
    6
    Views
    370

    Re: VB6IDEMouseWheelAddin

    I use VB6ScrollwheelFix7.zip

    (I remember that the add-in that I used before did not work anymore I think it was when I moved to Windows 10, but this other program solved it since)
  12. Replies
    2
    Views
    225

    Re: Draw And Move Multiple Lines

    Are you familiar with the Line control?

    190937
  13. Replies
    194
    Views
    35,118

    Re: NewTab: tab control for VB6

    Hello,



    Great!



    I issued an update to make this possible, please update.
  14. Re: Print DataReport to Microsoft Print to pdf Printer

    Hello. Adapting this code should be possible.
  15. Replies
    5
    Views
    368

    Re: msFlexGrid images

    are you really asking if images of 25x25 may be the cause to look bigger than other ones that are 18x18??????????

    (the next time post code including the images)
  16. Re: SSTab and a Picturebox, it makes me crazy !!!

    I just want to say that I don't agree that the frame is "a better option".
    If it was specifically designed for this need is irrelevant.

    I could say that it was specifically designed to draw a...
  17. Replies
    5
    Views
    430

    Re: [RESOLVED] UserControl Issues

    The Width and Height can be treated as any other control, but for its constituent controls, as already mentioned an UC is quite isolated from the outside, so, you would need to add some code on each...
  18. Re: SSTab and a Picturebox, it makes me crazy !!!

    And the PictureBox does the same job and has a lot of other features that makes it better.
    So, the question (if you have something else to say).
  19. Replies
    5
    Views
    430

    Re: UserControl Issues

    First, why do you need that. What is the practical goal?

    Why I'm asking. Because you could realize that you actually don't need this.
    An UserControl is something intended to be more...
  20. Re: SSTab and a Picturebox, it makes me crazy !!!

    Why?
  21. Replies
    194
    Views
    35,118

    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).
  22. Replies
    194
    Views
    35,118

    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).
  23. Replies
    194
    Views
    35,118

    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.
  24. Replies
    194
    Views
    35,118

    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.
  25. Replies
    194
    Views
    35,118

    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...
  26. Re: Need help to write method for a VB6 class

    Or use this ocx that is a Printer replacement but that supports Unicode.
  27. Replies
    194
    Views
    35,118

    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...
  28. Replies
    194
    Views
    35,118

    Re: NewTab: tab control for VB6

    Hello. Please test now.
  29. Replies
    194
    Views
    35,118

    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...
  30. Replies
    194
    Views
    35,118

    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.
  31. Replies
    194
    Views
    35,118

    Re: NewTab: tab control for VB6

    I only do the the code for the ocx.
    I'm not going to maintain two different versions.
  32. Replies
    194
    Views
    35,118

    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.
  33. Replies
    26
    Views
    1,748

    Re: Installing VB6 on Windows 11

    Did you try this?
  34. Replies
    194
    Views
    35,118

    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...
  35. Replies
    194
    Views
    35,118

    Re: NewTab: tab control for VB6

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

    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...
  37. Thread: Javier Milei

    by Eduardo-
    Replies
    25
    Views
    1,106

    Re: Javier Milei

    If he came from the dead he is a zombie :rolleyes:
  38. Replies
    19
    Views
    664

    Re: Ways to crash the VB6 IDE

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

    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
  40. Replies
    19
    Views
    664

    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....
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width