Click here to Skip to main content
15,888,802 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: app.config Pin
SteveNY25-Jun-08 4:28
SteveNY25-Jun-08 4:28 
AnswerRe: app.config Pin
Marek Grzenkowicz25-Jun-08 4:30
Marek Grzenkowicz25-Jun-08 4:30 
AnswerRe: app.config Pin
Mycroft Holmes26-Jun-08 17:10
professionalMycroft Holmes26-Jun-08 17:10 
QuestionCheckListBox binding to an Excel Spreadsheet Pin
Tazy24-Jun-08 22:41
Tazy24-Jun-08 22:41 
AnswerRe: CheckListBox binding to an Excel Spreadsheet Pin
Christian Graus24-Jun-08 23:04
protectorChristian Graus24-Jun-08 23:04 
GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Tazy25-Jun-08 0:55
Tazy25-Jun-08 0:55 
GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Christian Graus25-Jun-08 1:01
protectorChristian Graus25-Jun-08 1:01 
AnswerRe: CheckListBox binding to an Excel Spreadsheet Pin
Ashfield24-Jun-08 23:06
Ashfield24-Jun-08 23:06 
One error I spotted


Tazy wrote:
CheckedListBox1.DisplayMember = ds.Tables(0).TableName


should be something like

CheckedListBox1.DisplayMember = "SystemName" (or whichever column you want to display)

Hope this helps

Bob
Ashfield Consultants Ltd

GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Tazy25-Jun-08 0:19
Tazy25-Jun-08 0:19 
GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Christian Graus25-Jun-08 0:25
protectorChristian Graus25-Jun-08 0:25 
GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Ashfield25-Jun-08 1:22
Ashfield25-Jun-08 1:22 
QuestionConnect to webserver using socket Pin
ne0h24-Jun-08 21:14
ne0h24-Jun-08 21:14 
AnswerRe: Connect to webserver using socket Pin
Christian Graus24-Jun-08 21:47
protectorChristian Graus24-Jun-08 21:47 
GeneralRe: Connect to webserver using socket Pin
ne0h24-Jun-08 23:14
ne0h24-Jun-08 23:14 
Questionhow to deploy windows application in c# or vb Pin
Amit Agarrwal24-Jun-08 20:07
Amit Agarrwal24-Jun-08 20:07 
AnswerRe: how to deploy windows application in c# or vb Pin
Ashfield24-Jun-08 21:08
Ashfield24-Jun-08 21:08 
AnswerRe: how to deploy windows application in c# or vb Pin
Christian Graus24-Jun-08 21:46
protectorChristian Graus24-Jun-08 21:46 
GeneralRe: how to deploy windows application in c# or vb Pin
Amit Agarrwal24-Jun-08 22:35
Amit Agarrwal24-Jun-08 22:35 
GeneralRe: how to deploy windows application in c# or vb Pin
Christian Graus24-Jun-08 23:00
protectorChristian Graus24-Jun-08 23:00 
GeneralRe: how to deploy windows application in c# or vb Pin
led mike8-Jul-08 9:12
led mike8-Jul-08 9:12 
QuestionAdding to table with variying record count [modified] Pin
kjalandoon24-Jun-08 18:37
kjalandoon24-Jun-08 18:37 
AnswerRe: Adding to table with variying record count Pin
Christian Graus24-Jun-08 19:11
protectorChristian Graus24-Jun-08 19:11 
AnswerRe: Adding to table with variying record count Pin
kjalandoon8-Jul-08 22:16
kjalandoon8-Jul-08 22:16 
Questionhow to find the most frequently occurring, or repetitive, value in an array Pin
sumit703424-Jun-08 18:28
sumit703424-Jun-08 18:28 
AnswerRe: how to find the most frequently occurring, or repetitive, value in an array Pin
Christian Graus24-Jun-08 19:09
protectorChristian Graus24-Jun-08 19:09 

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.