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

C#

 
AnswerRe: How to provide secuity for webservices using c#? Pin
Ravi Bhavnani27-Nov-07 2:21
professionalRavi Bhavnani27-Nov-07 2:21 
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 
Sounds like homework. In order to get help with homework you need to show willing to have a try yourself and ask questions when you get stuck. Nobody is going to write the code for you.

I can give you some tips to get started.

1) Fill a list with the 9 possible values
2) Get a random number between 0-8
3) Get this item out of the list (remember to remove it) and add it to position 0 in the Array
4) Get a random number between 0-7
5) Get this item out of the list (remember to remove it) and add it to position 1 in the Array
6) Rinse/repeat until the array is full.


GeneralRe: About array?? Pin
omegazafer26-Nov-07 22:48
omegazafer26-Nov-07 22:48 
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 

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.