Search:

Type: Posts; User: Krool

Search: Search took 0.01 seconds.

  1. Re: CommonControls (Replacement of the MS common controls)

    If you set by the StatusBar the compile option "ImplementDesignModeSubclass" to False then it should not crash anymore when you compile your project with a opened form that contains a StatusBar.
  2. Replies
    11
    Views
    204

    Re: ListView Loading Slow

    According to MSDN you can also speed up the creation of large lists by sending a WM_SETREDRAW to the listview before and after. (0 before and 1 after at wParam) The "Refresh" method is necessary...
  3. Re: CommonControls (Replacement of the MS common controls)

    Update released.
  4. Re: CommonControls (Replacement of the MS common controls)

    Update released.
  5. Re: CommonControls (Replacement of the MS common controls)

    Update released.

    ImageCombo control is added.

    The biggest advantage is that you can set the style property. ('DropDownCombo', 'DropDownList' or 'SimpleCombo')
    That was not possible on the...
  6. Replies
    32
    Views
    842

    Re: VB6 build slow on Win 7

    - About the VisualStyles I have no clue. I have tested this also and it worked.

    - You can test if the "RequireAdmin" part worked of the embedded manifest as following:
    Uncheck "run as admin" in...
  7. Replies
    32
    Views
    842

    Re: VB6 build slow on Win 7

    Check the "compatibility" tab of the VB6.exe to ensure that there is no fault on that side. (That is also a persistent config somewhere in the registry; even when replacing a .exe)
    Also you need to...
  8. Replies
    32
    Views
    842

    Re: VB6 build slow on Win 7

    In Windows 7 you need to implement the manifest directly into the VB6.exe. (via Resource Hacker)
    See following:...
  9. Re: Windows 7 question ( Starting new / old project )

    I just wanted to say that the IDE needs full admin rights in order to start.
    And that was for example a trouble for me at first when I switched to Windows 7 as I am used to start the projects via...
  10. Re: Windows 7 question ( Starting new / old project )

    If you try to open a .vbp project file than the "Run as admin" method to the VB6.exe dont work. With the method to implement the "RequireAdmin" in the resource of the VB6.exe works instead. So there...
  11. Re: Windows 7 question ( Starting new / old project )

    I have no problem developing on a Windows 7 system. (Don't know how it is under a 64-bit version of it to be honest)
    The only downside is that the IDE is slow. But you can fix that really quick when...
  12. Re: CommonControls (Replacement of the MS common controls)

    I noticed that too. I think that is due to the new appearance of Windows 7.
  13. Re: CommonControls (Replacement of the MS common controls)

    Update released.

    ImageList control is completly rewritten. (It is not compatible with the previous version)

    It works now like the original ImageList from MS but with some improvements, for...
  14. Re: CommonControlsEx (Replacement of the MS common controls)

    The comctl32.dll does not provide the ability to edit the labels of the subitems.
  15. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.

    ListView control is added.

    Groups and 'Tile' View are for the moment not included.
    It can replace 100% the ListView from „MSCOMCTL.OCX". (Exception: ToolTipText of the...
  16. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.
  17. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.
  18. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.
  19. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.
  20. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.
  21. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.
  22. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.

    All controls support now Unicode and some other minor improvements are done.
  23. Re: CommonControlsEx (Replacement of the MS common controls)

    Update released.
  24. Re: CommonControlsEx (Replacement of the MS common controls)

    You can just rename the file "OLEGuids.tlb" at your own, for example to "OLEGuids2.tlb"
    That is no problem, because the uuid and library name differs from the original. They can co-exist without...
  25. Re: CommonControlsEx (Replacement of the MS common controls)

    The benefit is that these controls are linked to the comctl32.dll, that means they support the latest API calls, functions, properties and visual styles (themes).

    The existing common controls 6.0...
  26. CommonControls (Replacement of the MS common controls)

    This project is intended to replace the MS common controls for VB6.

    The „MSCOMCT2.OCX“ can be replaced completly, except the FlatScrollBar. (But this is anyway not supported on the comctl32 v6.0)...
  27. Replies
    0
    Views
    954

    VB6 IDE solving UAC and Visual Style issues

    Hello,

    the VB6 IDE (VB6.exe) has issues when the UAC (Windows Vista and 7) is activated.
    This may cause that opening .vbp files for example will fail.

    To solve this it is just required to add...
  28. Replies
    2
    Views
    911

    Re: Hyperlink Control

    Now it does
  29. Replies
    2
    Views
    911

    Hyperlink Control

    This is a UserControl for simulating a Hyperlink. The control is build up by a simple label.
    But it have some advantages comparing to a simple label putted on a form.

    It will show up a hand...
  30. Replies
    23
    Views
    2,623

    Re: Fix Visual Styles Issues (Themes)

    You need to use the same BackColor for the graphical button as the container. (normally vbButtonFace)
    The graphical button will be drawn with the system theme BackColor.
  31. Replies
    23
    Views
    2,623

    Re: Fix Visual Styles Issues (Themes)

    I am running the common controls 6.0 which don't have the visual styles. Therefore I have removed some controls.

    But I have re-uploaded the code without these "removings". :)

    There was no...
  32. Replies
    23
    Views
    2,623

    Fix Visual Styles Issues (Themes)

    Hello,

    this function will fix properly following issues with Visual Styles (Themes):
    - Frame control (black background on controls)
    - Focus rectangles not shown
    - Accelerator keys not shown
    -...
  33. Re: VB - Dropdown the calendar of a date time picker control using code

    It can be done easier


    Option Explicit
    Private Const VK_DOWN As Long = &H28
    Private Const WM_SYSKEYDOWN As Long = &H104

    Private Declare Function SendMessage Lib "user32.dll" _
    ...
  34. Replies
    1
    Views
    850

    PictureBox Mask Color

    Hello,

    this functions will mask a picturebox.
    It's similar of a transparent picture, but here the picture will not get masked ; it's just the picturebox. but at the end it look likes the picture...
  35. Replies
    0
    Views
    721

    PictureBox Replace Color

    Hello,

    herewith I want to share a function that just replace a color in a PictureBox.
    I have found way more complicated ways to do that. I think this way is pretty short and not complicated. ;)
    ...
  36. Re: Image & Text On A Standard Command Button (Not Graphical Style!)- XP/2K/98

    I would like to share some improvements I have made. (changes in bold)


    Private Sub Command1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    If X < 0 Or Y < 0 Or X >...
Results 1 to 36 of 36