Click here to Skip to main content
15,914,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Not sure how to phrase this.... PinPopular
Christian Graus25-Jun-08 15:44
protectorChristian Graus25-Jun-08 15:44 
GeneralRe: Not sure how to phrase this.... Pin
svanwass25-Jun-08 16:03
svanwass25-Jun-08 16:03 
GeneralRe: Not sure how to phrase this.... Pin
Christian Graus25-Jun-08 18:09
protectorChristian Graus25-Jun-08 18:09 
GeneralRe: Not sure how to phrase this.... Pin
Shog925-Jun-08 18:14
sitebuilderShog925-Jun-08 18:14 
GeneralRe: Not sure how to phrase this.... Pin
svanwass26-Jun-08 10:10
svanwass26-Jun-08 10:10 
AnswerRe: Not sure how to phrase this.... Pin
Chinners26-Jun-08 0:47
Chinners26-Jun-08 0:47 
AnswerRe: Not sure how to phrase this.... Pin
Guffa26-Jun-08 1:22
Guffa26-Jun-08 1:22 
GeneralRe: Not sure how to phrase this.... Pin
svanwass26-Jun-08 10:19
svanwass26-Jun-08 10:19 
GeneralRe: Not sure how to phrase this.... Pin
Steven St. John27-Jun-08 17:20
Steven St. John27-Jun-08 17:20 
QuestionWhere can I Get A Really Good Free Syntax Highlighter? Pin
Saul Johnson25-Jun-08 9:50
Saul Johnson25-Jun-08 9:50 
AnswerRe: Where can I Get A Really Good Free Syntax Highlighter? Pin
Luc Pattyn25-Jun-08 11:05
sitebuilderLuc Pattyn25-Jun-08 11:05 
Questionprinter character codes Pin
alvinmyname25-Jun-08 5:21
alvinmyname25-Jun-08 5:21 
GeneralUsing Word Interop Pin
PSmith99925-Jun-08 4:30
PSmith99925-Jun-08 4:30 
QuestionHelp for dll Pin
sumit703425-Jun-08 0:43
sumit703425-Jun-08 0:43 
AnswerRe: Help for dll Pin
Christian Graus25-Jun-08 1:03
protectorChristian Graus25-Jun-08 1:03 
GeneralRe: Help for dll Pin
sumit703425-Jun-08 1:07
sumit703425-Jun-08 1:07 
GeneralRe: Help for dll Pin
Christian Graus25-Jun-08 1:38
protectorChristian Graus25-Jun-08 1:38 
Questionapp.config Pin
Jay Royall24-Jun-08 23:03
Jay Royall24-Jun-08 23:03 
AnswerRe: app.config Pin
Christian Graus24-Jun-08 23:36
protectorChristian Graus24-Jun-08 23:36 
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 
Tazy wrote:
I am new to programming


Then why are you working on something this complex ? No-one is paying for your 'new to programming' code, are they ? If so, shame on you. If you're learning, choose something simpler to start with. You're just guessing here, and you'd do better to take a methodical approach to learning.


Tazy wrote:
'MsgBox(CheckedListBox1.Items(0).ToString) 'This didn't work
'MsgBox(CheckedListBox1.Items.Item(i).ToString()) 'Nor This


Well, a MsgBox is the wrong approach to take with ASP.NET anyhow, that will kill your server in a hurry. However, I assume this is debug code. Try instead to set a breakpoint. You'll find that the item is actually a DataRow, so you need to do Items(0)("SystemName"), or whatever.

In futurem don't say 'this didn't work', say 'this threw this excpetion', or 'this gave me a different result to what i hoped for, as follows... ', or 'this gave me the following compiler error.

And, for the love of all that is holy, buy a book and refer to it before asking questions. That's another step towards learning, towards actually becoming a programmer. People who take those sort of steps, are the sort of people we most like to help, because it doesn't feel like smashing your head against a wall.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: CheckListBox binding to an Excel Spreadsheet Pin
Tazy25-Jun-08 0:55
Tazy25-Jun-08 0:55 

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.