473,395 Members | 1,763 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Inherited forms (once more)

I have a VERY COMPLICATED MULTILINGUAL form with base values on it
I want to produce about 100 forms like this, BUT with their own values and
properties, so following IDE flow I make derrived form from base form
(Add->Add Inherited form), AND of couse I can not change anything on it.
Sure I can do it by overriding, but WHY if I should do
1) Multilingual - huge mess with text by manual work
2) Visual - I can not design it well by code (or I can? :) )

Please advice what to do in such case?

TNX

--
Tamir Khason
You want dot.NET? Just ask:
"Please, www.dotnet.us "
Nov 16 '05 #1
2 1054
Hi
If the form is still going to do the same function ( just display in all
these different languages ) it would be a HUGH waste of time to create the
form again . you can just create resource files specific to each of these
languages . Use ResourceManger to load the specific strings that label the
controls for such culture. Just try to set the localizable property of the
form to true , set the UI culture and the resource files will be created to
you . for languages that are from right to left , set either the right to
left or the mirrored properties. You can read more about localizing forms
navigating from this link

http://msdn.microsoft.com/library/de...us/cpguide/htm
l/cpconlocalization.asp
hope this helps
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Nov 16 '05 #2
You are absolutly right, I know this, I'm sure can edit it manualy, bu for
languages such as Hebrew or Arabic I have to changes as well RTL and for
most of other languages field sizes to fit longer ot shorter strings, this
why it's better to work with designer. Anywhay the question is how to make
IDE to do this....

--
Tamir Khason
You want dot.NET? Just ask:
"Please, www.dotnet.us "

"Mohamoss" <mo************@egdsc.microsoft.com> wrote in message
news:wN**************@cpmsftngxa10.phx.gbl...
Hi
If the form is still going to do the same function ( just display in all
these different languages ) it would be a HUGH waste of time to create the
form again . you can just create resource files specific to each of these
languages . Use ResourceManger to load the specific strings that label the
controls for such culture. Just try to set the localizable property of the
form to true , set the UI culture and the resource files will be created
to
you . for languages that are from right to left , set either the right to
left or the mirrored properties. You can read more about localizing
forms
navigating from this link

http://msdn.microsoft.com/library/de...us/cpguide/htm
l/cpconlocalization.asp
hope this helps
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC

Nov 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jeff Levinson [mcsd] | last post by:
I guess I would have to know what you mean by "not being able to edit the forms". Does this mean you get an error in the designer when you try to display an inherited form? Does this mean the...
0
by: Frnak McKenney | last post by:
I'm running into problems with VisualStudio.NET2003 and Windows Forms inheritance. It _feels_ like a bug, but it could just as well be a misunderstanding on my part regarding how the VS Designer...
8
by: Spam Trap | last post by:
I am getting strange resizing problems when using an inherited form. Controls are moving themselves seemingly randomly, but reproducibly. "frmBase" is my base class (a windows form), and...
2
by: Jeff Levinson [mcsd] | last post by:
I guess I would have to know what you mean by "not being able to edit the forms". Does this mean you get an error in the designer when you try to display an inherited form? Does this mean the...
4
by: Sebastian Böck | last post by:
Hello all, i have a view defined as a simple select of a table. This table is inherited by a couple of others. All entries belong to the child-tables. I also have an unconditional update rule...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.