Click here to Skip to main content
16,005,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reflectively setting properties on value types Pin
PIEBALDconsult19-Feb-08 13:06
mvePIEBALDconsult19-Feb-08 13:06 
GeneralRe: Reflectively setting properties on value types Pin
Skippums20-Feb-08 6:46
Skippums20-Feb-08 6:46 
Questionp-port output problem Pin
Gunnar575919-Feb-08 11:25
Gunnar575919-Feb-08 11:25 
GeneralRe: p-port output problem Pin
Christian Graus19-Feb-08 12:32
protectorChristian Graus19-Feb-08 12:32 
QuestionData table in C# Pin
dalbhide bipin19-Feb-08 11:12
dalbhide bipin19-Feb-08 11:12 
GeneralRe: Data table in C# Pin
Gareth H19-Feb-08 11:35
Gareth H19-Feb-08 11:35 
GeneralRe: Data table in C# Pin
dalbhide bipin19-Feb-08 18:47
dalbhide bipin19-Feb-08 18:47 
GeneralArray null problem Pin
netJP12L19-Feb-08 10:58
netJP12L19-Feb-08 10:58 
I am instianting an array of MyControl but after instianting my mc[0] is null. I don't understand it. shouldn't it has Width 100 and Height 100


MyControl[] mc = new MyControl[5];

public class MyControl:Control
{

public MyControl()
{
this.Width=100;
this.Height=100;
}
}

Thanks
GeneralRe: Array null problem Pin
Ravi Bhavnani19-Feb-08 11:03
professionalRavi Bhavnani19-Feb-08 11:03 
GeneralRe: Array null problem Pin
TheGreatAndPowerfulOz20-Feb-08 13:32
TheGreatAndPowerfulOz20-Feb-08 13:32 
Questionhow to create web site blocker Pin
Mahmood Abbasi19-Feb-08 10:06
Mahmood Abbasi19-Feb-08 10:06 
AnswerRe: how to create web site blocker Pin
Ravi Bhavnani19-Feb-08 10:45
professionalRavi Bhavnani19-Feb-08 10:45 
AnswerRe: how to create web site blocker Pin
Pete O'Hanlon19-Feb-08 10:47
mvePete O'Hanlon19-Feb-08 10:47 
GeneralRe: how to create web site blocker Pin
Mahmood Abbasi19-Feb-08 11:24
Mahmood Abbasi19-Feb-08 11:24 
GeneralRe: how to create web site blocker Pin
Christian Graus19-Feb-08 15:06
protectorChristian Graus19-Feb-08 15:06 
GeneralRe: how to create web site blocker Pin
TheGreatAndPowerfulOz20-Feb-08 13:35
TheGreatAndPowerfulOz20-Feb-08 13:35 
GeneralTooltips on disabled controls Pin
jchalfant19-Feb-08 8:25
jchalfant19-Feb-08 8:25 
GeneralRe: Tooltips on disabled controls Pin
Ravi Bhavnani19-Feb-08 10:47
professionalRavi Bhavnani19-Feb-08 10:47 
GeneralRe: Tooltips on disabled controls Pin
jchalfant19-Feb-08 10:59
jchalfant19-Feb-08 10:59 
GeneralRe: Tooltips on disabled controls Pin
Ravi Bhavnani19-Feb-08 11:01
professionalRavi Bhavnani19-Feb-08 11:01 
GeneralRe: Tooltips on disabled controls Pin
Member 44223237-Oct-09 11:56
Member 44223237-Oct-09 11:56 
GeneralDouble vs Decimal Pin
Vodstok19-Feb-08 8:01
Vodstok19-Feb-08 8:01 
GeneralRe: Double vs Decimal Pin
Le centriste19-Feb-08 9:03
Le centriste19-Feb-08 9:03 
GeneralRe: Double vs Decimal Pin
PIEBALDconsult19-Feb-08 9:23
mvePIEBALDconsult19-Feb-08 9:23 
GeneralRe: Double vs Decimal Pin
Guffa19-Feb-08 9:26
Guffa19-Feb-08 9:26 

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.