Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: The 1 votes Pin
MikeMarq20-Aug-08 16:25
MikeMarq20-Aug-08 16:25 
GeneralRe: The 1 votes Pin
Mycroft Holmes20-Aug-08 19:16
professionalMycroft Holmes20-Aug-08 19:16 
GeneralRe: The 1 votes Pin
MikeMarq21-Aug-08 7:04
MikeMarq21-Aug-08 7:04 
QuestionConverting C# code to Vb.net Pin
dix20-Aug-08 3:46
dix20-Aug-08 3:46 
AnswerRe: Converting C# code to Vb.net Pin
Steven J Jowett20-Aug-08 11:48
Steven J Jowett20-Aug-08 11:48 
AnswerRe: Converting C# code to Vb.net Pin
Dave Doknjas20-Aug-08 14:29
Dave Doknjas20-Aug-08 14:29 
QuestionComputer Science 101 question Pin
cstrader23220-Aug-08 2:57
cstrader23220-Aug-08 2:57 
AnswerRe: Computer Science 101 question Pin
MikeMarq20-Aug-08 6:39
MikeMarq20-Aug-08 6:39 
Your math is correct but you are forgetting a few things. First is that the operating system and any programs that are running are using up some of the space. Second is that arrays need a contiguous block of memory,they can't be broken into small chunks and placed in several places. If your memory is more than one piece then the array can't be larger than the largest piece of memory and also where the operating system places programs in memory may reduce the largest block of memory.

If you actually needed to use anywere near the computer's memory limits you should make a few small arrays rather than one monster array but in any case you should try to make your arrays the minimum size necisary to do the job not the largest possible.
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 7:52
cstrader23220-Aug-08 7:52 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak20-Aug-08 13:41
mveDave Kreskowiak20-Aug-08 13:41 
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 16:31
cstrader23220-Aug-08 16:31 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak21-Aug-08 1:28
mveDave Kreskowiak21-Aug-08 1:28 
GeneralRe: Computer Science 101 question Pin
cstrader23221-Aug-08 1:36
cstrader23221-Aug-08 1:36 
GeneralRe: Computer Science 101 question Pin
Dave Kreskowiak21-Aug-08 12:13
mveDave Kreskowiak21-Aug-08 12:13 
AnswerRe: Computer Science 101 question Pin
Paul Conrad20-Aug-08 14:13
professionalPaul Conrad20-Aug-08 14:13 
GeneralRe: Computer Science 101 question Pin
cstrader23220-Aug-08 16:12
cstrader23220-Aug-08 16:12 
GeneralRe: Computer Science 101 question Pin
Mycroft Holmes20-Aug-08 19:25
professionalMycroft Holmes20-Aug-08 19:25 
QuestionCopy a Row from one DataGridView to another Pin
Princy_Jones19-Aug-08 22:11
Princy_Jones19-Aug-08 22:11 
QuestionWMI Connection Error Pin
nitin_ion19-Aug-08 21:34
nitin_ion19-Aug-08 21:34 
Questionisnull(value,default value) as <column name=""> not working for adapter.update()</column> Pin
honeyashu19-Aug-08 20:49
honeyashu19-Aug-08 20:49 
AnswerRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes19-Aug-08 21:27
professionalMycroft Holmes19-Aug-08 21:27 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
honeyashu19-Aug-08 23:08
honeyashu19-Aug-08 23:08 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Mycroft Holmes19-Aug-08 23:15
professionalMycroft Holmes19-Aug-08 23:15 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
honeyashu19-Aug-08 23:31
honeyashu19-Aug-08 23:31 
GeneralRe: isnull(value,default value) as not working for adapter.update() Pin
Jon_Boy20-Aug-08 2:07
Jon_Boy20-Aug-08 2:07 

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.