Search Results

Showing results 1 to 4 of 4
Search took 0.01 seconds.
Search: Posts Made By: khbummy
Forum: C# Aug 29th, 2008
Replies: 2
Views: 567
Posted By khbummy
Thanks, I knew it's something stupid on my part!
Forum: C# Aug 29th, 2008
Replies: 5
Views: 1,017
Posted By khbummy
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
Posted By khbummy
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
Posted By khbummy
Is Generics needed for this?
TIA


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace VehicleWorld
Showing results 1 to 4 of 4

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC