Click here to Skip to main content
15,907,910 members
Home / Discussions / C#
   

C#

 
GeneralDatagrid question Pin
Tom Wright20-Jul-05 10:47
Tom Wright20-Jul-05 10:47 
GeneralRe: Datagrid question Pin
Alomgir Miah20-Jul-05 12:01
Alomgir Miah20-Jul-05 12:01 
GeneralReading custom attributes in ReflectionOnly mode Pin
Daniel Grunwald20-Jul-05 10:18
Daniel Grunwald20-Jul-05 10:18 
GeneralRe: Reading custom attributes in ReflectionOnly mode Pin
leppie20-Jul-05 10:35
leppie20-Jul-05 10:35 
GeneralRe: Reading custom attributes in ReflectionOnly mode Pin
Daniel Grunwald20-Jul-05 10:49
Daniel Grunwald20-Jul-05 10:49 
GeneralTabControl Question Pin
zaboboa20-Jul-05 9:05
zaboboa20-Jul-05 9:05 
GeneralRe: TabControl Question Pin
Alomgir Miah20-Jul-05 10:19
Alomgir Miah20-Jul-05 10:19 
Generalthree dimentional array loops problem Pin
iramg20-Jul-05 8:47
iramg20-Jul-05 8:47 
hello
i am new in programming and also in C#. i have a problem regarding for loop in three dimentional array .
i am pasting piece of code in which i want to check that a value exists in array or not
rook_moves = new int[ 64 ][][];
rook_moves[ 0 ] = new int[ 2 ][];
rook_moves[ 0 ][ 0 ] = new int[ 7 ];
rook_moves[ 0 ][ 1 ] = new int[ 7 ];

rook_moves[ 0 ][ 0 ][ 0 ] = 1;
rook_moves[ 0 ][ 0 ][ 1 ] = 2;
rook_moves[ 0 ][ 0 ][ 2 ] = 3;
rook_moves[ 0 ][ 0 ][ 3 ] = 4;
rook_moves[ 0 ][ 0 ][ 4 ] = 5;
rook_moves[ 0 ][ 0 ][ 5 ] = 6;
rook_moves[ 0 ][ 0 ][ 6 ] = 7;
rook_moves[ 0 ][ 1 ][ 0 ] = 8;
rook_moves[ 0 ][ 1 ][ 1 ] = 16;
rook_moves[ 0 ][ 1 ][ 2 ] = 24;
rook_moves[ 0 ][ 1 ][ 3 ] = 32;
rook_moves[ 0 ][ 1 ][ 4 ] = 40;
rook_moves[ 0 ][ 1 ][ 5 ] = 48;
rook_moves[ 0 ][ 1 ][ 6 ] = 56;

if i want to search that '48' exists or not please tell me how i will implement it in C#
thanks

GeneralRe: three dimentional array loops problem Pin
YawgmothIII20-Jul-05 10:03
YawgmothIII20-Jul-05 10:03 
Generalgetting an enviorment variable Pin
Bic2k20-Jul-05 8:44
Bic2k20-Jul-05 8:44 
GeneralRe: getting an enviorment variable Pin
Bic2k20-Jul-05 8:57
Bic2k20-Jul-05 8:57 
GeneralRe: getting an enviorment variable Pin
Alomgir Miah20-Jul-05 10:00
Alomgir Miah20-Jul-05 10:00 
GeneralRe: getting an enviorment variable Pin
Vasudevan Deepak Kumar21-Jul-05 3:16
Vasudevan Deepak Kumar21-Jul-05 3:16 
Generalnetwork discovery Pin
ingenious^^20-Jul-05 8:27
ingenious^^20-Jul-05 8:27 
GeneralReturn string from native code to C# using SendMessage Pin
Roman Muntyanu20-Jul-05 7:23
Roman Muntyanu20-Jul-05 7:23 
GeneralRe: Return string from native code to C# using SendMessage Pin
Luis Alonso Ramos20-Jul-05 14:19
Luis Alonso Ramos20-Jul-05 14:19 
GeneralAuto Arrange desktop icons Pin
kevin_smoke20-Jul-05 7:00
kevin_smoke20-Jul-05 7:00 
GeneralRe: Auto Arrange desktop icons Pin
Alomgir Miah20-Jul-05 12:27
Alomgir Miah20-Jul-05 12:27 
GeneralRe: Auto Arrange desktop icons Pin
kevin_smoke20-Jul-05 23:37
kevin_smoke20-Jul-05 23:37 
GeneralRe: Auto Arrange desktop icons Pin
Sabry190521-Jul-05 2:23
Sabry190521-Jul-05 2:23 
GeneralRe: Auto Arrange desktop icons Pin
Alomgir Miah21-Jul-05 3:40
Alomgir Miah21-Jul-05 3:40 
GeneralRe: Auto Arrange desktop icons Pin
Alomgir Miah21-Jul-05 3:40
Alomgir Miah21-Jul-05 3:40 
GeneralSystem Time Pin
BrunoZP20-Jul-05 6:53
BrunoZP20-Jul-05 6:53 
GeneralDataGrid Question Pin
zaboboa20-Jul-05 6:29
zaboboa20-Jul-05 6:29 
GeneralRe: DataGrid Question Pin
Alomgir Miah20-Jul-05 12:31
Alomgir Miah20-Jul-05 12:31 

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.