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

C#

 
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 
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 
try

MyControl[] mc = new MyControl[5] { new MyControl(), new MyControl(), new MyControl(), new MyControl(), new MyControl() };

that will allocate an array of MyControl instances and then also initialize the array slots.

Silence is the voice of complicity.

Strange women lying in ponds distributing swords is no basis for a system of government. -- monty python

Might I suggest that the universe was always the size of the cosmos. It is just that at one point the cosmos was the size of a marble. -- Colin Angus Mackay

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 
GeneralRe: Double vs Decimal Pin
DaveyM6919-Feb-08 9:38
professionalDaveyM6919-Feb-08 9:38 
GeneralRe: Double vs Decimal Pin
Vodstok19-Feb-08 12:22
Vodstok19-Feb-08 12:22 

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.