toolstriptextbox with label next to it? HOW!?
I would like to have a toolstriptextbox, with a label to the left of it, so that I can give the text box a definintion, such as:
Search For: [TEXT AREA]
Do I have to create a custom control for this, and throw on a label and a text box? I have no idea how to get this to work, and there doesn't seem to be a property to do what I am wanting, so in the mean time I am using a tooltip (which doesn't show anything about what the text box is for unless of course you hover over the box).
[513 byte] By [
bjswift] at [2007-11-20 10:07:09]

# 1 Re: toolstriptextbox with label next to it? HOW!?
Not sure I understand what you want. Do you want to have a label and a textbox in a toolstrip? Then just add a toolstrip to your form and from that add a label and a textbox and arraange them next to each other!
Laitinen
# 2 Re: toolstriptextbox with label next to it? HOW!?
Or, through code. http://msdn2.microsoft.com/en-us/library/system.windows.forms.toolstriptextbox.aspx
# 3 Re: toolstriptextbox with label next to it? HOW!?
Okay, here is exactly what I want done, maybe I wasn't clear, sorry.
I would like a label next to a text box, inside a menustirp item, or on a contextMenuStrip.
So when you right click somthing set up, it comes up with a list of options to click on, as well as the label, which describes the text box.
Any suggestions?