all groups > vb.net controls > july 2007
comboBox Events question
Posted by jay at 7/20/2007 3:51:19 PM
OK, whats the best event to trap in this situation:
1. dataBound controls to strongly typed dataset
2. comboBox on a Tab Control
3. Populate values on another Tab Page based on the selection from step 2.
If I select a value from the comboBox and try to populate those values to
another Tab ... more >>
Multiple AddHandler for multiple Controls on a form
Posted by GAZ at 7/20/2007 12:00:00 AM
Hello all,
We have a bit of a problem. We have a form where we have to add controls
dynamically during runtime. That part is quite simple. Now, we have to add a
ButtonClick event for each of the controls. That's where it becoms tricky.
Here is the bit of code we use:
-------------------... more >>
Radiobutton with button on the right
Posted by sledge at 7/18/2007 1:03:18 PM
hello
it seems a stupid question but i can't find the answer anywhere, viz.
how do i make the button of my radiobutton appear on the right of my
text?
so
in stead of
O Radiobutton
I want
Radiobutton O
TIA
Sledge
... more >>
dataGridView values
Posted by jay at 7/13/2007 7:45:56 PM
All I want to know is the value of a particular field in a dataGridView when
I double-click on a row.
... more >>
DateTimePicker
Posted by Michel Vanderbeke at 7/11/2007 12:32:12 AM
Hello,
Is it possible to open a DateTimePicker control when it gets the focus?
Thanks and greetings,
Michel
... more >>
TabControl values
Posted by jay at 7/3/2007 8:03:55 PM
Why do I have to do the following to get a value from a tabPage?
Me.TabControl1.SelectedTab = tpOrderHeader
Me.Refresh()
The tpOrderHeader contains numerous values from comboBoxes that are filled
when I open an order. The values are there, but unless I switch to that
tabPage, the values ... more >>
Forcing the ComboBox to show it's dropdown.
Posted by H at 7/2/2007 10:35:55 PM
If i put this on the form
Private Sub cboManager_Enter(ByVal sender As Object, ByVal e As
System.EventArgs) Handles cboManager.Enter
CType(sender, ComboBox).DroppedDown = True
End Sub
the drop down list should show when the control recieves the focus.
Howver, when I click the down arrow you... more >>
Using ActiveX Controls on VB2005 Form: Where is VALUE property on Microsoft Forms Toggle Button
Posted by Jeffrey Christiansen at 7/2/2007 1:26:22 AM
I have been experimenting with adding Microsoft Forms ActiveX Controls
to a VB2005 Form to be used as a Windows Application (i.e. compiled to
a "*.exe") and can't get them to work properly.
For example I added the ActiveX Microsoft Forms Object toggle button,
however I can't get this simple bu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|