Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: three dimentional array loops problem Pin
YawgmothIII20-Jul-05 10:03
YawgmothIII20-Jul-05 10:03 
Ok i'm not 100% sure but i think something like this is what your asking for.

<br />
for (int i=0; i<64; i++)<br />
{<br />
for (int x=0; x<64; x++)<br />
{<br />
for (int z=0; z<64; z++)<br />
{<br />
if (rook_moves[i][x][z] == 48)<br />
   return true;<br />
}<br />
}<br />
}<br />


This code, i'm pretty sure, would check every single slot in the Array for 48.
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 
GeneralSerializing multiple objects to the same disk file Pin
cab320-Jul-05 6:18
cab320-Jul-05 6:18 

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.