Click here to Skip to main content
16,005,467 members
Home / Discussions / C#
   

C#

 
GeneralRe: richText box uses to much CPU Pin
S. Senthil Kumar10-May-05 0:06
S. Senthil Kumar10-May-05 0:06 
GeneralRe: richText box uses to much CPU Pin
Snowjim10-May-05 0:11
Snowjim10-May-05 0:11 
GeneralRe: richText box uses to much CPU Pin
S. Senthil Kumar10-May-05 0:30
S. Senthil Kumar10-May-05 0:30 
GeneralRe: richText box uses to much CPU Pin
S. Senthil Kumar10-May-05 0:35
S. Senthil Kumar10-May-05 0:35 
GeneralRe: richText box uses to much CPU Pin
Snowjim10-May-05 2:32
Snowjim10-May-05 2:32 
GeneralRe: richText box uses to much CPU Pin
mav.northwind10-May-05 2:20
mav.northwind10-May-05 2:20 
General'System.NullReferenceException' inside an Array Pin
Vinnepin9-May-05 22:52
Vinnepin9-May-05 22:52 
GeneralRe: 'System.NullReferenceException' inside an Array Pin
S. Senthil Kumar9-May-05 23:28
S. Senthil Kumar9-May-05 23:28 
Vinnepin wrote:
GrassType[,,] Grass = new GrassType[(int)NumberOfTiles, (int)NumberOfTiles, (int)GrassNumber];

You've only allocated memory for the array. For each index in that array, you need to call new GrassType() to allocate memory for each object, before attempting to use it.



Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralRe: 'System.NullReferenceException' inside an Array Pin
mav.northwind9-May-05 23:40
mav.northwind9-May-05 23:40 
QuestionHow to unzip file whith C#??? Pin
Anonymous9-May-05 22:50
Anonymous9-May-05 22:50 
AnswerRe: How to unzip file whith C#??? Pin
Dan_P9-May-05 23:06
Dan_P9-May-05 23:06 
Generalhelp.about use xsl in C# Pin
dagco9-May-05 22:02
dagco9-May-05 22:02 
QuestionHow to get table names and relations in oracle database? Pin
oohungoo9-May-05 22:01
oohungoo9-May-05 22:01 
GeneralOpen a Word/Excel document without saving! Pin
fatihsen9-May-05 22:01
fatihsen9-May-05 22:01 
Generala problem with DataGrid Pin
inew9-May-05 20:58
inew9-May-05 20:58 
GeneralRe: a problem with DataGrid Pin
esjq9-May-05 23:47
esjq9-May-05 23:47 
GeneralPassing a listbox to a method. Pin
Anonymous9-May-05 19:58
Anonymous9-May-05 19:58 
GeneralRe: Passing a listbox to a method. Pin
Heath Stewart9-May-05 21:21
protectorHeath Stewart9-May-05 21:21 
GeneralPowerStatus() Pin
victor_ba859-May-05 18:04
victor_ba859-May-05 18:04 
GeneralRe: PowerStatus() Pin
Christian Graus9-May-05 18:18
protectorChristian Graus9-May-05 18:18 
GeneralRe: PowerStatus() Pin
Heath Stewart9-May-05 21:29
protectorHeath Stewart9-May-05 21:29 
Question"Setup-Wizard-like" layout manager in C# ? Pin
erajsri9-May-05 18:02
erajsri9-May-05 18:02 
AnswerRe: "Setup-Wizard-like" layout manager in C# ? Pin
Christian Graus9-May-05 18:15
protectorChristian Graus9-May-05 18:15 
GeneralRe: "Setup-Wizard-like" layout manager in C# ? Pin
ChesterPoindexter10-May-05 2:53
professionalChesterPoindexter10-May-05 2:53 
GeneralRe: "Setup-Wizard-like" layout manager in C# ? Pin
Christian Graus10-May-05 12:53
protectorChristian Graus10-May-05 12:53 

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.