Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
Questionhow to open a form when click on custom property item in propertygridview Pin
dilipmca045-Mar-09 16:29
dilipmca045-Mar-09 16:29 
Questionnested lists problem Pin
VitroBlue5-Mar-09 15:42
VitroBlue5-Mar-09 15:42 
hello
i have an assignment (don't run!) about a computer vision system for a robot.
My team and i are stuck on it, because this is the very first time in our lives we use c# (please, don't run!. We do have basic programming knowledge, tho, so we are not totally lost. The point is we need to manage the webcam images data in a list of list; we know it's possible to do this but we are not so sure of how.

List<PixelData> Shape = new List<PixelData>();
List<List<PixelData>> ShapeList = new List<List<PixelData>>();
ShapeList.Add(Shape);
Shape = ShapeList.IndexOf(List<PixelData>, 2);


(we are testing code, that's why it might not seem to make sense.)

as we track down a binary bitmap, we need to identify shapes and we will never know how many shapes are we going to find on each bitmap; so, as a start, we want the list of shapes, but each shape is actually a list of the pixels that build it up... (am i clear?)
the questions:
gt;do we need to give a name to every list of datapixels inside the mayor list? how do we do that?
gt;how do we retrieve each shape (list of datapixels from the main list) as a whole and then each shape data (datapixels from every list)?
gt;... does the little bit of code makes any sense at all Cry | :(( ?

please please help.
tnx

atte: my classteam and i
VB
AnswerRe: nested lists problem Pin
Christian Graus5-Mar-09 15:55
protectorChristian Graus5-Mar-09 15:55 
AnswerRe: nested lists problem Pin
Luc Pattyn5-Mar-09 23:51
sitebuilderLuc Pattyn5-Mar-09 23:51 
Questionexporting to Excel Pin
avvaru.murali5-Mar-09 15:18
avvaru.murali5-Mar-09 15:18 
AnswerRe: exporting to Excel Pin
Christian Graus5-Mar-09 15:52
protectorChristian Graus5-Mar-09 15:52 
AnswerRe: exporting to Excel Pin
Ramkithepower5-Mar-09 19:24
Ramkithepower5-Mar-09 19:24 
Questionneed help..... How to link the current website that i am browsing to the textbox ? Pin
YiXiang_895-Mar-09 15:04
YiXiang_895-Mar-09 15:04 
AnswerRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
_Maxxx_5-Mar-09 15:12
professional_Maxxx_5-Mar-09 15:12 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
YiXiang_895-Mar-09 15:19
YiXiang_895-Mar-09 15:19 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
Christian Graus5-Mar-09 15:56
protectorChristian Graus5-Mar-09 15:56 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
YiXiang_895-Mar-09 16:13
YiXiang_895-Mar-09 16:13 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
_Maxxx_5-Mar-09 17:41
professional_Maxxx_5-Mar-09 17:41 
GeneralRe: need help..... How to link the current website that i am browsing to the textbox ? Pin
YiXiang_895-Mar-09 18:05
YiXiang_895-Mar-09 18:05 
QuestionHelp on CancelButton property? Pin
Wes Jones5-Mar-09 14:41
Wes Jones5-Mar-09 14:41 
AnswerRe: Help on CancelButton property? [modified] Pin
Xmen Real 5-Mar-09 15:04
professional Xmen Real 5-Mar-09 15:04 
GeneralRe: Help on CancelButton property? Pin
Wes Jones5-Mar-09 16:01
Wes Jones5-Mar-09 16:01 
AnswerRe: Help on CancelButton property? Pin
_Maxxx_5-Mar-09 15:07
professional_Maxxx_5-Mar-09 15:07 
GeneralRe: Help on CancelButton property? Pin
Wes Jones5-Mar-09 16:01
Wes Jones5-Mar-09 16:01 
QuestionFile Summary Info??? Pin
S K Y5-Mar-09 13:44
S K Y5-Mar-09 13:44 
AnswerRe: File Summary Info??? Pin
Yusuf5-Mar-09 14:46
Yusuf5-Mar-09 14:46 
GeneralRe: File Summary Info??? Pin
S K Y5-Mar-09 14:55
S K Y5-Mar-09 14:55 
GeneralRe: File Summary Info??? Pin
Yusuf5-Mar-09 16:45
Yusuf5-Mar-09 16:45 
AnswerRe: File Summary Info??? Pin
Dragonfly_Lee5-Mar-09 18:01
Dragonfly_Lee5-Mar-09 18:01 
GeneralRe: File Summary Info??? Pin
S K Y5-Mar-09 21:11
S K Y5-Mar-09 21:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.