Search:

Type: Posts; User: Jonney

Page 1 of 13 1 2 3 4

Search: Search took 0.07 seconds.

  1. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    also affects CommonControls?
  2. Re: CheckBoxCombo 1.3 (A professional, effective and ready-to-use Multi-select ComboB

    More stable now. Thanks.
  3. Replies
    17
    Views
    13,213

    Re: VB6 Simple Virtual ComboBox (OwnerDrawn)

    fast scrolling cause weird behavior (mouse on an item and click, but highlight and select anothet item).

    Edited: look like it is Listbox standard behavior. We need a mouse move after fast...
  4. Re: CheckBoxCombo 1.3 (A professional, effective and ready-to-use Multi-select ComboB

    fast scrolling still got “guo guo” sound.
  5. Re: CheckBoxCombo 1.1 (A professional, effective and ready-to-use Multi-select ComboB

    there's a common issue for such COMBO control is the hook. I think you can fix.
    Try to use mouse fast scroll few times then the Listbox can't hide (EXE demo).
    On IDE, try to fast scroll by roller,...
  6. Re: [RESOLVED] Windows 10: replacement for VB_DCOM_MDAC_JET to access DB?

    I remembered I also got this problem before.
  7. Re: [RESOLVED] How to quickly release a huge number of class objects in an array?

    There're many open source Grid control in .NET. You can refer to those for data structure.
    w/o inventing a wheel, you can buy iGrid ActiveX source code which has capability of millions of records.
  8. Re: Fastest, most efficient way to create one unique list of strings from two other l

    It doesn't have Remove method.
    Is there any implement similar to .NET SortedDictionary in VB6?
  9. Replies
    21
    Views
    4,905

    Re: Making 32-bit VB6/VBA Code LARGEADDRESSAWARE

    Private Function PtrAdd1(thePointer As Long, AmountToAdjust As Long) As Long
    ' 'Lavolpe
    ' 'http://www.vbforums.com/showthread.php?795693-RESOLVED-Pointer-Arithmetic&p=4931477#post4931477
    ...
  10. Re: The subclass WM messages in the Grid control.

    I am not confident enough, a few weeks is too short for a Grid control. A few years is also not comfortable for most of us.
    In Grid market, there're a few players, which means good and reliable Grid...
  11. Re: The subclass WM messages in the Grid control.

    10tec sell the source code for iGrid ActiveX so that you can save your life from stress.
  12. Replies
    17
    Views
    12,202

    Re: Text Editor 3 for NotePad replacement

    Not yet read the code. But If you used VB's native ANSI Textbox or Krool's Unicode TextBoxEx, should not have problem for 3rd Keyboard Inputs.
  13. Replies
    21
    Views
    10,120

    Re: [vbRichClient] RAD TreeView

    Agreed. He should check whether it is a right version.
  14. Replies
    58
    Views
    11,578

    Re: Win10 1803 - Any VB6 impacts to report?

    On this morning, I keep refreshing the updates on control panel, then automatically download 2018-5 accumulation update, restart, but blue screen pop up. I restart few times, but still fail to start...
  15. Replies
    58
    Views
    11,578

    Re: Win10 1803 - Any VB6 impacts to report?

    how you get 1803 update? I have 1709.
  16. Replies
    24
    Views
    11,335

    Re: ReplaceAny and TrimAny-Function

    Is the above Pointer Add the same with your old post?
    http://www.vbforums.com/showthread.php?828867-VB6-Code-Snippet-Load-Language-Specific-resource-String-FindResourceEx
  17. Replies
    694
    Views
    311,468

    Re: Vb6 , the Future, and what I have discovered

    talking only, a sample says please.
  18. Replies
    34
    Views
    19,990

    Re: [VB6] InkEdit with Windows SpellCheck

    do you mean inkEdit eat a lot of memory or if no enough memory, the behavior is uncertain?
  19. Replies
    3,725
    Views
    1,855,048

    Re: CommonControls (Replacement of the MS common controls)

    ListBoxW etc. is lack of DataMember, DataSource, DataFeild,DataFormat properties... Can you implement those like VBFlexGrid?
  20. Re: How can i get the Serial number of Hard Disk.

    Instead of praise, you should provide feedback of the testing result on different OS to help for bugs or improvements.

    Results:
    I found the USB portable HD returns variant results:
    Win10 32 bits...
  21. Replies
    8
    Views
    7,562

    Re: ColourPicker [vbRichClient]

    When clicking a place of yoke, the yoke is rotating a bit. It make me not comfortable (heart fast bouncing). Is it normal behavior (i think the yoke trying to center)? Can you make it fix? The yoke...
  22. Replies
    46
    Views
    26,127

    Re: VB6 Dual-Pivot-QuickSort

    Please provide evidence for the claim of "the most fast quick sort" such as testing results instead of just a piece of snippets.
  23. Replies
    20
    Views
    3,604

    Re: A GDI Scaling Success

    @dilettante
    Look like the 1703 change the Display settings interface. Going to "Display Settings" ,then I click "Custom Scaling", Key in 175% (Range 100-500%), Click Apply button, then "Sign out...
  24. Replies
    10
    Views
    1,537

    Re: A GDI Scaling FAIL

    google translation
  25. Replies
    3,725
    Views
    1,855,048

    Re: CommonControls (Replacement of the MS common controls)

    what I expects the UpDown control as .NET's numericUpDown, which can set decimal place and the increment can be single such as 0.25.
  26. Replies
    3,725
    Views
    1,855,048

    Re: CommonControls (Replacement of the MS common controls)

    it is frustrated that the increment can't be single or double for VB6 UpDown control. Can it be modified?
  27. Re: Is there a property to make the checkboxes on a checked listbox larger?

    The owner-drawn ListBox can do a custom appearance.
  28. Replies
    15
    Views
    16,660

    Re: Determine if ocx is registered

    This trick is useful when compatibility of ocx was broken during ActiveX development time. Once we know the GUID then we can modify the vbp file to supply right GUID.
  29. Replies
    12
    Views
    1,299

    Re: LaVolpe's cWAPath class

    Lavolpe, you should feel proud. Your product is influencing numbers of People like silent Quantum entanglement...
  30. Replies
    45
    Views
    26,739

    Re: [VB6] Simple Unicode Textbox (Input Only)

    I am confirmed that we have to properly HOOK WM_IME_CHAR/WM_UNICHAR/WM_CHAR to resolve IME issue. API TextBox created by CreateWindowsExW doesn't apply such techniques will be potentially failed...
  31. Replies
    45
    Views
    26,739

    Re: [VB6] Simple Unicode Textbox (Input Only)

    More accurate, it is IME typing problem.
  32. Replies
    45
    Views
    26,739

    Re: [VB6] Simple Unicode Textbox (Input Only)

    I believed you used Chinese Windows. If you used English version, you have to set non-unicode for native VB6 textbox for Chinese displaying and typing.

    The font doesn't solve the problem what I...
  33. Replies
    45
    Views
    26,739

    Re: [VB6] Simple Unicode Textbox (Input Only)

    I searched the website, nobody report such case. I assume it is my specific case. it may come from 1607 upgrade or some install/uninstall.


    all question marks or wrong characters. it is very...
  34. Replies
    45
    Views
    26,739

    Re: [VB6] Simple Unicode Textbox (Input Only)

    Previously, before few months ago, VB6 Textbox works w or w/o manifest, everything works. I had re-installed VB6 for many times and copy/paste/register comctrl32... ocx for many time, but still...
  35. Replies
    45
    Views
    26,739

    Re: [VB6] Simple Unicode Textbox (Input Only)

    Of course, It's well-known that VB6 TextBox work perfectly for Chinese Char with non-unicode default language to Chinese (Simplified). It works for many years. But recently, I found my VB6 TextBox...
  36. Replies
    45
    Views
    26,739

    Re: [VB6] Simple Unicode Textbox (Input Only)

    Caution: I am afraid Brender's ucUniTextBox or by CreateWindowExW doesn't really work for Unicode, at least on my Win10 32bit 1607. My non-unicode setting is Simple Chinese (PRC), but I got question...
  37. Replies
    11
    Views
    11,883

    Re: [VB6] Extending the DataGrid Control

    1. the multi-selection only works in project1.exe?
    2. exe crash with run-time error 6148 'invalid row number' after some plays. On IDE, error detected at line:
    vBkMark = Grid.GetBookmark(lIndex)
  38. Replies
    3
    Views
    3,683

    Re: [VB6] "HashTub" - a collection class

    It is pretty good.

    The result for 1 million items adding is 2.94 sec on VBIDE, 1.69 sec for exe.
    MakeKey takes time. I just use "k" & I as a key On my testing.


    .Item("k" & I) = I
    ...
  39. Replies
    118
    Views
    92,184

    Re: VB6 Built-in types extension library (FTypes)

    1. Please add hash related functions for StringEx.
    2. How to use ArrayEx? Please make one demo.
  40. Replies
    45
    Views
    26,739

    Re: [VB6] Simple Unicode Textbox (Input Only)

    I did see the little red fox :).
    This trick works only for Unicode paste w/ manifest and MultiLine applied.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width