Text = Resources.ResourceManager.GetString("ShadowEx"); // or var message = Properties.Resources.ResourceManager.GetString("EnterMessage"); var title = Properties.Resources.ResourceManager.GetString("EnterTitle"); MessageBox.Show(message, title, MessageBoxButton.OK ,MessageBoxImage.Information); // Image Image = Resources.cmd.ToBitmap(),