Search:

Type: Posts; User: Visualman

Search: Search took 0.05 seconds.

  1. Re: ucListPlus (ListBox, ComboBox, Menu, Autocomplete TextBox)

    Question to LeandroA

    Hello! I tried to use your ucListPlus control, in CustomDraw mode. I didn't manage to add static records.

    I only need this:

    RootItem1
    ....ChildItem1
    ....ChildItem2...
  2. Re: Migrate 'VbScript Editor With Intellisense' to Krool's CCR RTB. Problem

    You said something stupid. Look the code
  3. Migrate 'VbScript Editor With Intellisense' to Krool's CCR RTB. Problem

    Hello! I want to migrate the well-known 'VbScript Editor With Intellisense' project to a RichTextBox component created by Krool....
  4. Replies
    6
    Views
    1,746

    Re: ucGallery - Direct2D

    Yes, Win7.
  5. Replies
    6
    Views
    1,746

    Re: ucGallery - Direct2D

    Type mismatch - in every project, in ucGallery > UserControl_ReadProperties. Line - Set cDeviceContext2 = cRenderTarget
    187123
  6. Thread: ucGridPlus

    by Visualman
    Replies
    43
    Views
    27,599

    Re: ucGridPlus

    I add screenshot
  7. Thread: ucGridPlus

    by Visualman
    Replies
    43
    Views
    27,599

    Re: ucGridPlus

    Hi, Leandro!

    Category headers - not blocked for input. After entering text and pressing Enter, an error occurs. See screenshot.

    186261
  8. Thread: ucGridPlus

    by Visualman
    Replies
    43
    Views
    27,599

    Re: ucGridPlus

    Thank you! I made the same fix.
  9. Thread: ucGridPlus

    by Visualman
    Replies
    43
    Views
    27,599

    Re: ucGridPlus

    Crash when double clicking on a column header if there are no records.



    With GridRegister
    .Clear True
    .Redraw = False
    .HeaderHeight = 40
    ...
  10. Replies
    6
    Views
    1,076

    Re: Looking for an example of 'TilePanel'

    Thanks! I've found this control before and forgot about it.
  11. Replies
    6
    Views
    1,076

    Re: Looking for an example of 'TilePanel'

    Krool's ListView control has a lot of code and a lot of functions I don't need. It is inappropriate to add such a heavy object to the project.
  12. Replies
    6
    Views
    1,076

    Looking for an example of 'TilePanel'

    Hello! Is there an example of a 'TilePanel' control, as in Chrome start page? Not based on a ListView.
    183323

    Thank you very much!

    The 'ucTreePanel' element from LeanardoA, it didn't suit me,...
  13. Re: [VB6] TaskDialogIndirect - Complete class implementation of Vista+ Task Dialogs

    If I set the .ComboStyle = cbtDropdownList property, then the .ResultComboText property always returns empty.

    .ResultComboIndex returns correctly.



    With TaskDialog1
    .Init
    ...
  14. Replies
    27
    Views
    12,725

    Re: Simplified Picture Server

    I don't understand why the image is not displayed normally.

    In the screenshot:
    I configured the directory: D: \ photos.
    The directory contains photographs and no subdirectories.
    All names are...
  15. Replies
    27
    Views
    12,725

    Re: Simplified Picture Server

    New version not working
    181964
  16. Re: Asynchronous Beep by vb6(NtDeviceIoControlFile)

    Great code. But use my delay function. Sleep - suspends the whole process.



    Private Declare Function CreateEvent Lib "kernel32" Alias "CreateEventA" (ByVal lpEventAttributes As Long, ByVal...
  17. Re: How can I connect vb6 and selenium?

    https://florentbr.github.io/SeleniumBasic/
  18. Replies
    4
    Views
    1,235

    Re: Correct use CreateDirectory API

    No. This option does not suit me at all. This is a portable program (admin part of a large complex). And it should create directories next to the exe.

    Regardless of where it was launched from
  19. Replies
    4
    Views
    1,235

    Re: Correct use CreateDirectory API

    I forgot. If the program is run from system directories on behalf of the Administrator, then all the subdirectories I need are created. Therefore, I think about the correct filling of the SA...
  20. Replies
    4
    Views
    1,235

    Correct use CreateDirectory API

    Good day!

    I have a problem using CreateDirectory API.


    I have the code:


    Option explicit
  21. Replies
    34
    Views
    12,196

    Re: Charts controls with GDI+

    Hello Leandro. I don't understand how in ucTreeMaps component, i can make rows of 'Buttons' with the same height and width. As I showed in the picture. Thank!
    178644
  22. Re: Programmatically adding and using buttons on a VB form.

    You can also add a keyboard handler (by the space bar). For example, I like to press the button in focus, with the space bar.
  23. Re: Programmatically adding and using buttons on a VB form.

    Good example. But i modify it.

    If you press the mouse button on a button, and then drag the pointer outside the button, then your code will also work, and this is not correct.

    This code is more...
Results 1 to 23 of 23



Click Here to Expand Forum to Full Width