Конференция "Начинающим" » Как пользоваться LoadString? [D6, WinXP]
 
  • Pauk © (06.05.09 23:11) [0]
    Пишу курсовик, уже мозг болит. Покажите как ей пользоваться? Нужно читать строки из RES - файла в Memo
  • Игорь Шевченко © (06.05.09 23:28) [1]

    > Покажите как ей пользоваться?


    кто справку удалил ?
  • brother © (07.05.09 04:19) [2]
    > Нужно читать строки из RES - файла в Memo

    RES "вбилдин" в проект или нет?
  • Pauk © (07.05.09 11:09) [3]
    RES уже в проекте
  • Игорь Шевченко © (07.05.09 12:20) [4]

    > RES уже в проекте


    больше ему негде быть для использования LoadString
  • Pauk © (07.05.09 16:08) [5]
    Я помощи прошу а не цитат и подколок!
    СПАСИБО!!!!!!!!!!!!!
  • Игорь Шевченко © (07.05.09 16:24) [6]

    > Я помощи прошу


    вся помощь есть в справке
  • Не занят (08.05.09 01:58) [7]

    > Я помощи прошу


    Помощь по английски "Help" (в меню такой в Delphi)
  • brother © (08.05.09 04:37) [8]
    The LoadString function loads a string resource from the executable file associated with a specified module, copies the string into a buffer, and appends a terminating null character.

    int LoadString(

       HINSTANCE hInstance, // handle of module containing string resource
       UINT uID, // resource identifier
       LPTSTR lpBuffer, // address of buffer for resource
       int nBufferMax  // size of buffer
      );


    Parameters

    hInstance

    Identifies an instance of the module whose executable file contains the string resource.

    uID

    Specifies the integer identifier of the string to be loaded.

    lpBuffer

    Points to the buffer to receive the string.

    nBufferMax

    Specifies the size of the buffer in bytes (ANSI version) or characters (Unicode version). The string is truncated and null terminated if it is longer than the number of characters specified.



    Return Values

    If the function succeeds, the return value is the number of bytes (ANSI version) or characters (Unicode version) copied into the buffer, not including the null-terminating character, or zero if the string resource does not exist. To get extended error information, call GetLastError.
 
Конференция "Начинающим" » Как пользоваться LoadString? [D6, WinXP]
Есть новые Нет новых   [134435   +34][b:0][p:0]