Selecting Combo box item at runtime

Deepthiv

Active member
Joined
Oct 3, 2005
Messages
39
Programming Experience
3-5
I am very new to VB.NET...

How can stop execution for few minutes accept some input and continue further...

i mean in middle of execution (After creating a table and inserting values) i want to select a Combobox item (column values) and msgbox has to appear to confirm selected item and if user clicked ok then rest execution has to proceed.. how can i do tht???

here Combobox items will be added at runtime and i want to select an item and use it before execution ends..

sample code?

Thanks,
Deepthi
 
Back
Top