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...
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...
Hmmm, Isn't there an easier way to do it? I've already (almost) finished the entire app and in order to implement the above I'd have to do some pretty significant changes to something that finally works... Still, thanx Obislavu. If noone else has any ideas I guess I'll have to try it...
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...
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...
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...
Thanks once again SHelton, I don't need to edit the rows so the first solution works great... However, two other problems have now cropped up :-) Do you (or anyone else) have any ideas?
Problem 1:
The rowHeader text that ends up outside the window (the dataGrid is too large to be seen in it's...
Thanx a million SHelton, you've saved my a*s! It's working now...
I don't suppose someone knows how to get rid of the last row? There is always one empty row at the bottom with an asterisk (*) in the rowHeader column...
Thanx again
Andreas
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.