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

    Where does the exe -file name in a setup project come from?

    I've written a small app and during development has changed it's name a few times. Now I'm finished and have added a setup project using the setup wizard. When I build the setup project I end up with a "setup.ini", "setup.exe" and a "setup NewApplication.msi". I install it by clicking setup.exe...
  2. andypandyswe

    XML or possibly Text encoding problem in excel!

    Hi, I've got a datagrid that i want to write to an xml -file (in the code) that will later be opened in excel. I've created an excel -file that looks like the result I want to get, then saved it as an XML -file (exceloutput.xml) and opened it in notepad to see what it looks like. I've then...
  3. andypandyswe

    Linebreak in dataGrid cell...

    I'm trying to show four different values, one above the other, in each dataGrid cell. I've solved this by combining the four values into a single string with \n inbetween the values. Added the values to a table containing stringcolumns and connected the table to the datagrid. The problem is...
  4. andypandyswe

    How to print a datagrid?

    I've a windows form with a datagrid (and a few labels). The datagrid is connected to a datatable in code (no relational databases or adapters are used). Anyone know of an easy way to print it? Or maybe someone knows of an article that explaines it? I read another post that one might make a...
  5. andypandyswe

    Unable to enter data in datagrid!?

    I've got a windows form with a datagrid that displays filtered data from a datatable. A week ago I could edit the data directly in the control (then read the rows in the dataview and save it) but now suddenly I can't! I don't know what I've done that could cause this and I've tried setting the...
  6. andypandyswe

    Text in a DataGrid RowHeader?

    How can I get text in a RowHeader (in a DataGrid control)? I've set the ColumnHeaders (for ex. to "model") with: dataSet.Tables["resultTable"].Columns.Add("model", typeof(System.String)); ...but I can't figure out how to do the same with the rows??? I would be most grateful if someone would...

Part and Inventory Search

Back
Top