Announcement

Collapse
No announcement yet.

Search Result

Collapse
4 results in 0.0131 seconds.
Keywords
Members
Tags
memoryex x
  •  

  • [How To] Get contents of the resource specified module

    Code:
    [font=Courier New][size=2][color=#008000][i]--[[ The resource type ]][/i][/color][color=#008000][i]--[/i][/color]
    RT_ACCELERATOR  [color=#FF0000]=[/color] 9;
    RT_ANICURSOR    [color=#FF0000]=[/color] 21;
    RT_ANIICON      [color=#FF0000]=[/color] 22;
    RT_BITMAP       [color=#FF0000]=[/color] 2;
    RT_CURSOR       [color=#FF0000]=[/color] 1;
    RT_DIALOG       [color=#FF0000]=[/color] 5;
    RT_DLGINCLUDE   [color=#FF0000]=[/color] 17;
    RT_FONT         [color=#FF0000]=[/color] 8;
    RT_FONTDIR      [color=#FF0000]=[/color] 7;
    RT_GROUP_CURSOR[/][/]
    ...
    See more | Go to post

  • [Action Plugin] ComboBoxEx

    Hey forums, I present the new plugin!

    Description
    ComboBoxEx controls are combo box controls that provide native support for item images. To make item images easily accessible, the control provides image list support. By using this control, you can provide the functionality of...
    See more | Go to post

  • Shrek
    started a topic MemoryEx String

    MemoryEx String

    I have a document buffer not created by MemoryEx and I can get a specific character with:

    Code:
    local Char = MemoryEx.String(Buffer,Char_At_Pos,MEMEX_ASCII)
    but how do I get a range of characters from the buffer giving a start and end point so I have a character string to pa...
    See more | Go to post

  • slota
    started a topic Native API Compression

    Native API Compression

    Hi. With this example I want to show how using the plugin MemoryEx you can compress and decompress binary data using LZ1(LZ77) algorithm. Thus you reduce the file size. After processing Base64 you can use the compressed data in your project to dynamically retrieve. For example, if you do not want to...
    See more | Go to post
Working...
X