Hi .Arco sorry to bother you but i have been trying to fix the Guild Bulletin So it adds wat every u say but its just not happening. You Type something in then it just stays Blank nothing appears
I am Going to Post the Void if you can please tell me what i am doing wrong and guide me through this a bit im not tryin to make u do all the work just tell me where i can find the definitions or codes for the public string Bulletin
public class Guild
{
public MemberInfo Creator;
public Hashtable Members = new Hashtable();
public uint Fund;
public uint Wins;
public ushort GuildID;
public string GuildName;
public string Bulletin = "Summary";
public ArrayList Allies = new ArrayList();
public ArrayList Enemies = new ArrayList();
I am Going to Post the Void if you can please tell me what i am doing wrong and guide me through this a bit im not tryin to make u do all the work just tell me where i can find the definitions or codes for the public string Bulletin
public class Guild
{
public MemberInfo Creator;
public Hashtable Members = new Hashtable();
public uint Fund;
public uint Wins;
public ushort GuildID;
public string GuildName;
public string Bulletin = "Summary";
public ArrayList Allies = new ArrayList();
public ArrayList Enemies = new ArrayList();