Click here to Skip to main content
16,007,163 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Textbox Array Pin
Dave Kreskowiak15-Jan-08 10:30
mveDave Kreskowiak15-Jan-08 10:30 
GeneralRe: Textbox Array Pin
parth.p15-Jan-08 10:33
parth.p15-Jan-08 10:33 
GeneralRe: Textbox Array Pin
Dave Kreskowiak15-Jan-08 10:49
mveDave Kreskowiak15-Jan-08 10:49 
GeneralRe: Textbox Array Pin
parth.p15-Jan-08 22:35
parth.p15-Jan-08 22:35 
GeneralRe: Textbox Array Pin
Dave Kreskowiak16-Jan-08 2:02
mveDave Kreskowiak16-Jan-08 2:02 
GeneralBeginner - VB 6 and Multimedia, type declarations Pin
Jan3415-Jan-08 8:19
Jan3415-Jan-08 8:19 
GeneralRe: Beginner - VB 6 and Multimedia, type declarations Pin
Dave Kreskowiak15-Jan-08 9:16
mveDave Kreskowiak15-Jan-08 9:16 
GeneralRe: Beginner - VB 6 and Multimedia, type declarations Pin
MikeMarq15-Jan-08 14:53
MikeMarq15-Jan-08 14:53 
I don't know for sure but 2 possible reasons are

1) They wanted to make sure they had a large enough datatype for different options.

2) Although this sounds counter intuitive smaller datatypes are sometimes slower than larger ones. CPUs are generally optimized for certain common datatypes and I think they are optimized for signed (positive or negative) datatypes and usually for datatypes of the processors word size. That would be 32 bits (4 bytes) for most processors out there altough I suppose the newer ones might be optimized for 64 bits.

Unless you have a really large array or something 1 byte of memmory really isn't going to matter much.
GeneralRead and compile a stored procedure Pin
HenrydeSousa15-Jan-08 6:24
HenrydeSousa15-Jan-08 6:24 
GeneralRe: Read and compile a stored procedure Pin
Dave Kreskowiak15-Jan-08 9:19
mveDave Kreskowiak15-Jan-08 9:19 
GeneralRe: Read and compile a stored procedure [modified] Pin
HenrydeSousa15-Jan-08 15:40
HenrydeSousa15-Jan-08 15:40 
GeneralRe: Read and compile a stored procedure Pin
Dave Kreskowiak16-Jan-08 4:34
mveDave Kreskowiak16-Jan-08 4:34 
GeneralRe: Read and compile a stored procedure Pin
HenrydeSousa16-Jan-08 7:10
HenrydeSousa16-Jan-08 7:10 
GeneralRe: Read and compile a stored procedure Pin
HenrydeSousa11-Feb-08 14:56
HenrydeSousa11-Feb-08 14:56 
GeneralButton Size in ButtonColumn in DataGridView Pin
ExcelMonkey15-Jan-08 5:50
ExcelMonkey15-Jan-08 5:50 
GeneralRe: Button Size in ButtonColumn in DataGridView Pin
Dave Kreskowiak15-Jan-08 9:22
mveDave Kreskowiak15-Jan-08 9:22 
GeneralConfirm Message in DataGrid Pin
M_Menon15-Jan-08 5:26
M_Menon15-Jan-08 5:26 
GeneralRe: Confirm Message in DataGrid Pin
Dave Kreskowiak15-Jan-08 6:12
mveDave Kreskowiak15-Jan-08 6:12 
GeneralUnmanaged DLLs Pin
Charles Keepax15-Jan-08 2:53
Charles Keepax15-Jan-08 2:53 
GeneralRe: Unmanaged DLLs Pin
Luc Pattyn15-Jan-08 3:06
sitebuilderLuc Pattyn15-Jan-08 3:06 
GeneralRe: Unmanaged DLLs Pin
Dave Kreskowiak15-Jan-08 3:58
mveDave Kreskowiak15-Jan-08 3:58 
GeneralRe: Unmanaged DLLs Pin
Luc Pattyn15-Jan-08 4:09
sitebuilderLuc Pattyn15-Jan-08 4:09 
GeneralRe: Unmanaged DLLs Pin
Charles Keepax15-Jan-08 5:39
Charles Keepax15-Jan-08 5:39 
Generalword programming Pin
ps_prakash0215-Jan-08 1:56
ps_prakash0215-Jan-08 1:56 
GeneralRe: word programming Pin
Dave Kreskowiak15-Jan-08 4:34
mveDave Kreskowiak15-Jan-08 4:34 

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.