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...
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...
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 =...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.