Ok, i have a DataTable with some columns, and i have a DataGrid. The DataGrid DataSource is my DataTable. So, how i color some elements? I want to color all elements in the Table = "F" and "I" Thanks. :)
M
moonboy
@moonboy
Posts
-
DataTable - DataGrid -
FileStream help! :(The path is specificated by the USER... foto is the path, if I use:
Image img = Image.FromFile( foto );
Only works if the path is the same of program folder.... -
FileStream help! :(Hi, im trying to get a image from a path. foto is a string path espec. by the user.
FileStream f = new FileStream( foto, FileMode.Open ); Image img = Image.FromStream( f );
This doesnt working, its only works if the image is in the same folder of the program =/ Thanks.