Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: Ask about table in C#? Pin
Johnscorta30-Apr-09 18:00
Johnscorta30-Apr-09 18:00 
GeneralRe: Ask about table in C#? Pin
Johnscorta30-Apr-09 18:18
Johnscorta30-Apr-09 18:18 
GeneralRe: Ask about table in C#? Pin
_Maxxx_30-Apr-09 19:47
professional_Maxxx_30-Apr-09 19:47 
QuestionHashtable problem in VisualStudio 08 C# Pin
msheekhah30-Apr-09 14:43
msheekhah30-Apr-09 14:43 
AnswerRe: Hashtable problem in VisualStudio 08 C# Pin
Member 103390730-Apr-09 22:35
Member 103390730-Apr-09 22:35 
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
msheekhah30-Apr-09 22:43
msheekhah30-Apr-09 22:43 
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
Member 103390730-Apr-09 23:05
Member 103390730-Apr-09 23:05 
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
msheekhah30-Apr-09 23:05
msheekhah30-Apr-09 23:05 
i had forgotten that I was trying to build it using a template of sample code I was working with...

so I started again...

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication4
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
    }
    public class character
    {
        protected Hashtable charSheet = new Hashtable();
        protected Hashtable calcSheet = new Hashtable();
        protected Hashtable mutantStats = new Hashtable();
        protected Hashtable mutantPowers = new Hashtable();
        public character()
        {
        }
        charSheet.Add("Name","")
        ...
        charSheet.Add("Money", "");
    }
}


I still do not see what I'm doing. why won't it let me make a hashtable in the class character when it's apart of the namespace with System.Container ?
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
Henry Minute1-May-09 1:12
Henry Minute1-May-09 1:12 
QuestionExcluding Activeds and ADODB from the setup project creating problem while installing the application on other machine Pin
prateeksj30-Apr-09 14:13
prateeksj30-Apr-09 14:13 
AnswerRe: Excluding Activeds and ADODB from the setup project creating problem while installing the application on other machine Pin
Mycroft Holmes30-Apr-09 15:27
professionalMycroft Holmes30-Apr-09 15:27 
QuestionWeird Security Error when shelling out to managed exe Pin
snakewine30-Apr-09 14:00
snakewine30-Apr-09 14:00 
QuestionSingleton Pattern : Using a single dataSet in all over of application. Pin
hdv21230-Apr-09 12:07
hdv21230-Apr-09 12:07 
GeneralRe: Singleton Pattern : Using a single dataSet in all over of application. Pin
Rolando CC30-Apr-09 12:47
professionalRolando CC30-Apr-09 12:47 
AnswerRe: Singleton Pattern : Using a single dataSet in all over of application. Pin
PIEBALDconsult30-Apr-09 13:00
mvePIEBALDconsult30-Apr-09 13:00 
GeneralRe: Singleton Pattern : Using a single dataSet in all over of application. Pin
Mycroft Holmes30-Apr-09 15:32
professionalMycroft Holmes30-Apr-09 15:32 
AnswerRe: Singleton Pattern : Using a single dataSet in all over of application. Pin
_Maxxx_30-Apr-09 16:39
professional_Maxxx_30-Apr-09 16:39 
QuestionExtracting Audio from Video file Pin
Payam Rastogi30-Apr-09 11:26
Payam Rastogi30-Apr-09 11:26 
AnswerRe: Extracting Audio from Video file Pin
Member 103390730-Apr-09 22:42
Member 103390730-Apr-09 22:42 
QuestionSimple power-up question Pin
Star0930-Apr-09 10:23
Star0930-Apr-09 10:23 
QuestionRe: Simple power-up question Pin
Christian Graus30-Apr-09 10:37
protectorChristian Graus30-Apr-09 10:37 
AnswerRe: Simple power-up question Pin
Member 103390730-Apr-09 10:41
Member 103390730-Apr-09 10:41 
GeneralRe: Simple power-up question Pin
Star0930-Apr-09 11:01
Star0930-Apr-09 11:01 
AnswerRe: Simple power-up question Pin
Dan Neely30-Apr-09 10:53
Dan Neely30-Apr-09 10:53 
GeneralRe: Simple power-up question Pin
Mycroft Holmes30-Apr-09 15:33
professionalMycroft Holmes30-Apr-09 15:33 

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.