Click here to Skip to main content
15,905,419 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCount Words Pin
Sinchan Nikam5-Jul-07 20:30
Sinchan Nikam5-Jul-07 20:30 
AnswerRe: Count Words Pin
Sven Cipido5-Jul-07 21:15
Sven Cipido5-Jul-07 21:15 
Questioncalling form using formname Pin
anujose5-Jul-07 18:56
anujose5-Jul-07 18:56 
AnswerRe: calling form using formname Pin
Sonia Gupta5-Jul-07 20:09
Sonia Gupta5-Jul-07 20:09 
AnswerRe: calling form using formname Pin
Dave Kreskowiak6-Jul-07 5:11
mveDave Kreskowiak6-Jul-07 5:11 
QuestionCrystal Reports Pin
Socheat.Net5-Jul-07 17:18
Socheat.Net5-Jul-07 17:18 
QuestionUsing Listbox help Pin
benny777ex5-Jul-07 17:07
benny777ex5-Jul-07 17:07 
AnswerRe: Using Listbox help Pin
TwoFaced5-Jul-07 17:21
TwoFaced5-Jul-07 17:21 
You'd write something like this
text1.text = ListBox1.Items.Item(2).ToString()
The array holding the items is zero based, which means the 3rd item is really the 2nd element in the array.
GeneralRe: Using Listbox help Pin
benny777ex5-Jul-07 17:38
benny777ex5-Jul-07 17:38 
GeneralRe: Using Listbox help Pin
The ANZAC5-Jul-07 17:52
The ANZAC5-Jul-07 17:52 
GeneralRe: Using Listbox help Pin
benny777ex5-Jul-07 18:58
benny777ex5-Jul-07 18:58 
GeneralRe: Using Listbox help Pin
Sathesh Sakthivel5-Jul-07 18:59
Sathesh Sakthivel5-Jul-07 18:59 
GeneralRe: Using Listbox help Pin
benny777ex5-Jul-07 19:20
benny777ex5-Jul-07 19:20 
GeneralRe: Using Listbox help Pin
Sathesh Sakthivel5-Jul-07 19:21
Sathesh Sakthivel5-Jul-07 19:21 
QuestionRe: Using Listbox help Pin
benny777ex5-Jul-07 22:45
benny777ex5-Jul-07 22:45 
AnswerRe: Using Listbox help Pin
Sonia Gupta5-Jul-07 23:14
Sonia Gupta5-Jul-07 23:14 
QuestionRe: Using Listbox help Pin
benny777ex6-Jul-07 0:01
benny777ex6-Jul-07 0:01 
AnswerRe: Using Listbox help Pin
The ANZAC6-Jul-07 1:24
The ANZAC6-Jul-07 1:24 
GeneralRe: Using Listbox help Pin
benny777ex6-Jul-07 1:36
benny777ex6-Jul-07 1:36 
GeneralRe: Using Listbox help Pin
The ANZAC6-Jul-07 2:37
The ANZAC6-Jul-07 2:37 
QuestionDynamic DataGridView problems Pin
nz_fox5-Jul-07 14:57
nz_fox5-Jul-07 14:57 
AnswerRe: Dynamic DataGridView problems Pin
Polymorpher5-Jul-07 15:06
Polymorpher5-Jul-07 15:06 
QuestionAutomating code to update fill periodically Pin
Cory Kimble5-Jul-07 9:22
Cory Kimble5-Jul-07 9:22 
AnswerRe: Automating code to update fill periodically Pin
Christian Graus5-Jul-07 9:33
protectorChristian Graus5-Jul-07 9:33 
QuestionMaking a particular cell of datagrids uneditable [modified] Pin
hsprasain5-Jul-07 8:23
hsprasain5-Jul-07 8:23 

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.