Search:

Type: Posts; User: Romeo91

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool. Sorry for repeating the topic. Perhaps you did not notice him, did you really make such a control?
  2. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    I have the same problem. I solved it by changing the borderstyle parameter
  3. Re: VB6 ThemedControls.ocx (uxTheme-based replacements for SSTab and VB.Frame)

    Thank you in advance!
  4. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool!

    Is it possible to do scroll-control based on the framew-control?
    Ie also a container, but with the appearance of scrolbars when the elements are out of the container.
  5. Re: VB6 ThemedControls.ocx (uxTheme-based replacements for SSTab and VB.Frame)

    Now it works' fine

    Great, I test it - now it works' fine.


    Special thanks for this!!!

    Olaf, Is it possible to implement the TabsPerRow property, or autosize/autowidth property for Auto-fit...
  6. Re: VB6 ThemedControls.ocx (uxTheme-based replacements for SSTab and VB.Frame)

    1. Olaf, This is your original code, not change by me, only change starting form to fTestOrigSSTabAfterReplace, and compile - Win7 Aero theme is enable. If add image to tab from IDE, it not showing...
  7. Re: VB6 ThemedControls.ocx (uxTheme-based replacements for SSTab and VB.Frame)

    Hi Olaf, in addition to my previous post.
    ucSStab does not show icons in the demo in my system.
    Both in compiled form and in IDE mode
    148839
  8. Re: VB6 ThemedControls.ocx (uxTheme-based replacements for SSTab and VB.Frame)

    Hi Olaf, demo works fine only if theme active.
    If i use classic them on Win7 - 148747

    Classic SStab work fine in this situation.


    Edit: Olaf, Is it possible to implement the TabsPerRow...
  9. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool.
    Small bug in OptionButtonW
    If set .value=true for OptionButtonW, when close form and reopen i see that in Gui .value=false (no dot), in options .value=true
    143731
  10. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi, Krool!
    My project Crashes when the program exits from the event Form_KeyDown (Unload Me)
    Crashes in IDE and exe-compiled.
    If the exit from the program by pressing the cross, all ok.

    My...
  11. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool.
    Change .Value option on OptionButtonW (also CheckboxW) does not generate a click event.
    It is right?
  12. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    File common.bas in fresh archive (from 17 December 2016) from 5 December.
    This code from this file
  13. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi!
    Krool, function FileLen still contains an error.
    If someone does not see, it can affect its program code



    ' (VB-Overwrite)
    Public Function FileLen(ByVal PathName As String) As Long...
  14. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi, Krool!
    Quiet updated common.bas file(Not seen in the history of changes) - it has new features replaces the standard-VB
    There is an error:
    FileLen function has always "0" return value.
  15. Re: Simple and fast, lightweight HashList-Class (no APIs)

    In tests, it looks good, it cHashD better than other analogs in speed. But in the real application I see a noticeable performance drop.

    I use methods add, item, exist, removeall, type of...
  16. Re: Simple and fast, lightweight HashList-Class (no APIs)

    Hi.
    Here is a quick comparison of the last wraps over VB.Collection

    cHashList much faster, but only for very large collections
    140703
    If we take for example the value iteration 20000, it is not...
  17. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    I do not understand why this is normal?
    It turns out I can never catch the events TabClick for the TabStrip2(0) on all tabs which is "located on the first tab TabStrip1" ?

    This code for first tab...
  18. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    This is a test project - 132091
    I have identified, the event caught only since the second tab.


    Thank you, it works. Now it seems to me is not enough text orientation. Orientation is only at the...
  19. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi, Krool!!
    1. Event "TabClick" for control TabStrip don't work if it is an array of controls.


    Private Sub TabStrip1_TabClick(Index As Integer, ByVal TabItem As TbsTab)
    MsgBox Index
    End...
  20. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi, Krool!
    Please see my project (https://github.com/ADIAProject/DIA), I can not understand in any of the components of the error. Or checkboxw from your kit or on the button that I use or...
  21. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Hi Krool.
    Why such changes in a set?
    I used thisa kontrol, big problems in it didn't notice.
  22. Replies
    46
    Views
    26,123

    Re: VB6 Dual-Pivot-QuickSort

    Friends, tell me which one is the fastest sorting algorithms for string array?
    And also for the multidimensional string array?
  23. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Krool, in last version control ToolTip property(Let/Get) DelayTime is wrong


    Public Property Let DelayTime(ByVal TimeType As TipDelayTimeConstants, ByVal Value As Long)
    Select Case Time
    ...
  24. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    If property ColumnWidth is used in the event CommandButton_Click it works correctly
  25. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    On both my machines problem exist in the IDE, but no in compiled-exe. In IDE doevents not help.
    Tomorrow check on other computers, as I remember that the problems encountered in the project...
  26. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    I tried, not help. No response to parameter change. Win XP, but met this and Win7
  27. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Using listview on some computers I have an incomprehensible situation. Text element is reduced to a certain size, and placed at the end ...
    111939
    How can I fix this?

    I use a view=2 'viewlist...
  28. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Krool, Once we have so much time to discussing TabsStrip, make suggestions!
    Can add to your set CommonControls control SStab (TabCtl32.ocx)?
    I understand there are not very many differences from...
  29. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Ambient.UserMode return "True" - I tested it by adding a Msgbox

    By my mistake I made ​​in the variable assignment procedure sub main, and the project started with a form Form1.
    As a result...
  30. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Enough to replace one parameter
    Private Sub CreateTabStrip()
    ....
    If TabStripHandle <> 0 Then
    If Ambient.UserMode = True Then Call ComCtlsSetSubclass(TabStripHandle, Me, 1)
    End If
    End sub
  31. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    I will try to identify where the problem, but it is only at home in the evening, as on all working machines I have everything works correctly (XP/7/8).
  32. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Yes it is.
    Depends on what I do not know, on one win7 I look normal on the second win7 tab are not just vertically, but without pictures and caption. The problem occurs only in the compiled exe....
  33. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    chosk,
    Your mistake with the control TabStrip confirmed in a your test project (on my Win7). To solve your problem, I tried to replace a Ambient.UserMode to global variable g_mbUserMode. And it...
  34. Replies
    41
    Views
    50,380

    Re: [VB6] 7-zip support

    Is it possible to place the library is not next to a file in a subdirectory?
    To get just such a structure.
    [MyApp]
    .... MyApp.exe
    .... [Tools]\7z.dll
    .... [Tools]\VszLib.dll
    .......
  35. Replies
    41
    Views
    50,380

    Re: [VB6] 7-zip support

    I am creating a standalone-application (as portable). No installation and registration of components. From external files I only resources (language files and images). But while I use 7za.exe to work...
  36. Replies
    41
    Views
    50,380

    Re: [VB6] 7-zip support

    wqweto, There is still a solution for std exe-project? With linking the library everything works fine. But, for me important to have a project without additional libraries
    I also tried to add your...
  37. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Krool thanks for your last update. Now there is no problem in the IDE even when opening the control and not have to constantly restart VB.
  38. Replies
    50
    Views
    116,331

    Re: vb6 - send email with attachment using smtp

    Nope, try to install this
    Microsoft Exchange Server MAPI Client and Collaboration Data Objects 1.2.1
    http://www.microsoft.com/en-us/download/details.aspx?id=36771
  39. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Good day .
    Very often when I look at the code of your project ( the code of the project do not change ), I get an error that has previously been mentioned repeatedly
    Debug.Assert CBool...
  40. Replies
    3,725
    Views
    1,854,398

    Re: CommonControls (Replacement of the MS common controls)

    Friends, I was not the first time I've heard the request and questions regarding ocx-version. For what it is you what their applications for drag additional files? And yet, and register them in the...
Results 1 to 40 of 68
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width