MDIParent form background image does not displaying

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fawzy mokhtar
    New Member
    • Jul 2014
    • 1

    #1

    MDIParent form background image does not displaying

    in my windows forms application i have two cultures English and Arabic
    when using English my Multi Document Interface Parent background image displayed correctly but when using Arabic it did not displayed

    notes : I'm using Localization

    this is my code Thread.CurrentT hread.CurrentUI Culture = new CultureInfo("ar-EG");
    Last edited by fawzy mokhtar; Jul 20 '14, 01:22 AM. Reason: more details
Working...