The information in this article applies to:
SUMMARY
In the Microsoft Visual Basic Language Reference and in the online Help,
the LoadResData function reference incorrectly describes which resource
formats can be returned.
The Index and Format parameters are required values that are used to
identify the resource ID and the resource formats respectively. The
documentation lists the following resource formats:
However, formats 4, 5, 7, 8, 9, and 10 are not supported in Microsoft
Visual Basic.
MORE INFORMATION
The resource formats of Menu (4), Dialog box (5), and Accelerator table (9)
are examples of resources that require capabilities like callback functions
and Windows Message handling to be used successfully. These capabilities
are not currently supported in Visual Basic. Retrieving font (7 and 8) and
user-defined (10) resources are also not implemented in Visual Basic at
this time. Q141505 Using LoadResData with Binary Data Additional query words: kbVBp500 kbVBp600 kbVBp kbdsd kbDSupport kbVBp400 kbToolKit
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |