Click here to Skip to main content
15,881,089 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Subroutine Pin
Dave Kreskowiak21-Jul-09 8:27
mveDave Kreskowiak21-Jul-09 8:27 
AnswerRe: Subroutine Pin
Christian Graus21-Jul-09 10:22
protectorChristian Graus21-Jul-09 10:22 
AnswerRe: Subroutine Pin
EliottA22-Jul-09 6:07
EliottA22-Jul-09 6:07 
GeneralRe: Subroutine Pin
DoctorMick22-Jul-09 6:22
DoctorMick22-Jul-09 6:22 
QuestionVBA Loop Problem Pin
Dalek Dave21-Jul-09 5:23
professionalDalek Dave21-Jul-09 5:23 
AnswerRe: VBA Loop Problem Pin
DoctorMick21-Jul-09 5:45
DoctorMick21-Jul-09 5:45 
GeneralRe: VBA Loop Problem Pin
Dalek Dave21-Jul-09 6:01
professionalDalek Dave21-Jul-09 6:01 
AnswerRe: VBA Loop Problem Pin
Luc Pattyn21-Jul-09 5:47
sitebuilderLuc Pattyn21-Jul-09 5:47 
Hi Dave,

I hate it when a program first asks for a count, then loops me through it. It forces me to count first (not my job, who is the computer here?), and then stick to the original number I gave.

I much prefer a GUI that lets me add, as often as I like, so I don't need to count, and I can opt out at all times. Hence:
- forget arrays, use a list instead. (If still using ancient VB, get a large array, and redim down when done; or redim up automatically anytime it is getting full)
- accept input somehow, e.g. entering text in a textbox, then hitting ENTER; and add one item to the list for each ENTER.
- create a way out. An empty input would be such a way. A special symbol or a separate button, or an ESCAPE could all be used.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: VBA Loop Problem Pin
Dalek Dave21-Jul-09 6:02
professionalDalek Dave21-Jul-09 6:02 
GeneralRe: VBA Loop Problem Pin
Luc Pattyn21-Jul-09 6:09
sitebuilderLuc Pattyn21-Jul-09 6:09 
GeneralRe: VBA Loop Problem Pin
Dalek Dave21-Jul-09 23:33
professionalDalek Dave21-Jul-09 23:33 
QuestionText copy Pin
subdeery21-Jul-09 2:12
subdeery21-Jul-09 2:12 
AnswerRe: Text copy Pin
Tino121-Jul-09 3:35
Tino121-Jul-09 3:35 
GeneralRe: Text copy Pin
subdeery21-Jul-09 4:17
subdeery21-Jul-09 4:17 
GeneralRe: Text copy Pin
mypicturefaded21-Jul-09 7:52
mypicturefaded21-Jul-09 7:52 
AnswerRe: Text copy Pin
subdeery22-Jul-09 2:04
subdeery22-Jul-09 2:04 
QuestionFilling an Array Pin
Dalek Dave21-Jul-09 1:33
professionalDalek Dave21-Jul-09 1:33 
AnswerRe: Filling an Array Pin
Ashfield21-Jul-09 2:15
Ashfield21-Jul-09 2:15 
GeneralRe: Filling an Array Pin
Dalek Dave21-Jul-09 3:03
professionalDalek Dave21-Jul-09 3:03 
GeneralRe: Filling an Array Pin
Ashfield21-Jul-09 4:43
Ashfield21-Jul-09 4:43 
GeneralRe: Filling an Array Pin
Luc Pattyn21-Jul-09 5:12
sitebuilderLuc Pattyn21-Jul-09 5:12 
GeneralRe: Filling an Array Pin
Ashfield21-Jul-09 8:23
Ashfield21-Jul-09 8:23 
QuestionShockwave Object in VB.NET 2005 form Pin
hrishiS21-Jul-09 1:32
hrishiS21-Jul-09 1:32 
AnswerRe: Shockwave Object in VB.NET 2005 form Pin
Dave Kreskowiak21-Jul-09 4:33
mveDave Kreskowiak21-Jul-09 4:33 
GeneralRe: Shockwave Object in VB.NET 2005 form Pin
hrishiS21-Jul-09 18:35
hrishiS21-Jul-09 18: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.