Click here to Skip to main content
15,881,139 members
Home / Discussions / C#
   

C#

 
Generalzooming in winforms. Pin
sreejith ss nair21-Apr-05 20:18
sreejith ss nair21-Apr-05 20:18 
GeneralLaplacian pyramids Pin
Christian Graus21-Apr-05 19:25
protectorChristian Graus21-Apr-05 19:25 
GeneralRe: Laplacian pyramids Pin
John Fisher22-Apr-05 8:27
John Fisher22-Apr-05 8:27 
QuestionHow to play repeadly the media file in full screen mode Pin
Lalit N Dubey21-Apr-05 19:20
Lalit N Dubey21-Apr-05 19:20 
AnswerRe: How to play repeadly the media file in full screen mode Pin
Christian Graus21-Apr-05 19:23
protectorChristian Graus21-Apr-05 19:23 
GeneralRe: How to play repeadly the media file in full screen mode Pin
Lalit N Dubey21-Apr-05 23:17
Lalit N Dubey21-Apr-05 23:17 
GeneralRe: How to play repeadly the media file in full screen mode Pin
Christian in a nice hotel in Singapore24-Apr-05 0:23
sussChristian in a nice hotel in Singapore24-Apr-05 0:23 
GeneralCasting multi dimensional arrays Pin
Esmo200021-Apr-05 19:14
Esmo200021-Apr-05 19:14 
I have an object that I am getting from an Excel cell range. I can look at it in the debugger, its an array of arrays (of objects I think). I want to store this in a variable, but I dont know how to cast it!! I DO know the size of the array of arrays (both, i am completely aware of the dimensions of this object.)

Can somebody please help?? So you can see, here is what I have currently but it throws a cast exception:

cellR = workS.get_Range("A" + curRow, "F" + curRow);
Object theLine = cellR.get_Value(System.Type.Missing);
Object[][] theOtherLine = new object[1][];
theOtherLine = (Object[][])theLine;

It does so at runtime.

Cheers!
Jim

Did I post well? Rate it! Did I post badly? Rate that too!
GeneralRe: Casting multi dimensional arrays Pin
Christian Graus21-Apr-05 19:23
protectorChristian Graus21-Apr-05 19:23 
GeneralRe: Casting multi dimensional arrays Pin
Esmo200022-Apr-05 1:41
Esmo200022-Apr-05 1:41 
GeneralRe: Casting multi dimensional arrays Pin
S. Senthil Kumar22-Apr-05 2:44
S. Senthil Kumar22-Apr-05 2:44 
GeneralWeird class cast issue Pin
serious-sam21-Apr-05 17:18
serious-sam21-Apr-05 17:18 
GeneralRe: Weird class cast issue Pin
Christian Graus21-Apr-05 17:38
protectorChristian Graus21-Apr-05 17:38 
GeneralRe: Weird class cast issue Pin
serious-sam21-Apr-05 17:51
serious-sam21-Apr-05 17:51 
QuestionHow to Escape the ";" Pin
CSharpBala21-Apr-05 17:14
CSharpBala21-Apr-05 17:14 
AnswerRe: How to Escape the ";" Pin
Ashok Dhamija21-Apr-05 18:05
Ashok Dhamija21-Apr-05 18:05 
AnswerRe: How to Escape the ";" Pin
leppie21-Apr-05 19:42
leppie21-Apr-05 19:42 
Generalconnection.close or .dispose Pin
vcllvc21-Apr-05 16:54
vcllvc21-Apr-05 16:54 
GeneralRe: connection.close or .dispose Pin
Christian Graus21-Apr-05 18:14
protectorChristian Graus21-Apr-05 18:14 
GeneralRe: connection.close or .dispose Pin
Dave Kreskowiak22-Apr-05 1:14
mveDave Kreskowiak22-Apr-05 1:14 
GeneralRe: connection.close or .dispose Pin
S. Senthil Kumar22-Apr-05 3:02
S. Senthil Kumar22-Apr-05 3:02 
GeneralRe: connection.close or .dispose Pin
Dave Kreskowiak22-Apr-05 5:26
mveDave Kreskowiak22-Apr-05 5:26 
GeneralRe: connection.close or .dispose Pin
vcllvc22-Apr-05 17:20
vcllvc22-Apr-05 17:20 
GeneralRe: connection.close or .dispose Pin
S. Senthil Kumar22-Apr-05 18:19
S. Senthil Kumar22-Apr-05 18:19 
QuestionRichTextBox not display the right string? Pin
Snowjim21-Apr-05 14:01
Snowjim21-Apr-05 14:01 

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.