Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: SlantyOD
  • Content: Threads
  • Order by date
  1. SlantyOD

    Programmatically Scrolling a Listview

    Hi All, I'm trying to tie two ListViews together so that when the user scrolls one, the other stays 'in sync'. Since there are no OnScroll events, and the scroll bar position is unavailable, I've been forced to create my own ListView class and override WndProc. In this I've caught all...
  2. SlantyOD

    DataTable.Select with byte[]

    Hi all, I have a DataTable that has been taken from a SQL Server table that makes extensive use of the binary datatype for primary and foreign keys. It appears that when it is brought into the ADO.NET DataTable, binary values are treated as byte arrays (byte[]). Is there a way to use...
  3. SlantyOD

    Late Binding In C#

    Hi All, A quick question for you regarding late binding in C#. I believe I'm very close to getting this to work but not quite there yet. Basically I'm trying to recreate some VB6 code in C#. Here's the VB6 code: Dim myInterface as (my COM Interface) Dim myInt as Integer Set myInterface =...
  4. SlantyOD

    Highlighting text in a textbox

    Hi all, Does anybody know offhand how to highlight certain text in a textbox(or richtextbox)? I'm trying to compare two strings that are 100,000 chars long (using String.Compare) and if they're different I'd like to know how they're different. What I'd like to do is compare the strings one...
  5. SlantyOD

    Dynamically adding Nodes to a TreeView

    Hi all, I'm working on a program that tests the API of another program, and then assigns a pass or fail grade to each test. Because there are a large number of tests I have most of the work occurring on a separate thread from the main form, and use a delegate to update a treeview on the main...
  6. SlantyOD

    Selective Checkboxes with TreeView

    Hi all, Is there anyway to selectively choose which nodes in a treeview have checkboxes? What I'd like to do is have any node that has a child to not have a checkbox and any node that doesn't have a child to have a checkbox. Thanks in advance, SlantyOD

Part and Inventory Search

Back
Top