|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| WinNT
| Platform Notes
| None
|
|
|
TB_ADDSTRING
The TB_ADDSTRING message adds a new string to the list of strings available
for a toolbar.
TB_ADDSTRING
wParam = (WPARAM) (HINSTANCE) hinst;
lParam = (LPARAM) MAKELONG(idString, 0);
Parameters
hinst
Handle to the module instance with an executable file that contains the string
resource. If idString points to one or more strings to add, this parameter is zero.
idString
Resource identifier for the string resource, or the address of a buffer that
contains one or more null-terminated strings to add to the list, depending on
the value of hinst. The last string must be terminated with two null characters.
Return Values
Returns the index of the first new string if successful or 1 otherwise.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|