Inherited from Localization

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
 
B

Brano

Do you mean on the Inherited form - frmITRGrid ? that is what I want
it to inherit...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top