Click here to Skip to main content
16,015,094 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: VB application generated e-mails Pin
Dave Kreskowiak14-Feb-06 9:04
mveDave Kreskowiak14-Feb-06 9:04 
AnswerRe: VB application generated e-mails Pin
Kevin McFarlane14-Feb-06 10:08
Kevin McFarlane14-Feb-06 10:08 
Questioncache is not working Pin
Narayana M14-Feb-06 3:15
Narayana M14-Feb-06 3:15 
AnswerRe: cache is not working Pin
Dave Kreskowiak14-Feb-06 8:58
mveDave Kreskowiak14-Feb-06 8:58 
QuestionVB .NET ComboBox: empty field needed Pin
Mashinovodja14-Feb-06 2:59
Mashinovodja14-Feb-06 2:59 
AnswerRe: VB .NET ComboBox: empty field needed Pin
Joshua Quick14-Feb-06 6:50
Joshua Quick14-Feb-06 6:50 
GeneralRe: VB .NET ComboBox: empty field needed Pin
Mashinovodja17-Feb-06 1:03
Mashinovodja17-Feb-06 1:03 
GeneralRe: VB .NET ComboBox: empty field needed Pin
Joshua Quick17-Feb-06 7:05
Joshua Quick17-Feb-06 7:05 
Awww... now I see. It's because you're using ComboBox.DataSource.
You see, once you set ComboBox.DataSource, you can only select strings that exist in that DataSource. Now if an empty string existed in your DataSource, well then it would work.

Another solution would be to not set ComboBox.DataSource. Then add items to the ComboBox yourself via ComboBox.Items.Add(). That way you can set ComboBox.Text to anything that you want.

-- modified at 13:07 Friday 17th February, 2006
Questionmanifest file?????? Pin
Hari Om Prakash Sharma14-Feb-06 2:01
Hari Om Prakash Sharma14-Feb-06 2:01 
AnswerRe: manifest file?????? Pin
Marc Soleda14-Feb-06 2:41
Marc Soleda14-Feb-06 2:41 
GeneralRe: manifest file?????? Pin
Hari Om Prakash Sharma14-Feb-06 2:49
Hari Om Prakash Sharma14-Feb-06 2:49 
AnswerRe: manifest file?????? Pin
Guffa14-Feb-06 2:55
Guffa14-Feb-06 2:55 
Questiondatagridview problem Pin
thepityone13-Feb-06 20:44
thepityone13-Feb-06 20:44 
Questionhow can i add unbound data to datagridview Pin
thepityone13-Feb-06 20:25
thepityone13-Feb-06 20:25 
AnswerRe: how can i add unbound data to datagridview Pin
Dave Kreskowiak14-Feb-06 8:50
mveDave Kreskowiak14-Feb-06 8:50 
Questionon mouse event Pin
aqui_i13-Feb-06 20:07
aqui_i13-Feb-06 20:07 
AnswerRe: on mouse event Pin
Dave Kreskowiak14-Feb-06 8:48
mveDave Kreskowiak14-Feb-06 8:48 
QuestionChang Properties File Summary Pin
kbbman13-Feb-06 20:01
kbbman13-Feb-06 20:01 
AnswerRe: Chang Properties File Summary Pin
Dave Kreskowiak14-Feb-06 8:46
mveDave Kreskowiak14-Feb-06 8:46 
QuestionUpdate Data To Database Using Table Adapter Pin
shiroamachi13-Feb-06 19:32
shiroamachi13-Feb-06 19:32 
AnswerRe: Update Data To Database Using Table Adapter Pin
Dave Kreskowiak14-Feb-06 8:40
mveDave Kreskowiak14-Feb-06 8:40 
GeneralRe: Update Data To Database Using Table Adapter Pin
shiroamachi14-Feb-06 16:38
shiroamachi14-Feb-06 16:38 
Questionpicture comparison Pin
maytel13-Feb-06 16:42
maytel13-Feb-06 16:42 
AnswerRe: picture comparison Pin
Stephen Hewitt13-Feb-06 19:28
Stephen Hewitt13-Feb-06 19:28 
QuestionCompare two files Pin
MeterMan13-Feb-06 15:11
MeterMan13-Feb-06 15:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.