Click here to Skip to main content
15,890,185 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: WebBrowser control Session issue ? Pin
Noctris18-Jun-08 3:24
Noctris18-Jun-08 3:24 
Questionproblem wit autentication Pin
Ebube17-Jun-08 3:18
Ebube17-Jun-08 3:18 
AnswerRe: problem wit autentication Pin
Christian Graus17-Jun-08 3:27
protectorChristian Graus17-Jun-08 3:27 
Questionhow can change the LeftMost dimension of an array Pin
Rupesh Kumar Swami17-Jun-08 2:50
Rupesh Kumar Swami17-Jun-08 2:50 
AnswerRe: how can change the LeftMost dimension of an array Pin
Christian Graus17-Jun-08 3:01
protectorChristian Graus17-Jun-08 3:01 
GeneralRe: how can change the LeftMost dimension of an array Pin
Rupesh Kumar Swami17-Jun-08 3:34
Rupesh Kumar Swami17-Jun-08 3:34 
GeneralRe: how can change the LeftMost dimension of an array Pin
Christian Graus17-Jun-08 4:30
protectorChristian Graus17-Jun-08 4:30 
GeneralRe: how can change the LeftMost dimension of an array Pin
Guffa17-Jun-08 12:22
Guffa17-Jun-08 12:22 
You should use a dynamic collection instead of an array, like a List(Of String()).

An array can't be resized, so what the ReDim command does is to create a new array, and copy all data from the old array to the new array. It can get pretty expensive as the array grows...

Despite everything, the person most likely to be fooling you next is yourself.

QuestionOn Enter Button1 is clicked Pin
Assaf8217-Jun-08 2:04
Assaf8217-Jun-08 2:04 
AnswerRe: On Enter Button1 is clicked Pin
Christian Graus17-Jun-08 2:08
protectorChristian Graus17-Jun-08 2:08 
GeneralRe: On Enter Button1 is clicked Pin
Assaf8217-Jun-08 2:12
Assaf8217-Jun-08 2:12 
GeneralRe: On Enter Button1 is clicked Pin
Christian Graus17-Jun-08 2:26
protectorChristian Graus17-Jun-08 2:26 
QuestionRuntime Problem Pin
monika_vasvani17-Jun-08 0:06
monika_vasvani17-Jun-08 0:06 
AnswerRe: Runtime Problem Pin
Ajay.k_Singh17-Jun-08 0:33
Ajay.k_Singh17-Jun-08 0:33 
AnswerRe: Runtime Problem Pin
~Khatri Mitesh~17-Jun-08 2:04
~Khatri Mitesh~17-Jun-08 2:04 
QuestionProblem Retrieving a Connection String from App.Config Pin
Vimalsoft(Pty) Ltd16-Jun-08 22:06
professionalVimalsoft(Pty) Ltd16-Jun-08 22:06 
AnswerRe: Problem Retrieving a Connection String from App.Config Pin
Andy_L_J17-Jun-08 2:05
Andy_L_J17-Jun-08 2:05 
GeneralRe: Problem Retrieving a Connection String from App.Config Pin
Vimalsoft(Pty) Ltd17-Jun-08 3:07
professionalVimalsoft(Pty) Ltd17-Jun-08 3:07 
GeneralRe: Problem Retrieving a Connection String from App.Config Pin
Vimalsoft(Pty) Ltd17-Jun-08 3:14
professionalVimalsoft(Pty) Ltd17-Jun-08 3:14 
AnswerRe: Problem Retrieving a Connection String from App.Config Pin
Mark Churchill17-Jun-08 3:14
Mark Churchill17-Jun-08 3:14 
GeneralRe: Problem Retrieving a Connection String from App.Config Pin
Vimalsoft(Pty) Ltd17-Jun-08 4:59
professionalVimalsoft(Pty) Ltd17-Jun-08 4:59 
AnswerRe: Problem Retrieving a Connection String from App.Config Pin
Noctris18-Jun-08 0:39
Noctris18-Jun-08 0:39 
Questioncombobox Problem.... Pin
soniasan16-Jun-08 21:25
soniasan16-Jun-08 21:25 
AnswerRe: combobox Problem.... Pin
Christian Graus17-Jun-08 2:09
protectorChristian Graus17-Jun-08 2:09 
AnswerRe: combobox Problem.... Pin
SamRST18-Jun-08 4:40
SamRST18-Jun-08 4:40 

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.