Search:

Type: Posts; User: SearchingDataOnly

Page 1 of 13 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: Moderators: How do I delete duplicate history files in CodeBank?

    I created the thread RCFlexGrid Control (vbRichClient) in CodeBank, and there are several files that are old history files that have been discarded, and they are:

    (1) RCFlexDemo.zip (197.0 KB)...
  2. Re: RCFlexGrid Control (vbRichClient)

    Thank you, wqweto. I used to sign up for a GitHub account a few years ago, but I never used it. Now, not only have I forgotten the password for my account, but I don't even remember the name of my...
  3. Moderators: How do I delete duplicate history files in CodeBank?

    I'd like to know how to delete duplicate history files in CodeBank. Thanks.
  4. Re: RCFlexGrid Control (vbRichClient)

    Update released.

    - Add AppearanceStyle property. Now RCFlexGrid has a similar appearance to Farpoint-Spread.
  5. New features that should be added to RC6

    (Now that Olaf intends to release a new version of RC6, I list some of the suggestions that I have accumulated over a long period of time, just for reference, if there is no value, please ignore)
    ...
  6. Re: RC6 error adding item to a cCollection with an empty string as a key (vb6 col can

    I prefer cStringHashD, or:
    (1) cStrVarHashD (String-Variant)
    (2) cStrLngHashD (String-Long)

    One of the benefits of the above naming rule is that it can be extended in the future with many...
  7. Re: RCFlexGrid Control (vbRichClient)

    At present, only three features of RCFlexGrid have not yet been added, which are Cell-Tooltip and Scroll-Tip and Dropdwon-Calendar. But these three features are not urgently needed, and I plan to...
  8. Re: RCFlexGrid Control (vbRichClient)

    Update released.

    - Removed a large number of unused Win32-APIs
    - Add CellFlooding
    - Add Grid WallPaper

    Note:
    When the wallpaper is exist, the merged cells are drawn abnormally.
    This...
  9. Re: RCFlexGrid Control (vbRichClient)

    Yes, but I should apologize to wqweto anyway. I've seen wqweto's sarcastic comments about me many times before, and maybe many of them were due to my misunderstandings.
  10. Re: vbRichClient: How to accept and process the Tab key in the cwTextBox/cwFlexGrid?

    I've tried your approach, but it creates some other problems. Maybe this issue can be solved in RC6Widgets.cwFlexGrid.
  11. Re: vbRichClient: How to accept and process the Tab key in the cwTextBox/cwFlexGrid?

    If that's the case, that's great.



    In the next release, I'll remove dozens of Win32-APIs that aren't in use. The few remaining Win32-APIs need to find a way to replace them.

    With RCFlexGrid,...
  12. Re: RCFlexGrid Control (vbRichClient)

    Why did I think wqweto was mocking me? For the first time, I had doubts about my ability to read English. Until now, I still don't seem to be able to understand what wqweto meant.

    It took me three...
  13. Re: RCFlexGrid Control (vbRichClient)

    I see that your comment in post#6 is mocking and sarcastic, am I misunderstood?
  14. Re: Getting the ball rolling. Which VB6 projects are you working on?

    In the RCFlexGridDemo, I'm using VList to simulate the ComboBox. You double-click on the third column of the RCFlexGrid in frmTest and the drop-down list box will appear.

    However, one of the flaws...
  15. Re: RCFlexGrid Control (vbRichClient)

    Deleted ...
  16. Re: RCFlexGrid Control (vbRichClient)

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

    It's great and I'll be testing it carefully next week.



    I don't quite understand what you mean.
  18. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Yes, it would be exciting if VBFlexGrid could replace (or partially replace) RichTextBox and Excel.
  19. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    I've added the following code to mock the EditModePermanent property of Farpoint-Spread:


    Private Sub ChkEditModePermanent_Click()
    If ChkEditModePermanent.Value = 1 Then
    ...
  20. Re: vbRichClient: How to accept and process the Tab key in the cwTextBox/cwFlexGrid?

    Thank you, Olaf.

    Following your guidance, I added the following functions to cwFlexGrid:


    Private Sub W_Validate(Cancel As Boolean)
    Cancel = True
    End Sub

    Private Sub...
  21. Re: Getting the ball rolling. Which VB6 projects are you working on?

    Krool wrote a really great control, VBFlexGrid. For vbRichClient users, we also really needed a component like VBFlexGrid, so I rewrote Krool's VBFlexGrid with RC6. The source code has been released...
  22. Re: RCFlexGrid Control (vbRichClient)

    RCFlexGrid performance testing

    RCFlexGrid's properties and data structure are exactly the same as VBFlexGrid's, and without changing any of VBFlexGrid's data loading algorithms, RCFlexGrid loads...
  23. Re: RCFlexGrid Control (vbRichClient)

    Problems that need to be addressed by community experts and vbRichClient enthusiasts


    (1) Reduce the number of draws (refreshes) of RCFlexGrid to the same as that of VBFlexGrid
    RCFlexGrid draws...
  24. RCFlexGrid Control (vbRichClient)

    Krool wrote a really great control, VBFlexGrid. For vbRichClient users, we also really needed a component like VBFlexGrid, so I rewrote Krool's VBFlexGrid with RC6.

    I developed RCFlexGrid...
  25. vbRichClient: How to accept and process the Tab key in the cwTextBox/cwFlexGrid?

    I'm rewriting Krool's VBFlexGrid with RC6. At the moment, 70% of the work is complete, and I aim to complete all the core development work in the next few days and release the code to CodeBank by the...
  26. Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    There are several very useful properties in FarPoint-Spread:



    Property Get/Let EditModePermanent As Boolean
    Property Get/Let EditModeReplace As Boolean
    Property Get/Let EditModeAutomatic As...
  27. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    No, I'm not just developing a scripting tool, it's going to be a code-debugger for the cloned-VB6IDE, and it's also a VM that can run VB6 code.
  28. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Very good suggestion, I'll try this method and test its performance and the memory it occupies. Thank you, 2kaud.
  29. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Now, my CodeGen and Transpiler can convert TS/JS/VB.Net code to VB6. It's also possible to do the opposite, but this will need to be considered in the future when I have time. That said, I'd prefer...
  30. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Very interesting suggestion, Thank you xiaoyao. I'm going to use VBS/JScript as a test reference for my VM.
  31. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Very reasonable. Using VMs in third-party languages is really not a good idea. Your point of view has saved me a lot of detours. Thank you, dz32.
  32. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Reasonable. Using WASM as the interpretation engine for my scripting language is the ultimate goal. For now, I'm going to follow wqweto's suggestion to develop a VM dedicated to my scripting...
  33. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Excellent learning materials. Thank you so much, 2kaud.
  34. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Excellent advice, thank you very much, wqweto.
  35. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    @wqweto,

    Apart from Niya's PrattParser-Demo, the only meterial I can find about bytecode-emitter and VM that is suitable for me (a pure VB6er) learning so far seems to be the source code of...
  36. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    I see. Then I'm going to take the solution of "controlling both the bytecode emitter and the specific VM". Being able to have more freedom of control is one of the most important reasons for me to...
  37. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Very valuable advice and perspectives, thank you very much wqweto.

    Again, I'd like to confirm that your point is:
    Is it better to develop a pure scripting language interpreter (or compiler) like...
  38. Replies
    30
    Views
    2,310

    Re: Convert VB6-AST to ByteCodes

    Hi Niya, your reply is very helpful to me, much appreciated.

    Yes, I've studied your PrattParser demo, it's very enlightening, it's the only VB6 learning material I can find about VM. It was...
  39. Replies
    30
    Views
    2,310

    Convert VB6-AST to ByteCodes

    After writing over 50,000 lines of Lexer/Parser/CodeGen/Transpiler by hand, I was finally able to get the full AST from arbitrarily complex VB6 source code. Now I'm going to move on to the next step:...
  40. Re: Check and remove invalid tags in HTML

    Thank you, techgnome.

    Here's the situation: I use an HTML parser, svelte, to parse my HTML. However, when there are invalid tags in the HTML, the return value of svelte is empty, which means that...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width