Archived Months
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
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 >>




DevelopmentNow Blog