No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
1- Image has many types of features and the most and easiest to search for is Color Intensity or Distribution (RGB Histogram) But if you search for more details you have to use Texture features and Shape Extraction.
You could use a single form with header (logo) and footer contains the wizard controls(e.g. NextBtn , BackBtn) You can use the body area to show and hide panels according to the event and the state of the program. You can use the wizard at the following link and customize …
You can change Column(using column index) background color u can use the following code line : [QUOTE]gridResults.Columns[0].DefaultCellStyle.BackColor = Color.Blue;[/QUOTE] but for changing Row(using row index) background color use the following code line : [QUOTE]gridResults.Rows[0].DefaultCellStyle.BackColor = Color.Blue;[/QUOTE]
The End.
m7mud.mustafa