all groups > vb.net controls > february 2007
When adding node I would like to enter Tag Info
Posted by Nach at 2/23/2007 8:51:05 AM
TreeView1.Nodes(0).Nodes.Add("For this Node I would like to add Tag")
When adding node I would like to enter Tag Info or other attributes like
forecolor.
... more >>
As the VB index help
Posted by giannis at 2/15/2007 7:34:01 PM
I like the feature in the VB index help, that user types in first
serveral characters, the list will jump to the first match.
How can i do this in VB with the combination of a combo box
and list box or with the combination of a text box and list box ?
Is this possible ? What events must i use fo... more >>
printing existing documents in vb.net 2005
Posted by Brad Pears at 2/15/2007 12:44:24 PM
Printing in vb.net seems to be much more convoluted than it ever was
before...
I am having troubles finding "good" articles that really spell out the
complete printing process.
What I would like to see especially is the ability to print existing
documents (ie. Word, PDF, Excel etc...) from ... more >>
Print in .net...
Posted by Brad Pears at 2/15/2007 10:45:44 AM
Printing in vb.net seems to be much more convoluted than it ever was
before...
I am having troubles finding "good" articles that really aly out the
complete printing process.
What I would like to see especially is the ability to print existing
documents (ie. Word, PDF, Excel etc...) from... more >>
Transversing thru Treeview
Posted by Nach at 2/15/2007 10:26:20 AM
Does any one have a sample how to go to a parent node
and then retreive all the children nodes info for that particulir parent.
Example you have products as a parent tree
then you have sales for that particulair product in the child tree.
for each product I would like to retreive all the sales... more >>
Press Enter Key in DataGridView
Posted by James Wong at 2/14/2007 12:00:00 AM
Hi,
In DataGridView,
can I move the cursor to the next column (not jump to next row) when i press
enter key?
thanks.
James
... more >>
Control arrays created at runtime
Posted by olds350racer at 2/13/2007 7:15:40 AM
I am a newbie but have come across a question I hope someone can help
with.
Given the following code for a UserControl:
' Declares in the class
Private intCount as Interger
Private myLabel() as Label
' Code in the Load event of my UserControl
Dim xCount as Integer
intCount = 10
redim myLa... more >>
DateTimePicker Language Problem
Posted by James Wong at 2/13/2007 12:00:00 AM
Hi,
In Windows Form, I use the DateTimePicker Control.
When I click the DateTimePicker, a calendar will show.
Can I change the language in this calendar? e.g. Mon, Tue, Wed...
Thanks.
James
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Set colors in a list box
Posted by Ebbe at 2/12/2007 2:52:42 PM
I want to highlight some lines(items) in a listbox by giving these lines an
other back/front color as the others.
Is it possible?
If "yes" - How?
Ebbe
... more >>
datagridview control - What event fires when you (un)check checkbox?
Posted by DesperateDan at 2/6/2007 8:23:35 AM
Can't believe I'm asking this but......
I've got a datagridview control which has a checkbox column.
I want to enable an UPDATE button as soon as any checkbox has changed
(checked/unchecked).
I'm currently trapping the event CellValueChanged however it doesn't
fire unless you lose focus f... more >>
Reportviewer / RDLC reports on related datatables
Posted by ralph sanchez at 2/2/2007 3:16:48 PM
My Windows Forms application reads its data from XML files into a number of
datatables which are related as defined by the schema (in an XSD). Using
Visual Studio 2005 Standard, I'd like to build some reports to display the
data that my application calculates. I've never used the ReportViewe... more >>
|