المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : windows form programming



C# Programming
07-29-2009, 09:20 PM
I am trying to access a listbox in a class that is not Form1.cs but I am having difficulty. How do I access this list box?
I have tried:


public class DeckManagement: Form

and

public class DeckManagement: WarGame
//WarGame is the name of the class inside form1