So i've looked at a few stackoverflow posts and nothing seems to be solving my issue.
Tried: How to show text in combobox when no item selected?
And some others, can't find link now.
Application: http://puu.sh/5mQtX.png
So for the drop down menu at the bottom, I was trying to make the text display "Select Email Use" but whenever adding the text using the DropDownList in the DropDownStyle menu, the text disappears. But I want to make it so the user cannot just edit the text.
Don't have any code exactly for the program right now.
From the SOF post I linked above, I tried everything in that post to fix the issue but nothing exactly helps.
i am using Visual C# 2010 Windows Form Application