Ivan George Borges (7/21/2014)
Hi Dong.
Welcome to the forum.
I tried to find some DevExpress Sample under the StrataFrame folder and the one I found was in the "VB.NET Samples" directory. This one apparently didn't have any line that you described here.
Anyway, by the message error you are getting I can only guess the file couldn't be found.
Let me know if I should check somewhere else.
Regards.
Ivan
you find me follow the example of the attachment
private void frmMain_Load(object sender, System.EventArgs e) {
...
barEditItem1.EditValue = (Bitmap)DevExpress.Utils.Controls.ImageHelper.CreateImageFromResources("RibbonSimplePad.online.gif", typeof(frmMain).Assembly);