Search:

Type: Posts; User: ReneMiner; Keyword(s):

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds; generated 4 minute(s) ago.

  1. Replies
    17
    Views
    10,693

    for some better understanding

    to bring some light into the dark - and to avoid users wasting time on fruitless efforts concerning passing strings from vb1.0 to vb6.0 alias vb98 -
    here is a link to some INFORMATION that to...
  2. Replies
    17
    Views
    10,693

    OK, other suggest i just paste it from a...

    OK, other suggest

    i just paste it from a powerbasic-source (part of a tb-module that i started to write)
    memory-functions will be needed certainly more than once ,
    for vb IMPORT replace by LIB...
  3. Optional default-value & IsMissing(argument)

    IsMissing is Keyword working for pb and vb that simply tells if an optional parameter was passed or not.
    The byref way works at least for strings alike

    ...opt byref sData as string,...

    If...
  4. Replies
    17
    Views
    10,693

    because i just have it in front of me

    I don't think there is a WStringZ-version of it - these are to convert string containing numeric ASCII-notation to LongDouble (Ext)
    Source may be Trim$(STR$(any_number)).
    To be able to use CDECL...
  5. Replies
    3
    Views
    2,185

    1. Vb has undocumented functions STRPTR() and...

    1. Vb has undocumented functions STRPTR() and VARPTR()
    2. VB uses internally what tinbasic knows as z-terminated Widestring but for DLL vb auto- converts mostly to ANSI
    so you would not pass any...
  6. Replies
    3
    Views
    2,185

    When using Variants be aware of the...

    When using Variants be aware of the %VT_-variant-vartypes - a complete list is in the thinbasic help for keywords VariantVT[#|$]
    The enumeration is original Integer (Int16) for VB6
  7. Replies
    17
    Views
    10,693

    Ldbl only. Not that anyone could detect it

    Ldbl only. Not that anyone could detect it
  8. Replies
    17
    Views
    10,693

    Not quite. Microsoft hides it but for backward...

    Not quite. Microsoft hides it but for backward compatibility to 16 bit they kept the datatype - also its rounded up to use 3x4 bytes in memory but actually it calculates as real10 but is named...
  9. Replies
    17
    Views
    10,693

    Just as a hint: put an invisible (OUT OF VISIBLE...

    Just as a hint: put an invisible (OUT OF VISIBLE RANGE ONLY) Textbox on your vb-form. Save the hwnd of it simply as Hex$ for a filename in an empty subfolder of your project. From thinbasic send
    ...
  10. Replies
    12
    Views
    6,433

    New installation of windows 2023H2 completed but...

    New installation of windows 2023H2 completed but thinair still the same problem
  11. Replies
    12
    Views
    6,433

    attached my translation of screenshot from...

    attached my translation of screenshot from settings-panel

    What i can tell for sure from the last screenshot that shows the same script in all 4 split views is, that the right views do not obtain...
  12. Replies
    12
    Views
    6,433

    on a horiontal split the right side still full...

    on a horiontal split the right side still full scrollbar, the left seems ok. i totally forgot that split-thing
  13. Just some other interesting lecture

    Chris says: "BASIC is not dead!
    Neither is the WIN32!
    Time to end the myth."and what he tells us about the future of win32 is like a resurrection of something that most people thought would die...
  14. Replies
    12
    Views
    6,433

    Strange frame? I think with Windows 11 they...

    Strange frame? I think with Windows 11 they resurrected the XP-alike rounded window corners... I piped cmd.exe: Systeminfo >sysinfo.txt - stupid its not changeable in language -( utf8,...
  15. Microsoft Opens Up Old Win32 APIs to C# and Rust, More Languages to Come

    https://visualstudiomagazine.com/articles/2021/01/21/win32-apis.aspx
  16. Replies
    12
    Views
    6,433

    there's a difference... i 'm sure not related to...

    there's a difference... i 'm sure not related to longer codelines since the scrollbar handle uses the whole width even if empty script.

    10347
  17. Replies
    12
    Views
    6,433

    comment after THEN make thinAir misbehave

    i do not have video and all i can say is the hscrollbar below codewindow uses up all space no matter how wide or narrow the longest line is and it's impossible to drag the scrollbar while clicking...
  18. Replies
    12
    Views
    6,433

    beta testing thinbasic 1.12.

    What happened to the horizontal scroll of thinair-codewindow?

    It's - to be honest - the worst behaviour that it ever had.

    After using the enter-key it means every time to adjust the horizontal...
  19. Hi Jack, thanks a lot i will test it in a moment ...

    Hi Jack, thanks a lot i will test it in a moment

    for working with tb the 32-bit version of pcre2grep will serve at the moment to produce a tool to use from thinAir (commandline with some...
  20. Visual Studio? Someone prepared the make For...

    Visual Studio?
    Someone prepared the make
    For that https://github.com/kiyolee/pcre2-win-build/blob/main/README.pcre2

    I don't have a visual studio because it's no real basic
  21. Anyone? Please...

    Anyone? Please...
  22. Does anyone have the knowledge and toolchain to build from source?

    I will not start long discussion, i am interested in
    https://github.com/PCRE2Project/pcre2

    an incredible regex-parser that goes in less than 2 seconds through all file of José Rocas PB-includes...
  23. Replies
    7
    Views
    4,003

    not that i know of. App_Config- module is working...

    not that i know of. App_Config- module is working fine for years now, Why- something wrong with it? does it have to be reconfigured?
  24. Replies
    2
    Views
    1,199

    i've found >>> the link...

    i've found >>> the link <<<
    Do you know that there are 2 sections "o you know... in this forum?

    Me neither
  25. Replies
    8
    Views
    7,482

    oh yes, thank you, classified as helpful. i...

    oh yes, thank you, classified as helpful.

    i have sumtin cooking on the stove. ;)
Results 1 to 25 of 499
Page 1 of 20 1 2 3 4