Click here to Skip to main content
15,893,663 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRegarding Winsock Control Pin
specialdreamsin14-May-09 22:37
specialdreamsin14-May-09 22:37 
AnswerRe: Regarding Winsock Control Pin
Zaegra14-May-09 23:06
Zaegra14-May-09 23:06 
AnswerRe: Regarding Winsock Control Pin
Dave Kreskowiak15-May-09 2:30
mveDave Kreskowiak15-May-09 2:30 
QuestionCan we make the VB6.0 Application as Macro compatible? Pin
rakesh_grbb14-May-09 20:13
rakesh_grbb14-May-09 20:13 
AnswerRe: Can we make the VB6.0 Application as Macro compatible? Pin
Johan Hakkesteegt15-May-09 0:11
Johan Hakkesteegt15-May-09 0:11 
QuestionDeclaring a array Pin
nishkarsh_k14-May-09 17:20
nishkarsh_k14-May-09 17:20 
AnswerRe: Declaring a array Pin
Dave Kreskowiak14-May-09 17:58
mveDave Kreskowiak14-May-09 17:58 
AnswerRe: Declaring a array Pin
Zaegra14-May-09 23:03
Zaegra14-May-09 23:03 
First of all, an Array isn't the same as an Integer. An Integer can't hold multiple values. To dim an array you should use the following:

Dim ArrayName As Array


Or:

Dim ArrayListName As New ArrayList


The difference between these two is (again, as far as I know Roll eyes | :rolleyes: ) that the size of the ArrayList is dynamically increased when needed, and that the (regular) Array doens't do this.

Cheers,
Zaegra

Motivation is the key to software development.

GeneralRe: Declaring a array Pin
Dave Doknjas15-May-09 15:21
Dave Doknjas15-May-09 15:21 
GeneralRe: Declaring a array Pin
Zaegra16-May-09 2:03
Zaegra16-May-09 2:03 
GeneralRe: Declaring a array Pin
Dave Doknjas16-May-09 4:11
Dave Doknjas16-May-09 4:11 
GeneralRe: Declaring a array Pin
Johan Hakkesteegt17-May-09 20:06
Johan Hakkesteegt17-May-09 20:06 
GeneralRe: Declaring a array Pin
LCARS x3225-May-09 14:29
LCARS x3225-May-09 14:29 
QuestionHow Do I Insert Rows into a table dynamicly? Pin
r_mohd14-May-09 16:36
r_mohd14-May-09 16:36 
AnswerRe: How Do I Insert Rows into a table dynamicly? Pin
Mycroft Holmes14-May-09 16:41
professionalMycroft Holmes14-May-09 16:41 
AnswerRe: How Do I Insert Rows into a table dynamicly? Pin
N a v a n e e t h14-May-09 17:19
N a v a n e e t h14-May-09 17:19 
Questionprime number Pin
edubah14-May-09 14:55
edubah14-May-09 14:55 
AnswerRe: prime number PinPopular
Luc Pattyn14-May-09 15:27
sitebuilderLuc Pattyn14-May-09 15:27 
GeneralRe: prime number Pin
Dalek Dave14-May-09 21:31
professionalDalek Dave14-May-09 21:31 
GeneralRe: prime number Pin
tonym00115-May-09 9:31
tonym00115-May-09 9:31 
GeneralRe: prime number Pin
Luc Pattyn15-May-09 10:40
sitebuilderLuc Pattyn15-May-09 10:40 
GeneralRe: prime number Pin
tonym00115-May-09 10:49
tonym00115-May-09 10:49 
GeneralRe: prime number Pin
tonym00115-May-09 10:53
tonym00115-May-09 10:53 
GeneralRe: prime number [modified] Pin
Luc Pattyn15-May-09 10:55
sitebuilderLuc Pattyn15-May-09 10:55 
GeneralRe: prime number Pin
tonym00115-May-09 11:01
tonym00115-May-09 11:01 

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.