[archived content]

Resources associated with an exe or dll. Use Application.resources to get the resources object associated with the current instance?.

module dfl.resources;
public class Resources
{
public void dispose();
public final Bitmap getBitmap(char[] name);
public final Bitmap getBitmap(int id);
public final Cursor getCursor(int id);
public final Cursor getCursor(char[] name);
public final Icon getIcon(char[] name,bool defaultSize = true);
public final Icon getIcon(int id,bool defaultSize = true);
public final char[] getString(int id);
public final WORD language; [property getter]
}

Page last modified on March 14, 2008, at 04:42 PM