Forum: C# Aug 29th, 2008 |
| Replies: 2 Views: 567 Thanks, I knew it's something stupid on my part! |
Forum: C# Aug 29th, 2008 |
| Replies: 5 Views: 1,017 Those three classes are not child classes so you do not need to override.
Looking at the code below, you are returning something?
virtual public void CalcPoints(int intMin, int intMax)
{... |
Forum: C# Aug 29th, 2008 |
| Replies: 4 Views: 1,287 What do you mean?
Label lbl=new Label();
lbl.Text="What do you mean?";
SomeContainer.Controls.Add(lbl); |
Forum: C# Aug 28th, 2008 |
| Replies: 2 Views: 567 Is Generics needed for this?
TIA
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace VehicleWorld |