I am working on a program... I want to change the MouseCursor, i can change it, but i also need to change it with a value from a .txt message so the user can customise. string fromtxtfile; CEGUI::String valuefromtxtfile = fromtxtfile; CEGUI::MouseCursor::getSingleton().setImage("LevelLook"...