all groups > vb.net controls > august 2007
Me.Load and MyBase.Load
Posted by clara at 8/31/2007 6:52:01 AM
Hi all,
Even though we can handle two events in the following sub, but I am still
want to know what is the reason for the existing of MyBase.Load in this case,
because the Me.Load already represent the real event coming from the real
form1.
Private Sub Form1_Load(ByVal sender As Object, ... more >>
looping through all controls and sub controls on a form...
Posted by Brad Pears at 8/23/2007 5:04:14 PM
I am working on a project that has one main form that contains a split
container with two panels, inside one of the panels there may be various tab
controls that also have multiple tab pages - each of which may have many
user entry controls on them such as combo boxes, text boxes etc...
I a... more >>
Vertical Scroll
Posted by Sean Liming (MVP) at 8/19/2007 11:57:02 PM
I have a communication program using the SerialPort control. The application
performs the serial read in sPort_DataReceived thread and data is displayed
in a RichTextBox using the callback/invoke routine. The Vertical control
scroll bar is enabled so the user can scroll up and down to see th... more >>
Container for Images
Posted by Bernie Hunt at 8/13/2007 2:10:46 AM
I need to display a set of images, much like how a listbox displays text.
Can anyone suggest a control that will do this for me?
I've never worked with images like this before so I appologize for my
ignorance.
Thanks,
Bernie
... more >>
DataGridView Possible Bug?
Posted by Matt at 8/7/2007 2:08:00 AM
I have what looks like a bug using the DataGridView:
I am populating a DataView and then setting the DataGridView to display this
as the source. I then want to add two unbound columns to add some derived
information:
nL1 = DataGridView1.Columns.Add("OULevel1", "OULevel1")
... more >>
Adding controls at running time
Posted by nohel at 8/7/2007 12:28:56 AM
hello i'have a question, i'm already development an app that read
images from a directory (i dont know in advance how many images will
be) an i'm thinking in show them up on a ControlTab an adding many
tabs as images i have, obviusly the controlTab there be empty an when
read the total of images... more >>
|