Click here to Skip to main content
15,912,977 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDropdownlist index change event problem. Pin
Thanigaimani836-Nov-07 22:22
Thanigaimani836-Nov-07 22:22 
AnswerRe: Dropdownlist index change event problem. Pin
AliAmjad6-Nov-07 22:36
AliAmjad6-Nov-07 22:36 
Questionconnecting to a ISP hosted database via vb.net Pin
tj286-Nov-07 19:26
tj286-Nov-07 19:26 
AnswerRe: connecting to a ISP hosted database via vb.net Pin
Craster7-Nov-07 1:45
Craster7-Nov-07 1:45 
GeneralRe: connecting to a ISP hosted database via vb.net Pin
tj287-Nov-07 20:33
tj287-Nov-07 20:33 
Questionselected value property in listbox control Pin
yogesh_kumar_agarwal6-Nov-07 18:39
yogesh_kumar_agarwal6-Nov-07 18:39 
QuestionHow to maintain the items in combobox Pin
VB 8.06-Nov-07 17:51
VB 8.06-Nov-07 17:51 
AnswerRe: How to maintain the items in combobox Pin
Andy_L_J6-Nov-07 20:17
Andy_L_J6-Nov-07 20:17 
You could code against the Validate Event to add the Text to the Combo Box:

If Me.cbo.Text <> "" Then
Me.cbo.Items.Add(Me.cbo.Text)
End If






The Fanatical All Black Supporter - Kea Kaha

GeneralRe: How to maintain the items in combobox Pin
VB 8.07-Nov-07 0:29
VB 8.07-Nov-07 0:29 
QuestionHow to get ip address of pc which will be used over internet Pin
coolsatty6-Nov-07 17:09
coolsatty6-Nov-07 17:09 
AnswerRe: How to get ip address of pc which will be used over internet Pin
Paul Conrad7-Nov-07 13:20
professionalPaul Conrad7-Nov-07 13:20 
GeneralRe: How to get ip address of pc which will be used over internet Pin
coolsatty12-Nov-07 23:09
coolsatty12-Nov-07 23:09 
GeneralRe: How to get ip address of pc which will be used over internet Pin
Paul Conrad13-Nov-07 2:55
professionalPaul Conrad13-Nov-07 2:55 
GeneralRe: How to get ip address of pc which will be used over internet Pin
coolsatty13-Nov-07 16:20
coolsatty13-Nov-07 16:20 
QuestionNew (be nice) Pin
e36k2246-Nov-07 13:59
e36k2246-Nov-07 13:59 
AnswerRe: New (be nice) Pin
Paul Conrad6-Nov-07 16:04
professionalPaul Conrad6-Nov-07 16:04 
AnswerRe: New (be nice) Pin
N a v a n e e t h6-Nov-07 20:09
N a v a n e e t h6-Nov-07 20:09 
QuestionBest filetype for speedy read/write? Pin
cstrader2326-Nov-07 13:41
cstrader2326-Nov-07 13:41 
AnswerRe: Best filetype for speedy read/write? Pin
_Damian S_6-Nov-07 16:26
professional_Damian S_6-Nov-07 16:26 
GeneralRe: Best filetype for speedy read/write? Pin
cstrader2327-Nov-07 8:14
cstrader2327-Nov-07 8:14 
GeneralRe: Best filetype for speedy read/write? Pin
_Damian S_7-Nov-07 14:25
professional_Damian S_7-Nov-07 14:25 
GeneralRe: Best filetype for speedy read/write? Pin
cstrader2328-Nov-07 3:37
cstrader2328-Nov-07 3:37 
Questionmy dataset is not refreshing until i restart application Pin
Motajo Tolu6-Nov-07 13:06
professionalMotajo Tolu6-Nov-07 13:06 
AnswerRe: my dataset is not refreshing until i restart application Pin
Paul Conrad7-Nov-07 13:21
professionalPaul Conrad7-Nov-07 13:21 
QuestionCreating a "Loading" dialog with progress bar Pin
2hdass6-Nov-07 12:25
2hdass6-Nov-07 12:25 

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.