Thanks!
I searched the messages before, but i must have overlooked that
message. Based on that code I came to the following function:

public int resourceId(str _resourceName)
{
    ResourceNode resourceNode;
    ;

    try
    {
        resourceNode = SysResource::getResourceNode(_resourceName);
        return resourceNode.AOTbitmapId();
    }
    catch (exception::error)
    {
        return 0;
    }

}


And that works fine for me. I wonder if this function can be included
in the global class by microsoft business sollutions? Anywayz, thanks
again.

/b






Yahoo! Groups Links

Reply via email to