|
-
Sep 21st, 2007, 09:40 PM
#1
Thread Starter
Hyperactive Member
Having problem with dropdownbutton...
I am using this code to change a textbox text but nothing happens i am using it in textbox lost focus event ..
If Me.ToolStripDropDownButton1.Image Is My.Resources.ask_icon Then
Me.ToolStripTextBox1.Text = "Search ask"
ElseIf Me.ToolStripDropDownButton1.Image Is My.Resources.YahooIcon Then
Me.ToolStripTextBox1.Text = "Search yahoo"
ElseIf Me.ToolStripDropDownButton1.Image Is My.Resources.google_54 Then
Me.ToolStripTextBox1.Text = "Search google"
End If
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|