User Profile

Collapse

Profile Sidebar

Collapse
Unter
Unter
Last Activity: Feb 3 '08, 02:45 PM
Joined: Oct 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Unter
    started a topic VB.Net - Cant get NumericUpDown to spin
    in .NET

    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
    See more | Go to post

  • Unter
    replied to VB.Net - Treeview Logic Problem
    in .NET
    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
    See more | Go to post

    Leave a comment:


  • Unter
    started a topic VB.Net - Treeview Logic Problem
    in .NET

    VB.Net - Treeview Logic Problem

    Hi all
    My Treeview is working fine with the following layout
    Code:
    1 Parent
    
    2 Parent
        1 Child
        2 Child
    
    3 Parent
    ..............etc
    I have used the MSDN code sample

    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...
    See more | Go to post
    Last edited by Killer42; Dec 21 '07, 07:54 AM. Reason: Added CODE tags to preserve indenting

  • Unter
    started a topic VB.2005 Newbie with treeview logic problem
    in .NET

    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,...
    See more | Go to post

  • Unter
    replied to Unbound Datagridview
    in .NET
    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 dropcolumn
    ...
    See more | Go to post

    Leave a comment:


  • Unter
    started a topic Unbound Datagridview
    in .NET

    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.
    See more | Go to post

  • Unter
    started a topic File data to a com port in VB.NET
    in .NET

    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
    See more | Go to post

  • Unter
    started a topic ActiveX or dll in .net, Please?
    in .NET

    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....
    See more | Go to post

  • Unter
    started a topic vb.net - filenames to sql
    in .NET

    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
    See more | Go to post
No activity results to display
Show More
Working...