Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
AnswerRe: All in one exe? Pin
Mirko198024-Sep-09 21:46
Mirko198024-Sep-09 21:46 
Questionhow to add costum control to custom control via designer. [modified] Pin
Natural_Demon24-Sep-09 8:10
Natural_Demon24-Sep-09 8:10 
AnswerRe: how to add costum control to custom control via designer. Pin
Henry Minute24-Sep-09 12:09
Henry Minute24-Sep-09 12:09 
GeneralRe: how to add costum control to custom control via designer. Pin
Natural_Demon25-Sep-09 1:16
Natural_Demon25-Sep-09 1:16 
GeneralRe: how to add costum control to custom control via designer. Pin
Henry Minute25-Sep-09 2:59
Henry Minute25-Sep-09 2:59 
GeneralRe: how to add costum control to custom control via designer. Pin
Natural_Demon25-Sep-09 11:55
Natural_Demon25-Sep-09 11:55 
Questionhow to get "add web reference" option in windowsapplication.. Pin
priyareguri24-Sep-09 8:08
priyareguri24-Sep-09 8:08 
AnswerRe: how to get "add web reference" option in windowsapplication.. Pin
Manas Bhardwaj24-Sep-09 8:24
professionalManas Bhardwaj24-Sep-09 8:24 
GeneralRe: how to get "add web reference" option in windowsapplication.. Pin
.NET Source Code11-Apr-11 16:20
.NET Source Code11-Apr-11 16:20 
QuestionRe: how to get "add web reference" option in windowsapplication.. Pin
Arun190628-Sep-10 2:31
Arun190628-Sep-10 2:31 
AnswerRe: how to get "add web reference" option in windowsapplication.. Pin
Karthik. A28-Sep-10 5:39
Karthik. A28-Sep-10 5:39 
QuestionDataGridView combobox column problem Pin
TimWallace24-Sep-09 6:29
TimWallace24-Sep-09 6:29 
Answer[SOLVED] DataGridView combobox column problem Pin
TimWallace25-Sep-09 10:00
TimWallace25-Sep-09 10:00 
QuestionHow can make FullScreen and Top Form? Pin
hamid reza mansouri24-Sep-09 5:39
professionalhamid reza mansouri24-Sep-09 5:39 
AnswerRe: How can make FullScreen and Top Form? PinPopular
DaveyM6924-Sep-09 5:47
professionalDaveyM6924-Sep-09 5:47 
AnswerRe: How can make FullScreen and Top Form? Pin
musefan24-Sep-09 5:50
musefan24-Sep-09 5:50 
GeneralRe: How can make FullScreen and Top Form? Pin
EliottA24-Sep-09 6:58
EliottA24-Sep-09 6:58 
GeneralRe: How can make FullScreen and Top Form? Pin
Richard MacCutchan24-Sep-09 9:44
mveRichard MacCutchan24-Sep-09 9:44 
GeneralRe: How can make FullScreen and Top Form? Pin
musefan24-Sep-09 21:54
musefan24-Sep-09 21:54 
AnswerRe: How can make FullScreen and Top Form? Pin
Richard MacCutchan24-Sep-09 7:04
mveRichard MacCutchan24-Sep-09 7:04 
AnswerRe: How can make FullScreen and Top Form? Pin
PIEBALDconsult24-Sep-09 8:41
mvePIEBALDconsult24-Sep-09 8:41 
Questionownerdraw MenuStrip Adobe Cs4 lookalike, any voluntairs? Pin
Natural_Demon24-Sep-09 5:27
Natural_Demon24-Sep-09 5:27 
QuestionHow to exclude a property from data binding? Pin
Frank W. Wu24-Sep-09 5:23
Frank W. Wu24-Sep-09 5:23 
AnswerRe: How to exclude a property from data binding? Pin
Ennis Ray Lynch, Jr.24-Sep-09 7:32
Ennis Ray Lynch, Jr.24-Sep-09 7:32 
QuestionCollection within collection classes (a la Treeview/TreeNodes) Pin
Nyoshu24-Sep-09 4:10
Nyoshu24-Sep-09 4:10 
Hey everybody,
Looking for another push in the right direction here.
I'm trying to create a class that involves other collection, like the Treeview has Treenodes, which have treenodes, which have treenodes, etc...
I have a Treeview that holds Teams, then Processors assigned to those teams, and then Tasks assigned to those Processors. I need to fill an excel spreadsheet based on these assignments. I'd like to create instance of a class based on each parent node in the treeview (where level == 0), where I can say 'foreach (Processor proc in Teams), create headers in excel, and then for each 'Alpha alpha in Processors', create subheaders underneath the Processors. The key is to, I guess, I have each team created at a time, onto the assigned Team Tab in Excel.

I've got classes created, but I'm afraid I've only got it set up where I can create a Team.Processors, and a Processors.Alpha, but not a Team.Processors.Alphas... Honestly, I'm not sure if I'm even headed in the right direction.

Any ideas or detailed articles on this? All help is appreciated!
Thanks!
Scott

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.