Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: Combo Box question Pin
Muntyness11-Dec-06 0:43
Muntyness11-Dec-06 0:43 
AnswerRe: Combo Box question Pin
Martin#11-Dec-06 0:57
Martin#11-Dec-06 0:57 
GeneralRe: Combo Box question Pin
Muntyness11-Dec-06 1:16
Muntyness11-Dec-06 1:16 
GeneralRe: Combo Box question Pin
Muntyness11-Dec-06 6:26
Muntyness11-Dec-06 6:26 
GeneralRe: Combo Box question Pin
Martin#11-Dec-06 9:49
Martin#11-Dec-06 9:49 
GeneralRe: Combo Box question [modified] Pin
Muntyness12-Dec-06 3:19
Muntyness12-Dec-06 3:19 
GeneralRe: Combo Box question Pin
Martin#12-Dec-06 5:43
Martin#12-Dec-06 5:43 
GeneralRe: Combo Box question Pin
Muntyness12-Dec-06 8:48
Muntyness12-Dec-06 8:48 
So that's what it does! OMG | :OMG:

Hmm... I might try that when I next have some free time with the code (Which wont be till tommorow at the earliest)

At the moment I've just created the instance in the GUI that the user controls are added too. And then whenever the user adds another control, the ItemManager instance is passed into the new user control.

So it looks something like:

(In the create control method)
UserControl something = new UserControl(ItemManager);


And in the item manager, something like:

(In the user controls class)
private theItemManager itemManager;

public UserControl (theItemManager item)
{
    itemManager = item;
}

(Incase you're wondering, I don't have the code infront of me right now)

And don't worry, all the controls are using one set of items.

Thanks for all the help you're giving me by the way. Smile | :)

- Munty
QuestionRow Count Problem while reading file using OLDEB connection pls help me Pin
dhanabalanr10-Dec-06 23:00
dhanabalanr10-Dec-06 23:00 
Question"exception handling" Pin
ravikiranreddydharmannagari10-Dec-06 22:59
ravikiranreddydharmannagari10-Dec-06 22:59 
AnswerRe: "exception handling" Pin
Pete O'Hanlon10-Dec-06 23:03
mvePete O'Hanlon10-Dec-06 23:03 
Question'CopyLocal' - Reference Property Pin
AJ12310-Dec-06 22:57
AJ12310-Dec-06 22:57 
Questionhow to display windows form chart inside webpage? Pin
Velerena_sam10-Dec-06 22:56
Velerena_sam10-Dec-06 22:56 
AnswerRe: how to display windows form chart inside webpage? Pin
karam chandrabose11-Dec-06 0:50
karam chandrabose11-Dec-06 0:50 
GeneralRe: how to display windows form chart inside webpage? Pin
Velerena_sam11-Dec-06 20:04
Velerena_sam11-Dec-06 20:04 
QuestionChanging a Column value in a DataRow Pin
Gareth H10-Dec-06 22:46
Gareth H10-Dec-06 22:46 
AnswerRe: Changing a Column value in a DataRow [modified] Pin
Gareth H12-Dec-06 0:27
Gareth H12-Dec-06 0:27 
QuestionRighthand mouse-click to a tree-view should act like a lefthand mouse-click Pin
Schmullus10-Dec-06 22:42
Schmullus10-Dec-06 22:42 
QuestionAVI to 3GP Conversion in C#.Net Pin
Abhilash K10-Dec-06 22:35
Abhilash K10-Dec-06 22:35 
AnswerRe: AVI to 3GP Conversion in C#.Net Pin
chris_do10-Dec-06 23:04
chris_do10-Dec-06 23:04 
Questionoffline web service programming? Pin
George_George10-Dec-06 21:54
George_George10-Dec-06 21:54 
AnswerRe: offline web service programming? Pin
Pete O'Hanlon10-Dec-06 23:06
mvePete O'Hanlon10-Dec-06 23:06 
GeneralRe: offline web service programming? Pin
George_George11-Dec-06 2:54
George_George11-Dec-06 2:54 
GeneralRe: offline web service programming? Pin
Pete O'Hanlon11-Dec-06 3:26
mvePete O'Hanlon11-Dec-06 3:26 
GeneralRe: offline web service programming? Pin
George_George11-Dec-06 3:32
George_George11-Dec-06 3:32 

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.