Well I'm back again,
I have found out how to do it myself.
You have to typecast the values which you want to set the TrueValue and FalseValue properties to. Such as...
TrueValue = (short) -1;
FalseValue = (short) 0;
Now our application works just fine.
/Magnus
Hi again,
I think the Step-by-step should be welcome here. We are currently trying this solution on a C#.NET solution without the complete VS.NET. So we can't use typed datasets. We have tried to create a DataGridBoolColumn and set FalseValue=0 and TrueValue=-1. But that doesn't help. Still...
Hi jgoodman00
I just womder how you solved the problem with the tri-state checkboxes. We have the same problem. We have a SQL table which we get data from we place the data in a dataset and binds it to a datagrid. We use the DataGridBoolColumn object to get the checkboxes. The value for that...
Hi there,
I have tried to use the StretchBlt and it works fine in Windows 2000. When I try to use it in Windows 95 or Windows Me it just gives me a blank picturebox... not fun at all. I have tried to use PaintPicture instead but it gives me a crappy resolution of the picture. Do anyone have any...
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.