Click here to Skip to main content
15,888,521 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionadd an ID from an from an combobox in buttun click event Pin
Qendro25-Jan-09 12:01
Qendro25-Jan-09 12:01 
AnswerRe: add an ID from an from an combobox in buttun click event Pin
Steven J Jowett25-Jan-09 23:16
Steven J Jowett25-Jan-09 23:16 
GeneralRe: add an ID from an from an combobox in buttun click event Pin
Qendro25-Jan-09 23:39
Qendro25-Jan-09 23:39 
GeneralRe: add an ID from an from an combobox in buttun click event Pin
Christian Graus26-Jan-09 0:23
protectorChristian Graus26-Jan-09 0:23 
Question[Message Deleted] Pin
IvanIT25-Jan-09 10:45
IvanIT25-Jan-09 10:45 
AnswerRe: Insert new Line in a Text File Pin
Wendelius25-Jan-09 10:59
mentorWendelius25-Jan-09 10:59 
GeneralRe: Insert new Line in a Text File Pin
IvanIT25-Jan-09 11:06
IvanIT25-Jan-09 11:06 
GeneralRe: Insert new Line in a Text File Pin
Wendelius25-Jan-09 11:20
mentorWendelius25-Jan-09 11:20 
For example, loop the array read from the file and insert each element to another array. Also in the loop, check if the string is Address1 and if it is, after insertion to the target array add an extra element for the url (or whatever you wish to add).

If you know the amount of Address1 elements, you can define the target array size before the loop. For example target array length + target array length / 3 (if you always have 3 rows for each person). If you cannot calculate the size beforehand, you can use Array.Resize[^] when needed

The need to optimize rises from a bad design.My articles[^]

GeneralRe: Insert new Line in a Text File Pin
Jon_Boy26-Jan-09 1:54
Jon_Boy26-Jan-09 1:54 
GeneralRe: Insert new Line in a Text File Pin
IvanIT26-Jan-09 7:40
IvanIT26-Jan-09 7:40 
GeneralRe: Insert new Line in a Text File Pin
Guffa26-Jan-09 10:52
Guffa26-Jan-09 10:52 
GeneralRe: Insert new Line in a Text File Pin
IvanIT26-Jan-09 11:37
IvanIT26-Jan-09 11:37 
GeneralRe: Insert new Line in a Text File Pin
Guffa26-Jan-09 13:38
Guffa26-Jan-09 13:38 
AnswerRe: Insert new Line in a Text File Pin
Guffa26-Jan-09 6:16
Guffa26-Jan-09 6:16 
QuestionHow to load & Unload form in vb.net ? Pin
zanzmera25-Jan-09 9:27
zanzmera25-Jan-09 9:27 
AnswerRe: How to load & Unload form in vb.net ? Pin
ivo7525-Jan-09 9:40
ivo7525-Jan-09 9:40 
AnswerRe: How to load & Unload form in vb.net ? Pin
Dave Kreskowiak25-Jan-09 10:07
mveDave Kreskowiak25-Jan-09 10:07 
AnswerRe: How to load & Unload form in vb.net ? Pin
Ashutosh Phoujdar26-Jan-09 19:15
Ashutosh Phoujdar26-Jan-09 19:15 
QuestionProblem to insert data from DateTimePicker to Access database Pin
ivo7525-Jan-09 8:42
ivo7525-Jan-09 8:42 
AnswerRe: Problem to insert data from DateTimePicker to Access database Pin
Wendelius25-Jan-09 9:18
mentorWendelius25-Jan-09 9:18 
GeneralRe: Problem to insert data from DateTimePicker to Access database Pin
ivo7525-Jan-09 9:36
ivo7525-Jan-09 9:36 
GeneralRe: Problem to insert data from DateTimePicker to Access database Pin
Wendelius25-Jan-09 9:52
mentorWendelius25-Jan-09 9:52 
GeneralRe: Problem to insert data from DateTimePicker to Access database Pin
ivo7525-Jan-09 9:55
ivo7525-Jan-09 9:55 
GeneralRe: Problem to insert data from DateTimePicker to Access database Pin
Wendelius25-Jan-09 10:05
mentorWendelius25-Jan-09 10:05 
GeneralRe: Problem to insert data from DateTimePicker to Access database Pin
ivo7525-Jan-09 21:19
ivo7525-Jan-09 21:19 

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.