Click here to Skip to main content
15,902,634 members
Home / Discussions / C#
   

C#

 
Questionimagemap with highlight Pin
Axell14-Feb-09 8:19
Axell14-Feb-09 8:19 
AnswerRe: imagemap with highlight Pin
Nuri Ismail14-Feb-09 8:27
Nuri Ismail14-Feb-09 8:27 
GeneralRe: imagemap with highlight Pin
DaveyM6914-Feb-09 8:29
professionalDaveyM6914-Feb-09 8:29 
GeneralRe: imagemap with highlight Pin
Axell14-Feb-09 8:34
Axell14-Feb-09 8:34 
GeneralRe: imagemap with highlight Pin
DaveyM6914-Feb-09 11:29
professionalDaveyM6914-Feb-09 11:29 
AnswerRe: imagemap with highlight Pin
DaveyM6914-Feb-09 8:28
professionalDaveyM6914-Feb-09 8:28 
Questionarray table or string table Pin
abbd14-Feb-09 7:38
abbd14-Feb-09 7:38 
AnswerRe: array table or string table Pin
Nuri Ismail14-Feb-09 8:04
Nuri Ismail14-Feb-09 8:04 
The exception occurs because you don't allocate any memory for the string array. Try something like this:

string[] TableauString = new string[10]; // Array of 10 strings


Here i allocate a memory for 10 elements. This is only an example. You have to specify correct size for the array depending on your needs.
GeneralRe: array table or string table Pin
abbd14-Feb-09 8:39
abbd14-Feb-09 8:39 
GeneralRe: array table or string table Pin
hendrik14-Feb-09 8:53
hendrik14-Feb-09 8:53 
GeneralRe: array table or string table Pin
Nuri Ismail14-Feb-09 8:55
Nuri Ismail14-Feb-09 8:55 
GeneralRe: array table or string table Pin
abbd14-Feb-09 8:59
abbd14-Feb-09 8:59 
AnswerRe: array table or string table Pin
Nuri Ismail14-Feb-09 9:02
Nuri Ismail14-Feb-09 9:02 
GeneralRe: array table or string table Pin
abbd14-Feb-09 9:14
abbd14-Feb-09 9:14 
AnswerRe: array table or string table Pin
Nuri Ismail14-Feb-09 9:21
Nuri Ismail14-Feb-09 9:21 
GeneralRe: array table or string table Pin
abbd14-Feb-09 9:23
abbd14-Feb-09 9:23 
GeneralRe: array table or string table Pin
Guffa14-Feb-09 9:24
Guffa14-Feb-09 9:24 
GeneralRe: array table or string table Pin
Nuri Ismail14-Feb-09 9:24
Nuri Ismail14-Feb-09 9:24 
GeneralRe: array table or string table Pin
abbd14-Feb-09 9:42
abbd14-Feb-09 9:42 
GeneralRe: array table or string table Pin
Deresen14-Feb-09 11:18
Deresen14-Feb-09 11:18 
QuestionProblem in reading a byte whose value is 0 Pin
M. J. Jaya Chitra14-Feb-09 4:39
M. J. Jaya Chitra14-Feb-09 4:39 
AnswerRe: Problem in reading a byte whose value is 0 Pin
Guffa14-Feb-09 5:57
Guffa14-Feb-09 5:57 
GeneralRe: Problem in reading a byte whose value is 0 Pin
M. J. Jaya Chitra14-Feb-09 13:53
M. J. Jaya Chitra14-Feb-09 13:53 
Questionproblem regarding update the image Pin
sadia12314-Feb-09 3:18
sadia12314-Feb-09 3:18 
AnswerRe: problem regarding update the image Pin
Deresen14-Feb-09 3:33
Deresen14-Feb-09 3:33 

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.