P
Peter Duniho
Peter: It seems that you are taking my questions posted to this forum
in an unusually personal manner. Your sincerest responses to this
post have been very helpful and much appreciated. However, you have
grown increasingly hostile throughout this post to a point where you
are behaving in an unacceptable manner.
You are making an attempt to read between the lines when none is warranted.
When one runs the following statement:
"See above for how English-speaking people parse your paragraph (I
don't know whether English is your native language..."
through any translator, the conclusion is that you are being offensive
and rude.
I have no idea what you are talking about. Why would you run it through a
translator, and why would you take the translator's output at face value,
given how poorly human language translators work?
I can't speak for the output of a translator, but in plain English there
is no reason at all to take offense at the statement you've quoted. If
anything, you should be gratified that it is an attempt to give you the
benefit of the doubt with respect to the difficult you seem to be having
in expressing your question.
If you have to run the statement through a translator to understand it,
then you are simply proving my point.
All: The DisplayItems function is showing 1, then 2 in a MessageBox,
so these Items which were added to the doubly wrapped ComboBox are in
fact in the ComboBox as Items. However when this ComboBox is added to
the form via the following statement:
this.Controls.Add(this.newObjComWrprWrpr1);
the doubly wrapped ComboBox appears on the form, but without the two
Items (1 & 2) that were displayed in the MessageBoxes via the
DisplayItems method. I am wondering why they are not displayed in the
doubly wrapped ComboBox.
Show the code.
Pete