Click here to Skip to main content
15,887,175 members
Home / Discussions / C#
   

C#

 
Questionhow to display images in crystal report Pin
chithra.r26-Nov-07 22:15
chithra.r26-Nov-07 22:15 
AnswerReposted in less than one minute (Please ignore) Pin
Vasudevan Deepak Kumar27-Nov-07 0:32
Vasudevan Deepak Kumar27-Nov-07 0:32 
Questionhow to display images in crystal report Pin
chithra.r26-Nov-07 22:12
chithra.r26-Nov-07 22:12 
AnswerRe: how to display images in crystal report Pin
N a v a n e e t h26-Nov-07 23:04
N a v a n e e t h26-Nov-07 23:04 
QuestionAbout array?? Pin
omegazafer26-Nov-07 22:08
omegazafer26-Nov-07 22:08 
AnswerRe: About array?? Pin
Sun Rays26-Nov-07 22:16
Sun Rays26-Nov-07 22:16 
AnswerRe: About array?? Pin
J4amieC26-Nov-07 22:20
J4amieC26-Nov-07 22:20 
GeneralRe: About array?? Pin
omegazafer26-Nov-07 22:48
omegazafer26-Nov-07 22:48 
Random rnd = new Random();

int[] sayilar = new int[9];

for (int i = 0; i < 9; i++)

{

int rastgele = rnd.Next(1, 9);


sayilar[i] = rastgele;

}


Above, I can construct the array members randomly but, my problem is that,
For example, I gave 7 to sayilar[1], after that I can't remove 7 from number list. Because the sayilar[2] can't be 7 but the others members of array can be 7.
My condition is not that all members have different values , I want only sayilar[1] is different from sayilar[2] and sayilar[4] is different from sayilar[5].
sayilar[7],sayilar[8],sayilar[6],sayilar[3] can have the same value. I give numbers to members as randomly.
GeneralRe: About array?? Pin
J4amieC26-Nov-07 23:48
J4amieC26-Nov-07 23:48 
GeneralRe: About array?? Pin
omegazafer27-Nov-07 0:01
omegazafer27-Nov-07 0:01 
GeneralRe: About array?? Pin
omegazafer26-Nov-07 23:45
omegazafer26-Nov-07 23:45 
GeneralRe: About array?? Pin
Luc Pattyn27-Nov-07 1:45
sitebuilderLuc Pattyn27-Nov-07 1:45 
GeneralRe: About array?? Pin
omegazafer27-Nov-07 3:00
omegazafer27-Nov-07 3:00 
GeneralRe: About array?? Pin
Luc Pattyn27-Nov-07 3:47
sitebuilderLuc Pattyn27-Nov-07 3:47 
QuestionConnect to MySQL from C# Pin
adi.rusu26-Nov-07 21:53
adi.rusu26-Nov-07 21:53 
AnswerRe: Connect to MySQL from C# Pin
pmarfleet26-Nov-07 21:58
pmarfleet26-Nov-07 21:58 
QuestionHow to use drawmultilinestring method Pin
nayem26-Nov-07 21:36
nayem26-Nov-07 21:36 
AnswerRe: How to use drawmultilinestring method Pin
Bekjong26-Nov-07 22:48
Bekjong26-Nov-07 22:48 
QuestionTCP/IP Pin
half-life26-Nov-07 21:19
half-life26-Nov-07 21:19 
AnswerRe: TCP/IP Pin
KennyPatel26-Nov-07 21:45
KennyPatel26-Nov-07 21:45 
GeneralRe: TCP/IP Pin
half-life27-Nov-07 5:18
half-life27-Nov-07 5:18 
QuestionSearching for devices Pin
Strategic_Thinker26-Nov-07 20:51
Strategic_Thinker26-Nov-07 20:51 
QuestionVS question about the auto generated InitializeComponent() method Pin
akkram26-Nov-07 20:51
akkram26-Nov-07 20:51 
AnswerRe: VS question about the auto generated InitializeComponent() method Pin
Urs Enzler26-Nov-07 21:56
Urs Enzler26-Nov-07 21:56 
Questionfetching the value of a datafield into a textbox Pin
Nitin.raj26-Nov-07 20:37
Nitin.raj26-Nov-07 20:37 

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.