Click here to Skip to main content
15,916,042 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to insert multiple selected items of listbox in sql server 2000 table Pin
Paul Conrad4-Aug-08 4:53
professionalPaul Conrad4-Aug-08 4:53 
GeneralRe: How to insert multiple selected items of listbox in sql server 2000 table Pin
Paul Conrad4-Aug-08 4:54
professionalPaul Conrad4-Aug-08 4:54 
AnswerRe: How to insert multiple selected items of listbox in sql server 2000 table Pin
rprateek4-Aug-08 15:22
rprateek4-Aug-08 15:22 
GeneralRe: How to insert multiple selected items of listbox in sql server 2000 table Pin
Rameez Raja4-Aug-08 17:26
Rameez Raja4-Aug-08 17:26 
QuestionConceptual Help Needed Pin
Rafone3-Aug-08 16:13
Rafone3-Aug-08 16:13 
AnswerRe: Conceptual Help Needed Pin
DePatrick3-Aug-08 17:30
DePatrick3-Aug-08 17:30 
AnswerRe: Conceptual Help Needed Pin
Paul Conrad3-Aug-08 18:39
professionalPaul Conrad3-Aug-08 18:39 
AnswerRe: Conceptual Help Needed Pin
Johan Hakkesteegt4-Aug-08 0:15
Johan Hakkesteegt4-Aug-08 0:15 
I am guessing this is a study assignment, and you were asked to create an app according to these steps.

Under this assumption:
If you have managed step 4 then apparently you are also, perhaps unwittingly, already doing step three.
So the question is: how do you iterate through the items at the moment when running them through the queries?
The purpose of step 3 was probably to enable you to write a loop, for example using an array.
Something like:
<br />
For i As Integer To NumberOfItemsCount -1<br />
 RunYourQuery(ForExampleAnArrayWithItems(i))<br />
Next<br />


So once again, as you have managed step 4 already, point 3 is moot, unless your teacher/professor meant for you to iterate though the items with a For loop.

If I assumed wrong about the assignment thing, ignore this and listen to the other guys.

Good luck,

Johan

My advice is free, and you may get what you paid for.

GeneralRe: Conceptual Help Needed Pin
Rafone4-Aug-08 2:50
Rafone4-Aug-08 2:50 
GeneralRe: Conceptual Help Needed Pin
Johan Hakkesteegt4-Aug-08 3:12
Johan Hakkesteegt4-Aug-08 3:12 
QuestionHow to suppress the mouseclicks in WebBrowser control Pin
MAP Tiger3-Aug-08 8:29
MAP Tiger3-Aug-08 8:29 
AnswerRe: How to suppress the mouseclicks in WebBrowser control Pin
jzonthemtn4-Aug-08 8:54
jzonthemtn4-Aug-08 8:54 
Questionhow to connect remote access db on my site? [modified] Pin
blackeyes3-Aug-08 3:31
blackeyes3-Aug-08 3:31 
AnswerRe: how to connect remote access db on my site? Pin
firasmcsd3-Aug-08 4:11
firasmcsd3-Aug-08 4:11 
GeneralRe: how to connect remote access db on my site? Pin
blackeyes3-Aug-08 10:42
blackeyes3-Aug-08 10:42 
AnswerRe: how to connect remote access db on my site? Pin
jzonthemtn3-Aug-08 4:13
jzonthemtn3-Aug-08 4:13 
GeneralRe: how to connect remote access db on my site? Pin
blackeyes3-Aug-08 10:45
blackeyes3-Aug-08 10:45 
GeneralRe: how to connect remote access db on my site? Pin
jzonthemtn4-Aug-08 10:01
jzonthemtn4-Aug-08 10:01 
AnswerRe: how to connect remote access db on my site? Pin
Vimalsoft(Pty) Ltd3-Aug-08 8:35
professionalVimalsoft(Pty) Ltd3-Aug-08 8:35 
QuestionHow to Run My Program before Welcome Screen . Pin
en.Mahdi2-Aug-08 20:12
en.Mahdi2-Aug-08 20:12 
AnswerRe: How to Run My Program before Welcome Screen . Pin
jzonthemtn3-Aug-08 4:10
jzonthemtn3-Aug-08 4:10 
QuestionIs it possible to capture mouse position in WebBrowser control Pin
MAP Tiger2-Aug-08 11:36
MAP Tiger2-Aug-08 11:36 
AnswerRe: Is it possible to capture mouse position in WebBrowser control Pin
jzonthemtn2-Aug-08 12:14
jzonthemtn2-Aug-08 12:14 
GeneralRe: Is it possible to capture mouse position in WebBrowser control Pin
MAP Tiger3-Aug-08 7:17
MAP Tiger3-Aug-08 7:17 
GeneralRe: Is it possible to capture mouse position in WebBrowser control Pin
jzonthemtn3-Aug-08 10:58
jzonthemtn3-Aug-08 10:58 

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.