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 gkittelson 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: *

  1. Hogger

    DataGrid Checkbox?

    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
  2. Hogger

    DataGrid Checkbox?

    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...
  3. Hogger

    DataGrid Checkbox?

    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...
  4. Hogger

    How to make image shrink or stretch to fit defined space?

    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...

Part and Inventory Search

Back
Top