Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
GeneralRe: Menus Pin
cdehelean13-May-03 1:56
cdehelean13-May-03 1:56 
GeneralRe: Menus Pin
Omega50113-May-03 4:57
Omega50113-May-03 4:57 
Questionan error of M$ VS .NET IDE fatware?!? Pin
cruscal13-May-03 0:23
cruscal13-May-03 0:23 
GeneralSerious bug in Array class Pin
leppie12-May-03 23:09
leppie12-May-03 23:09 
GeneralRe: Serious bug in Array class Pin
leppie13-May-03 0:46
leppie13-May-03 0:46 
GeneralRe: Serious bug in Array class Pin
leppie13-May-03 9:13
leppie13-May-03 9:13 
GeneralRe: Serious bug in Array class Pin
James T. Johnson13-May-03 3:10
James T. Johnson13-May-03 3:10 
GeneralRe: Serious bug in Array class Pin
leppie13-May-03 9:20
leppie13-May-03 9:20 
Thanks, it appears to be a VS.NET 2002 cosmetic bug rather. See above reply.

The reason why I am boxing everything is have a null value for all types so I can have "holes" in the array.

Also this I could for the life of me not to work:
Array chararrarr = Array(typeof(char[]), 2);
chararrarr.SetValue( "blah".ToCharArray, 0);
chararrarr.SetValue( "blep".ToCharArray, 1);

char[][] carar = (char[][]) chararrarr;
//cast explosion here

The only way I found is to copy the chars one by one Unsure | :~

Hey leppie! Your "proof" seems brilliant and absurd at the same time. - Vikram Punathambekar 28 Apr '03
GeneralRe: Serious bug in Array class Pin
Bo Hunter14-May-03 8:50
Bo Hunter14-May-03 8:50 
GeneralRe: Serious bug in Array class Pin
leppie14-May-03 9:35
leppie14-May-03 9:35 
GeneralFiring an event from outside the class Pin
Adam Turner12-May-03 22:55
Adam Turner12-May-03 22:55 
GeneralRe: Firing an event from outside the class Pin
James T. Johnson13-May-03 3:35
James T. Johnson13-May-03 3:35 
GeneralHosting Windows Forms Control in IE, Please Help Pin
Nicholas Naddaf12-May-03 14:30
Nicholas Naddaf12-May-03 14:30 
GeneralRe: Hosting Windows Forms Control in IE, Please Help Pin
Kant13-May-03 7:24
Kant13-May-03 7:24 
GeneralEnvDTE + visual studio .net addin Pin
cbiacca12-May-03 13:49
cbiacca12-May-03 13:49 
GeneralRe: EnvDTE + visual studio .net addin Pin
Stephane Rodriguez.12-May-03 21:13
Stephane Rodriguez.12-May-03 21:13 
GeneralRe: EnvDTE + visual studio .net addin Pin
cbiacca13-May-03 1:26
cbiacca13-May-03 1:26 
GeneralRe: EnvDTE + visual studio .net addin Pin
Stephane Rodriguez.13-May-03 2:03
Stephane Rodriguez.13-May-03 2:03 
GeneralRe: EnvDTE + visual studio .net addin Pin
Stephane Rodriguez.13-May-03 2:04
Stephane Rodriguez.13-May-03 2:04 
GeneralRe: EnvDTE + visual studio .net addin Pin
cbiacca13-May-03 13:49
cbiacca13-May-03 13:49 
GeneralImageList(contd..) Pin
Kant12-May-03 12:50
Kant12-May-03 12:50 
GeneralRe: ImageList(contd..) Pin
James T. Johnson12-May-03 15:04
James T. Johnson12-May-03 15:04 
GeneralRe: ImageList(contd..) Pin
Kant12-May-03 15:25
Kant12-May-03 15:25 
GeneralEnumerating Top Level Windows Pin
Waleed Eissa12-May-03 12:12
Waleed Eissa12-May-03 12:12 
GeneralRe: Enumerating Top Level Windows Pin
leppie12-May-03 13:36
leppie12-May-03 13:36 

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.