Results 1 to 2 of 2

Thread: OS_ShellAbout

  1. #1

    OS_ShellAbout

    Hi Eros,

    OS_ShellAbout
    ===========

    Description

    Shows a standard About window with possibility to specify some addition info.

    Syntax

    n = OS_ShellAbout(hWnd, sTitle, sOtherStuff, hIcon)

    This produces error: "Comma Expected"

    Eros, I have found the correct Syntax is:

    n = OS_ShellAbout(hWnd, sTitle, sOtherStuff, sOtherStuff2, hIcon)

    at least it requires this extra string parameter on Windows Vista Home Basic that is...

    Regards,
    catventure.


    http://tab.thinbasic.com - Home Of The ThinBasic Adventure Builder Project. (Interactive Fiction/Text Adventure Maker)

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: OS_ShellAbout

    Sorry for the delay.

    Yes, you are right: there are two buffers for text that will be concatenated by the function and passed to ShellAbout.
    I will fix help right now.

    Thanks
    Eros
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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