User Profile
Collapse
-
VB.Net - Cant get NumericUpDown to spin
Hi everyone - can someone tell me please how to get the NumericUpDown control to increase/decrease values quickly - by default it increases by the increment value and in VB6 we used to use code to make it spin - am I missing a property? Many Thanks as usual -
Thanks for editing the text for me.
The nodes are added by code from data supplied by the user.
Not from a database. And there are very few, perhaps 15 parent
nodes only and with perhaps 4 of them having two or three children.
Thanks for trying -
VB.Net - Treeview Logic Problem
Hi all
My Treeview is working fine with the following layout
I have used the MSDN code sampleCode:1 Parent 2 Parent 1 Child 2 Child 3 Parent ..............etc
If tx.Text.Length <> tx.Text.Length Then
Return tx.Text.Length - ty.Text.Length
End If
Return String.Compare( ty.Text, tx.Text)
Which sorts by... -
VB.2005 Newbie with treeview logic problem
Hi all
My Treeview is working fine with the following layout
1 Parent
2 Parent
1 Child
2 Child
3 Parent
..............e tc
I am trying to sort with the following code from MSDN
If tx.Text.Length <> tx.Text.Length Then
Return tx.Text.Length - ty.Text.Length
End If
Return String.Compare( ty.Text,... -
Thanks so much for the response everyone - this is the stripped down code
The problem is the combobox values
...Code:Dim dropcolumn As New DataGridViewComboBoxColumn Dim CheckColumn As New DataGridViewCheckBoxColumn Dim CheckColumn2 As New DataGridViewCheckBoxColumn Dim i As Integer = 0 Dim temp As String = "" With dropcolumnLeave a comment:
-
Unbound Datagridview
VB.2005 - Please help - I've been trying for days to find some simple code samples to programatically add and remove data from an unbound Datagridview. I only have 3 coloums of 3 rows and there should be no editing by the user, except to click a checkbox. All other data is added by the program. I can create the coloumns and the rows OK but cant seem to get data in and out of the cells. Any pointers would be appreciated. -
File data to a com port in VB.NET
Hi - I want to use VB.Net to get data from a file to an application via the serial port. In other words the application expects data in through COM 1 and I want to send it data from the file. Please could someone give me some ideas or point me to some relevant material?? Many Thanks -
ActiveX or dll in .net, Please?
I'm a very new convert from VB6 to VB.Net. I have a number of ActiveX's that I purchased previously. Could someone tell me or point me to appropriate documentation? I know it is possible for me to use my ActiveX's from VB6 with .Net, instead of having to buy new .net equivelants for evrything, but is it advisable. Are they just as stable or should I re purchase everything in .net. It seems as though the ActiveX versions are cheaper now also.... -
vb.net - filenames to sql
Hi - if i'm in the wrong place, please forgive me. I am using VS2005 VB. I have 12,000 files on a harddrive and I need to get the path and names of these files into a sql database. Can anyone point me in the right direction please?
Many Thanks
No activity results to display
Show More
Leave a comment: