Click here to Skip to main content
16,005,222 members
Home / Discussions / C#
   

C#

 
AnswerRe: Combo Box question Pin
Martin#11-Dec-06 0:14
Martin#11-Dec-06 0:14 
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 
Hello Munty,

Muntyness wrote:
Admittedly no. To be honest I wasn't sure what that method was for.


This Method generates only one instance of the fnt_ItemManager.
It's also static, so you do not need an instance of the class to call it.

Cause if you make a instance like this:
fnt_ItemManager p_ItemManager = new fnt_ItemManager();

Every Control has its one instance of the Manager and has no idea which item is used by an other Control.

So please implement the method like i did and call it from the Controls, like that:
fnt_ItemManager p_ItemManager = yourenamespace.fnt_ItemManager.GetInstance();


If no't all controlls are linked (sharing one set of items), please let me know.
We would have to make the GetInstance method more dynamic to create and return more than one instance.

Hope that helps!

All the best,

Martin
GeneralRe: Combo Box question Pin
Muntyness12-Dec-06 8:48
Muntyness12-Dec-06 8:48 
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 

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.