Click here to Skip to main content
15,903,201 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionFTP issue Pin
Otekpo Emmanuel11-Nov-15 17:48
Otekpo Emmanuel11-Nov-15 17:48 
AnswerRe: FTP issue Pin
Garth J Lancaster11-Nov-15 18:11
professionalGarth J Lancaster11-Nov-15 18:11 
Questionworking with Visual Basic and Oracle Stored Procedures Pin
Member 121101703-Nov-15 3:54
Member 121101703-Nov-15 3:54 
AnswerRe: working with Visual Basic and Oracle Stored Procedures Pin
Richard Deeming3-Nov-15 4:22
mveRichard Deeming3-Nov-15 4:22 
GeneralRe: working with Visual Basic and Oracle Stored Procedures Pin
Member 121101703-Nov-15 5:05
Member 121101703-Nov-15 5:05 
AnswerRe: working with Visual Basic and Oracle Stored Procedures Pin
GuyThiebaut4-Nov-15 2:33
professionalGuyThiebaut4-Nov-15 2:33 
GeneralRe: working with Visual Basic and Oracle Stored Procedures Pin
Member 121101704-Nov-15 20:47
Member 121101704-Nov-15 20:47 
QuestionIs this the perfect code to retrieve data from table to combobox? Pin
VSLearner201330-Oct-15 0:20
VSLearner201330-Oct-15 0:20 
SQL
Is the following code correct to load table field data to ComboBox? It is working fine but would like to know whether it is the perfect one.


VB
Public Function cboLoadPlants()
        Dim dt As DataTable = DAL.LoadData("SELECT DISTINCT Trim(Company) As [Company] FROM CompaniesTable").Tables(0)
        cboCompany.ValueMember = "Company"
        cboCompany.DataSource = dt
        cboCompany.SelectedIndex = 0
        Return True
        txtSearch.Select()
    End Function

AnswerRe: Is this the perfect code to retrieve data from table to combobox? Pin
Dave Kreskowiak30-Oct-15 3:17
mveDave Kreskowiak30-Oct-15 3:17 
QuestionSQL Query Builder Pin
Member 1209456128-Oct-15 4:10
Member 1209456128-Oct-15 4:10 
AnswerRe: SQL Query Builder Pin
Dave Kreskowiak28-Oct-15 4:16
mveDave Kreskowiak28-Oct-15 4:16 
GeneralRe: SQL Query Builder Pin
Tim Carmichael28-Oct-15 6:55
Tim Carmichael28-Oct-15 6:55 
AnswerRe: SQL Query Builder Pin
GuyThiebaut29-Oct-15 22:52
professionalGuyThiebaut29-Oct-15 22:52 
Questionvb.net 2010 pass two values to rowfilter in a dataset Pin
dcof27-Oct-15 17:26
dcof27-Oct-15 17:26 
AnswerRe: vb.net 2010 pass two values to rowfilter in a dataset Pin
Dave Kreskowiak28-Oct-15 4:15
mveDave Kreskowiak28-Oct-15 4:15 
GeneralRe: vb.net 2010 pass two values to rowfilter in a dataset Pin
dcof28-Oct-15 9:20
dcof28-Oct-15 9:20 
Questionvb.net auto start program as windows startup Pin
Member 1109359627-Oct-15 10:34
Member 1109359627-Oct-15 10:34 
AnswerRe: vb.net auto start program as windows startup Pin
Richard MacCutchan27-Oct-15 11:37
mveRichard MacCutchan27-Oct-15 11:37 
AnswerRe: vb.net auto start program as windows startup Pin
Dave Kreskowiak28-Oct-15 4:03
mveDave Kreskowiak28-Oct-15 4:03 
QuestionListbox height adjustment Pin
lazy_dude26-Oct-15 23:55
lazy_dude26-Oct-15 23:55 
AnswerRe: Listbox height adjustment Pin
Wombaticus27-Oct-15 0:50
Wombaticus27-Oct-15 0:50 
GeneralRe: Listbox height adjustment Pin
lazy_dude27-Oct-15 1:11
lazy_dude27-Oct-15 1:11 
QuestionVisual Basic Noob, in need of some direction Pin
Member 1207985922-Oct-15 10:15
Member 1207985922-Oct-15 10:15 
QuestionRe: Visual Basic Noob, in need of some direction Pin
phil.o22-Oct-15 12:02
professionalphil.o22-Oct-15 12:02 
AnswerRe: Visual Basic Noob, in need of some direction Pin
Member 1207985922-Oct-15 13:25
Member 1207985922-Oct-15 13: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.