Click here to Skip to main content
15,885,309 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: delet data Pin
Abhinav S24-Mar-12 0:33
Abhinav S24-Mar-12 0:33 
Questiondownload from dynamic url Pin
bapay20-Mar-12 11:18
bapay20-Mar-12 11:18 
AnswerRe: download from dynamic url Pin
Bernhard Hiller20-Mar-12 23:15
Bernhard Hiller20-Mar-12 23:15 
QuestionTextbox numbers values Pin
Venecos20-Mar-12 7:11
Venecos20-Mar-12 7:11 
AnswerRe: Textbox numbers values Pin
Bernhard Hiller20-Mar-12 23:26
Bernhard Hiller20-Mar-12 23:26 
AnswerRe: Textbox numbers values Pin
ProEnggSoft23-Mar-12 20:24
ProEnggSoft23-Mar-12 20:24 
QuestionHow to create a chained combobox Pin
braathaa19-Mar-12 16:52
braathaa19-Mar-12 16:52 
AnswerRe: How to create a chained combobox Pin
Bernhard Hiller20-Mar-12 23:34
Bernhard Hiller20-Mar-12 23:34 
A combobox has an event for the change of a selection, e.g. SelectionChanged or SelectedIndexChanged. In the corresponding event handler, get the SelectedItem of the combobox. Caution: it might be "Nothing". If it is not Nothing, query your database to get the regions. Make the regions combobox empty (e.g. comboregions.Items.Clear()), and fill the new data into it. You could then set the SelectedIndex to 0 to preselect the first item in the combobox.
AnswerRe: How to create a chained combobox Pin
ProEnggSoft23-Mar-12 20:01
ProEnggSoft23-Mar-12 20:01 
QuestionHow to create a program to sort people into groups. Pin
marvolo318-Mar-12 22:56
marvolo318-Mar-12 22:56 
AnswerRe: How to create a program to sort people into groups. Pin
Chandrasekharan P18-Mar-12 23:19
Chandrasekharan P18-Mar-12 23:19 
GeneralRe: How to create a program to sort people into groups. Pin
marvolo320-Mar-12 21:31
marvolo320-Mar-12 21:31 
AnswerRe: How to create a program to sort people into groups. Pin
Wayne Gaylard18-Mar-12 23:22
professionalWayne Gaylard18-Mar-12 23:22 
GeneralRe: How to create a program to sort people into groups. Pin
marvolo320-Mar-12 20:49
marvolo320-Mar-12 20:49 
GeneralRe: How to create a program to sort people into groups. Pin
Wayne Gaylard20-Mar-12 21:16
professionalWayne Gaylard20-Mar-12 21:16 
GeneralRe: How to create a program to sort people into groups. Pin
marvolo320-Mar-12 21:25
marvolo320-Mar-12 21:25 
AnswerRe: How to create a program to sort people into groups. Pin
Prasad_Kulkarni19-Mar-12 0:14
Prasad_Kulkarni19-Mar-12 0:14 
GeneralRe: How to create a program to sort people into groups. Pin
marvolo321-Mar-12 23:27
marvolo321-Mar-12 23:27 
QuestionHow to Create a VB bar chart , based on the selected combobox Pin
braathaa18-Mar-12 18:20
braathaa18-Mar-12 18:20 
AnswerRe: How to Create a VB bar chart , based on the selected combobox Pin
Chandrasekharan P18-Mar-12 19:43
Chandrasekharan P18-Mar-12 19:43 
GeneralRe: How to Create a VB bar chart , based on the selected combobox Pin
braathaa19-Mar-12 16:55
braathaa19-Mar-12 16:55 
QuestionWhat are the methods of connection and transfer of data Pin
bapay18-Mar-12 12:13
bapay18-Mar-12 12:13 
AnswerRe: What are the methods of connection and transfer of data Pin
Dave Kreskowiak18-Mar-12 14:57
mveDave Kreskowiak18-Mar-12 14:57 
GeneralRe: What are the methods of connection and transfer of data Pin
bapay18-Mar-12 18:45
bapay18-Mar-12 18:45 
GeneralRe: What are the methods of connection and transfer of data Pin
bapay18-Mar-12 18:48
bapay18-Mar-12 18:48 

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.