String from res file
How get String from with mc maked RES file?
This file is included via {$R MESSAGES.RES}
Code where this resource is used:
ReportEvent(Handle,EventTypes[EvType],MESSAGE_BLAABLAA,ID,NIL,NumStrings,0,Strings,NIL)
--------------
This MESSAGE_BLAABLAA is string resource.
.
Relevant Pages
- [API] Win32 Resources - List Icon Resource Names
... private static extern IntPtr LoadLibraryEx(string FileName, ... /// Gets the string resource names for the current file. ... (microsoft.public.dotnet.languages.csharp) - Re: UpdateResource being weird
... > That's funny, I was working on updateresource just yesterday, only i was ... > for String Types. ... >> inspection using a resource viewer shows that the MSI file is being ... but the INI file is messing me arround. ... (microsoft.public.dotnet.languages.vb) - Re: How to add button on Mail editor which is not outlook.??
... 'The bmp files are added to a resource file. ... Private Declare Function GdiplusShutdown Lib "GDIPlus" (_ ... ByVal filename As String) As StdPicture ... Dim tSI As GdiplusStartupInput ... (microsoft.public.office.developer.outlook.vba) - Re: Other version information
... header to locate the resource table. ... Windows PE files ... marked by a literal string. ... files in a folder, ... (microsoft.public.scripting.vbscript) - Re: Resource Files for Data
... A "Single string" can contain a lot, in one program I store a 1/3Meg blank ... to change the data ahead of time (Excel spreadsheet works well, ... Your example works well for a single string. ... cannot change its own resource which is what I think you are considering. ... (microsoft.public.vb.general.discussion) |
|