Inherited from Localization

  • Thread starter Thread starter Brano
  • Start date Start date
B

Brano

Hi all,

I am using VB.NET 2005 with a windows application.

I have a form frmImageTemplate that has one image on it. All other
forms of my application are declared in the frm.designer like this:

Partial Class frmITRGrid
Inherits prjZenator.frmImageTemplate

and they all inherit and the image shows on them. However when I went
to localize the inherited forms I changed the localizable property =
true and the language property = French (France) The form gets
localized and I can change everything (labels, buttons etc) but the
image from the inherited form dissapears... but other controls like
labels from the inherited form are there.

The image is set as a background image on the frmImageTemplate by
browsing to a local jpeg file...

Thanks for any help on this
 
Back
Top