Click here to Skip to main content
15,913,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionmemo problem Pin
amaneet2-Jan-07 22:55
amaneet2-Jan-07 22:55 
AnswerRe: memo problem Pin
Johan Hakkesteegt3-Jan-07 6:47
Johan Hakkesteegt3-Jan-07 6:47 
GeneralRe: memo problem Pin
amaneet6-Jan-07 0:24
amaneet6-Jan-07 0:24 
Questionintptr in vb.net Pin
amaneet2-Jan-07 22:49
amaneet2-Jan-07 22:49 
AnswerRe: intptr in vb.net Pin
Christian Graus2-Jan-07 22:57
protectorChristian Graus2-Jan-07 22:57 
GeneralRe: intptr in vb.net Pin
amaneet3-Jan-07 0:20
amaneet3-Jan-07 0:20 
AnswerRe: intptr in vb.net Pin
Dave Kreskowiak3-Jan-07 2:09
mveDave Kreskowiak3-Jan-07 2:09 
AnswerRe: intptr in vb.net Pin
Martin.Smith3-Jan-07 2:49
Martin.Smith3-Jan-07 2:49 
It is best to only use types such as int32, int16 etc. when you need to guarentee a certain number of bits are used to store a value (whether that be numerical, bit flags, or just encoded data of a proprietory type).

If you generally dont care how many bits it takes to store the value use a basic type, such as integer, long etc.

The general purpose, from my point of view, for types such as int32 is to ensure portability of code across several platforms (as I mention above e.g. -- if you are using the bits in a variable to flag information you may need to ensure you have a minimum of 32 bits -- using a basic type like integer does not mean you will necessarily have a 32bit variable, although in the case of .Net this is actually true).


Regards,


Martin
Questionintptr in vb.net Pin
amaneet2-Jan-07 22:46
amaneet2-Jan-07 22:46 
AnswerRe: intptr in vb.net Pin
Christian Graus2-Jan-07 22:58
protectorChristian Graus2-Jan-07 22:58 
Questionregarding my previous qestion about linegetcountry() TAPI Pin
hihsh2-Jan-07 22:39
hihsh2-Jan-07 22:39 
AnswerRe: regarding my previous qestion about linegetcountry() TAPI Pin
Dave Kreskowiak3-Jan-07 5:00
mveDave Kreskowiak3-Jan-07 5:00 
QuestionForm resize issue Pin
darkturtle2-Jan-07 22:00
darkturtle2-Jan-07 22:00 
AnswerRe: Form resize issue Pin
Martin.Smith2-Jan-07 22:29
Martin.Smith2-Jan-07 22:29 
GeneralRe: Form resize issue Pin
darkturtle2-Jan-07 22:53
darkturtle2-Jan-07 22:53 
GeneralRe: Form resize issue Pin
Martin.Smith3-Jan-07 1:26
Martin.Smith3-Jan-07 1:26 
AnswerRe: Form resize issue Pin
Christian Graus2-Jan-07 22:32
protectorChristian Graus2-Jan-07 22:32 
GeneralRe: Form resize issue Pin
darkturtle2-Jan-07 22:57
darkturtle2-Jan-07 22:57 
GeneralRe: Form resize issue Pin
Christian Graus2-Jan-07 22:59
protectorChristian Graus2-Jan-07 22:59 
QuestionMultilingual suggestions Pin
shreekar2-Jan-07 19:11
shreekar2-Jan-07 19:11 
AnswerRe: Multilingual suggestions Pin
Johan Hakkesteegt2-Jan-07 22:22
Johan Hakkesteegt2-Jan-07 22:22 
GeneralRe: Multilingual suggestions Pin
shreekar2-Jan-07 22:36
shreekar2-Jan-07 22:36 
GeneralRe: Multilingual suggestions Pin
Johan Hakkesteegt3-Jan-07 0:27
Johan Hakkesteegt3-Jan-07 0:27 
GeneralRe: Multilingual suggestions Pin
shreekar3-Jan-07 0:31
shreekar3-Jan-07 0:31 
GeneralRe: Multilingual suggestions Pin
Johan Hakkesteegt3-Jan-07 0:35
Johan Hakkesteegt3-Jan-07 0:35 

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.