Results 1 to 32 of 32

Thread: twinbasic bug report,vb7 replace vb6,Creative ideas and suggestions

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,541

    twinbasic bug report,vb7 replace vb6,Creative ideas and suggestions

    1,It is best to place the new form and module files at the top, and fold other system folders into one directory due to limited screen space.

    2. Add a ranking of attribute usage rates (recommended+different usage frequency for each person). The most troublesome thing when developing with VB.net, C #, and VB6 is that attributes have to be pulled up and down for half a day every time.
    You can add a search function, press F3 to search, or rank by letter
    3. The form should display the title
    4. Does TWINBASIC have any special functions for reading and writing registry and INI?


    5?Does TWINBASIC not have the function to export VB6 projects? It should add a simple export function, such as forms and code
    6. There is no code hint when clicking on the function name with the mouse. It takes 3 seconds to display the function parameter hint box when hovering over it. It would be best if the parameter names could be displayed and highlighted in black when clicking on each parameter
    7. Code hinting: Pressing Enter does not trigger automatic completion. This is quite inconvenient
    It is best to add the option of pressing enter or the space bar to automatically input the attribute name of the first or selected item. Use the up and down arrow keys to select multiple prompt items, and then press the right arrow key to automatically select and complete the input
    8. Double-click the form to frequently add redundant code
    Private Sub Form1_Load()
    End Sub
    There is already code: Private Sub Form_Load()
    End Sub
    9. Many errors occur without any indication of where they are, such as missing parentheses, which lead to compilation failure, But it doesn't show which line of code the error occurred on
    10. Shared variable at the form level: private sarr() as string,
    During a process, when redim sarr(10), the data quantity may remain unchanged. However, when displaying the result using msgbox(join(sarr(), vbcrlf)), the data can still be seen. However, when reading and copying, the data is not present. I have spent 3 hours trying to find the reason, but to no avail.
    11. The Asc(unicode character) in Chinese is different from the result in VB6, which becomes ASCW. Is there any way to solve this problem?

    12. If the button is set with a background color, it is best to automatically switch to mode: vbButtonGraphical
    13. Some system functions can be added: write text file (ansi format), write Unicode file, append file, append file Utf8 format
    14. Forms created or imported VB6 modules in the project cannot be deleted, renamed, or operated on

    Name:  TitleSet.jpg
Views: 2359
Size:  64.9 KB
    Last edited by xiaoyao; Dec 30th, 2024 at 09:32 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width