A
Academia
This is a somewhat strange question.
Why is it that no one ever answers when the question relates to merging a
ContextMenuStrip to a MenuStrip?
That's my question.
I've looked on the Internet many times and find many many times when such a
question is asked but never did I find an answer saying "This is how to do
it" or saying "It can't be done".
This NG is great for getting help. How people find the time to help so often
I can't imagine. But very seldom does a reasonable request go un satisfied.
Yet everyone seems to avoid the above mentioned question. Is it a silly
question
The Internet shows that such questions go back to when the tool strips were
released. But no answers. Funny.
Anyway, I don't expect that answer now but do wonder why it is never
addressed.
Do you know?
Thanks
PS If your still with me, why doesn't the Declaration documentation include
ByVal and/or ByRef? In this instance it would be clarifying.
BTW what I writing about is:
ToolStripManager.Merge Method (ToolStrip, ToolStrip)
Visual Basic (Declaration)
Public Shared Function Merge ( _
sourceToolStrip As ToolStrip, _
targetToolStrip As ToolStrip _
) As BooleanImplemented thus:
ToolStripManager.Merge(ContextMenuStrip`, MenuStrip1)
Always returns False
Why is it that no one ever answers when the question relates to merging a
ContextMenuStrip to a MenuStrip?
That's my question.
I've looked on the Internet many times and find many many times when such a
question is asked but never did I find an answer saying "This is how to do
it" or saying "It can't be done".
This NG is great for getting help. How people find the time to help so often
I can't imagine. But very seldom does a reasonable request go un satisfied.
Yet everyone seems to avoid the above mentioned question. Is it a silly
question
The Internet shows that such questions go back to when the tool strips were
released. But no answers. Funny.
Anyway, I don't expect that answer now but do wonder why it is never
addressed.
Do you know?
Thanks
PS If your still with me, why doesn't the Declaration documentation include
ByVal and/or ByRef? In this instance it would be clarifying.
BTW what I writing about is:
ToolStripManager.Merge Method (ToolStrip, ToolStrip)
Visual Basic (Declaration)
Public Shared Function Merge ( _
sourceToolStrip As ToolStrip, _
targetToolStrip As ToolStrip _
) As BooleanImplemented thus:
ToolStripManager.Merge(ContextMenuStrip`, MenuStrip1)
Always returns False